Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGIOT problem #17

Open
masih65 opened this issue Mar 6, 2021 · 1 comment
Open

SIGIOT problem #17

masih65 opened this issue Mar 6, 2021 · 1 comment

Comments

@masih65
Copy link

masih65 commented Mar 6, 2021

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:

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.

@asljivo1
Copy link
Collaborator

asljivo1 commented Mar 8, 2021

Hi @masih65

What is your RAW configuration?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants