Re: [ns] warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl syntax error in expression $i $val(nn) : extra tokens at end of expression while executing

2011-08-09 Thread nicholas mbonimpa
Hi Manish, Do not worry about the warning message. If your setup is ok, the simulation will run well. From a look at the code lines you've pasted here, the error message is most probably due to a missing operator in the line below. {$i $val(nn) } This is because both i and val(nn) are

[ns] warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl syntax error in expression $i $val(nn) : extra tokens at end of expression while executing

2011-08-05 Thread manishsingh chaudhary
hi to all, *sub- the following giving an error statement like as under:- * num_nodes is set 8 *warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl syntax error in expression $i $val(nn) : extra tokens at end of expression* *while executing* *for {set i 0} {$i $val(nn) }