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

Feature: BER model for radiomodels #64

Merged
merged 36 commits into from
Sep 12, 2023
Merged

Feature: BER model for radiomodels #64

merged 36 commits into from
Sep 12, 2023

Conversation

EskoDijk
Copy link
Owner

@EskoDijk EskoDijk commented Sep 1, 2023

No description provided.

…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.
…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
@EskoDijk EskoDijk merged commit 1ed5ce5 into main Sep 12, 2023
20 checks passed
@EskoDijk EskoDijk deleted the pr-ber branch September 12, 2023 08:59
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix dependency of radiomodel on node's radio-range radiomodel: simulate random RSSI fluctuations over time
1 participant