[ns] Scheduler error - NULL handler

2011-08-16 Thread Aslinda Hassan
Hi everyone. Currently, I'm implementing a new routing protocol for ad hoc network, and I have managed to compile it without any errors. Unfortunately, when I tried to test my protocol, I received the following error: Scheduler: attempt to schedule an event with a NULL handler. Don't do

Re: [ns] Scheduler error - NULL handler

2011-08-16 Thread Fahimeh Akbari
Hi I had this problem in my simulations. I have been send a data packet to a NULL target (my sender node was not attached to my destination node). see scheduler.cc file in your ns directory. this error is created from there. search this error text, and see what null pointer did you used in