[ns] multi channel multi interface for 802.11 by Prof. Ramon

2009-04-09 Thread Kiran K Chauhan
Hi All, I made the modifications in the Ns2.33 as given in the PDF by Prof.Ramon. But after successful compilation when i run a simple tcl script it gives error as listed. I am not able to find out the reason for the error. INITIALIZE THE LIST xListHead (_o19 cmd line 1) invoked from

Re: [ns] multi channel multi interface for 802.11 by Prof. Ramon

2009-04-09 Thread Kiran K Chauhan
Thanks Sir, I modified the command method for AODV. Now when I run the example I do not get any error, but nothing gets written in the trace file/nam file. On command window what I get is num_nodes is set 8 INITIALIZE THE LIST xListHead Starting Simulation... channel.cc:sendUp - Calc

[ns] multi channel multi interface for 802.11 by Prof. Ramon

2009-04-09 Thread Kiran K Chauhan
Hi All, I made the modifications in the Ns2.33 as given in the PDF by Prof.Ramon. But after successful compilation when i run a simple tcl script it gives error as listed. INITIALIZE THE LIST xListHead (_o18 cmd line 1) invoked from within _o18 cmd if-queue 0 _o21 invoked from

Re: [ns] multi channel multi interface for 802.11 by Prof. Ramon

2009-04-09 Thread Kiran K Chauhan
Hi All, The problem of NULL handler was occuring due to the forward method. In this method Iface is not defined. If we define it in the method then it gives the error mentioned. I replaced the Iface with rt_interface and it worked without error. Prof Ramon, Please correct me if I am wrong.