forked from openthread/ot-ns
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature: BER model for radiomodels #64
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… to debug Github Actions
…le added; BER model applied in MI model; using accurate Nbits for BER; trace level logging enabled better
… buffer grows on need; some <-done channels added to speed up the exiting.
…on when SNR < 0 db.
…tra node process kill func when node's process is unresponsive to SIGTERM.
…y so that unit test deadline of 3 sec for OTNS closing can be met.
…o error returned for Go period command; timings adapted for kill/exit.
…g stale-event deletion from queue; longer duration for autoGo.
…ss models; noise floor fix; single pixels-to-meters scaling (0.10) now independent of node's radio range.
…or rf model; ITU/3GPP indoor models; error handling fixes w.r.t. CLI behavior
…peed up); removed RADIO_RANGE in some tests
This was
linked to
issues
Sep 12, 2023
EskoDijk
added a commit
that referenced
this pull request
Sep 24, 2024
* [radiomodel] Added 802.15.4 BER model; and noise floor setting. More accurate signal power addition; support for signal detection when SNR < 0 db. Added shadow fading (SF) model into MI radio models. * [radiomodel] Change to default MutualInterference radio model; tests updated. It now uses ITU and 3GPP path loss models; with a single pixels-to-meters scaling (eg. 0.10m) that is now independent of node's radio range. * [general] trace level logging improved; adding MsgId to events to avoid deadlock situations. Event deserialization can now handle an incomplete event; and event buffer grows on need. Removed unused code. * [pylibs] More graceful exiting in OTNS.py; improved logging. * [general] extra simulation-exiting checks done during node init; added extra node process kill func when node's process is unresponsive to SIGTERM. * [cli] bugfix in 'radiomodel' error output * [otnstester] Added new Go basic test - it works now for multiple tests. More tests is helpful to find deadlocks or race conditions. * [pylibs] filter out failed pings in network-latency stress test; cosmetic update. * [all] added -no-logfile option and activate it for stress tests (to speed up)
EskoDijk
added a commit
that referenced
this pull request
Sep 24, 2024
* [radiomodel] Added 802.15.4 BER model; and noise floor setting. More accurate signal power addition; support for signal detection when SNR < 0 db. Added shadow fading (SF) model into MI radio models. * [radiomodel] Change to default MutualInterference radio model; tests updated. It now uses ITU and 3GPP path loss models; with a single pixels-to-meters scaling (eg. 0.10m) that is now independent of node's radio range. * [general] trace level logging improved; adding MsgId to events to avoid deadlock situations. Event deserialization can now handle an incomplete event; and event buffer grows on need. Removed unused code. * [pylibs] More graceful exiting in OTNS.py; improved logging. * [general] extra simulation-exiting checks done during node init; added extra node process kill func when node's process is unresponsive to SIGTERM. * [cli] bugfix in 'radiomodel' error output * [otnstester] Added new Go basic test - it works now for multiple tests. More tests is helpful to find deadlocks or race conditions. * [pylibs] filter out failed pings in network-latency stress test; cosmetic update. * [all] added -no-logfile option and activate it for stress tests (to speed up)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.