Re: [ns] UMTS on NS-2

2009-08-17 Thread Mats Folke
Hi! Did you remember to recompile ns-2, as the instructions imply? Best wishes, -- Mats Folke, M.Sc., Lic.Eng. Research Engineer Ericsson AB Office: +46 10 7171385 Ericsson Research Fax: +46 920 99621 P.O. Box 920Mobile: +46 76 1271385

Re: [ns] awk script for calculating end to end delay in a wired-wireless scenario

2009-08-17 Thread David McMullin
hi, Because of inconsistencies in the trace format, sometimes the node id is given in a hierarchical way (eg, 0.0.1) and other times in a decimal way (hierarchical addresses normally allocate bits as 10.11.11, so 1.0.1 becomes 4194305). It's generally simplest to have a look through your trace

[ns] linking tcl with c++

2009-08-17 Thread kundavi
hi friends.. i have a cpp file of RTRAgent of odmrp protocol. when i implement it ,an error occurs as invalid command name, how should i link c++ with tcl wit regards sangeetha.k

Re: [ns] Segmentation fault with wireless simulation

2009-08-17 Thread Hakim192009
in your script you have to change ifq value Queue/DropTail/PriQueue by CMUPriQueue #Define wirleess scenario parameters set val(chan) Channel/WirelessChannel; set val(prop) Propagation/TwoRayGround1; set val(netif) Phy/WirelessPhy; set val(mac) Mac/802_11; set val(ifq) CMUPriQueue ; set