-
Notifications
You must be signed in to change notification settings - Fork 13
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
Attribute could not be set #1
Comments
Note that lorawan-example-tracing was primarily used during the final de of the module. The other examples are older. That said, you could try setting nbrep via lorawanhelper: By default, lorawan-example doesn't touch nbrep though. So most likely you are experiencing a bug. I don't have access to a computer to troubleshoot however(posting this from mobile). |
Dear all, I confirm that the bug exists: https://github.com/imec-idlab/ns-3-dev-git.git in the lorawan branch, commit 0b80ed1, I run the following: ./waf --run=lorawan-example gdb build/src/lorawan/examples/ns3-dev-lorawan-example-debug Program received signal SIGABRT, Aborted. Best regards |
Same error here :( |
When I tried to run lorawan-example.cc file, I get following error message;
"Attribute name=NbRep could not be set for this object: tid=ns3::LoRaWANNetDevice"
I think the program tries to set the NbReb attribute to an invalid value.
How can I fix that ?
Baver
The text was updated successfully, but these errors were encountered: