Hi, I was testing the example wimax1_teste.tcl, after running, i executed: grep ^r out.res | grep MAC | grep -c cbr grep ^s out.res | grep MAC | grep -c cbr
and the results were Packets sent=100, Packets received =100. And then i changed the set gap_size 0.0005 ;#compute gap size between packets and i was expecting to have 1/(0.0005) [pkt/sec] *100 [sec] =200000 pkt sent, but after running the command: grep ^s out.res | grep MAC | grep -c cbr I got 119423, so the command grep ^s out.res | grep MAC | grep -c cbr, is not valid if the bandwidth requested by the source is bigger than the bandwidth available in the channel?
