[ns] problem 'Scheduler ID is not valid'

Claudio Cicconetti claudio at cng1.iet.unipi.it
Thu May 20 04:47:45 PDT 2004


Your problem is that there is an event that is scheduled twice; this event
may be a timer expiration.

Try substituting

   if(pktCTRL_) {
      mhDefer_.start(phymib_.getSIFS());

with

   if(pktCTRL_) {
      if ( ! mhDefer_.busy() )
         mhDefer_.start(phymib_.getSIFS());

in the Mac802_11::tx_resume() method.

Regards
	Claudio

On Wed, 19 May 2004, Yuan Yuan wrote:

>
> Hello All
>
> I simulate the network scenario with one AP and multiple station. But to
> some number of stations. It gives me:
>
> Set nodes number 1
> num_nodes is set 2
> Starting Simulation...
> Scheduler: Event UID not valid!
>
>
> Has someone encounter this problem before?
>
> Thanks!
>
>

---------------------------------
Claudio Cicconetti, PhD student
<claudio.cicconetti at iet.unipi.it>
Dpt. of Information Engineering
University of Pisa - ITALY



More information about the Ns-users mailing list