[ns] Dropped packets in BS WIMAX - Nw QWI

2010-12-21 Thread El hadi Cherkaoui

Dear all, 

I have this dropped packet in trace file:

d -t 10.805844200 -Hs 2 -Hd 4194306 -Ni 2 -Nx 1100.00 -Ny 1000.00 -Nz 0.00 -Ne 
-1.00 -Nl MAC -Nw QWI -Ma 0 -Md 0 -Ms 8 -Mt 0 -Is 0.0 -Id 4194306.0 -It cbr 
-Il 5120 -If 0 -Ii 457 -Iv 29 -Pn cbr -Pi 76 -Pf 0 -Po 0 

the reason is Nw QWI .

What is QWI ??

the dropped event occures in the Wimax BS. If it iss due to the queue length , 
should I large it to solve the problem ??

thanx 




  


[ns] Dropped Packets

2006-07-03 Thread Ibrahim Khalife

Hello All...

I am working on an admission controller. I wrote a pair of .cc and .h file
which are the admission controller. I have done the necessary linking in the
TCL and other c++ modifications.

I am ending up in the trace file having my admission controller packets
being dropped at the node which is sending them. Apparently they have a next
hop value of -2. I have tried changing the packets' next hop value from
within the AODV routing protocol by putting an "if" statement to see when it
receives packets from the admission controller and then putting the correct
next hop value through reading it from the routing table. This has resulted
in a segmentation fault. Can you please advice ??

ps: I don't know how to get the admission controller read the routing table
of AODV of the concerned node from within itself (that is the admission
controller).

Best Regards,

Ibrahim