Re: [ns] Multi-interface support howto

2007-01-18 Thread Tim Elschner
great job as far as i can see. anyway i ran into problems with ns-mobilenode.tcl: in "Node/MobileNode instproc reset" i couldn't find any differences to the original. i got an error, that arptable_ is an array. so i changed every arptable_ into arptable. now ns2 complains about the missing variabl

Re: [ns] Multi-interface support howto

2007-02-02 Thread Tim Elschner
$ifq_($i) reset > if { [info exists opt(imep)] && $opt(imep) == "ON" } { > $imep_($i) reset > } > if { $arptable_($i) != "" } { > $arptable_($i) reset > } > } > } > > Cheers, > Ramón > > PS - I've already modified the document -- with the correct pr

Re: [ns] Multi-interface support howto

2007-02-08 Thread Tim Elschner
i found out that a missing line in ns-mobilenode.tcl caused that strange behaviour. since i correctly added set sndT [cmu-trace Send "RTR" $self] the traffic seems to be fine, except that the wireless packets don't appear in NAM anymore. -tim Tim Elschner schrieb: > hi,

Re: [ns] Multi-interface support howto

2007-02-09 Thread Tim Elschner
i got the wirless tracing back to business: replaced: set sndT [cmu-trace Send "RTR" $self] (see below) with: set sndT [$self mobility-trace Send "RTR"] $sndT namattach $namfp Tim Elschner schrieb: > i found out that a missing line in ns-mobilenode.

Re: [ns] Multi-interface support howto

2007-02-12 Thread Tim Elschner
dT target [$self set ll_(0)] } } cheers, tim Ramon Aguero schrieb: > Hi Tim, > > I should have read this message before, sorry for the spam. > > Can you clarify where did you add these two lines? > > Cheers, > Ramón > > At 10:49 09/02/2007, Tim Elschner wrote: > >

Re: [ns] Multi-interface support howto

2007-02-26 Thread Tim Elschner
isn't array >while executing > "set chan($indexch) $ch" >(procedure "_o3" line 3) >(Simulator add-channel line 3) >invoked from within > "$ns_ add-channel 0 $chan_(0)" >(file "mulif.tcl" line 131) > >