You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At time 2.94801s client=192.168.0.66 sent 100 bytes to 192.168.0.69 port 9
At time 2.95033s server=192.168.0.69 received 100 bytes from 192.168.0.66 port 49153
assert failed. cond="x", file=../src/wifi/model/ap-wifi-mac.cc, line=621
terminate called without an active exception
Command ['/home/masih/IEEE-802.11ah-ns-3/build/scratch/test/test', '--pagePeriod=4', '--pageSliceLength=8', '--pageSliceCount=4'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").
How can I solve the issue?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
This assertion disables the AP to schedule downlink frame delivery in shared slot (outside RAW when all stations are allowed to access the medium). This strategy is not defined by the standard, but only used for testing in some of our previous experiments. I commented it out, you can pull the changes and it should work. If you would like to restrict the AP to deliver downlink only in RAWs, then leave it be but then you need to make sure all the destination nodes are assigned to some RAW.
Hello,
First, I appreciate your precious contribution to the 802.11ah simulator.
I have a problem when I run your example:
./waf --run "test --pagePeriod=4 --pageSliceLength=8 --pageSliceCount=4"
I got the following message:
How can I solve the issue?
Thank you for your help.
The text was updated successfully, but these errors were encountered: