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

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    589302a View commit details
    Browse the repository at this point in the history
  2. [radiomodel] make-pretty

    EskoDijk committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d178cab View commit details
    Browse the repository at this point in the history
  3. [simulation] temporary added goroutine dump when node's unresponsive,…

    … to debug Github Actions
    EskoDijk committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d6eff5d View commit details
    Browse the repository at this point in the history
  4. [all] added radiomodel logging; LogEntry moved to types; BER model fi…

    …le added; BER model applied in MI model; using accurate Nbits for BER; trace level logging enabled better
    EskoDijk committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    688af8c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    c67f61b View commit details
    Browse the repository at this point in the history
  2. [all] event deSerialization can now handle an incomplete event; event…

    … buffer grows on need; some <-done channels added to speed up the exiting.
    EskoDijk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    399bb57 View commit details
    Browse the repository at this point in the history
  3. [all] make-pretty

    EskoDijk committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2349f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06c1c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    003a0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b43d31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    223bdb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. [all] extra simulation-exiting checks done during node init; added ex…

    …tra node process kill func when node's process is unresponsive to SIGTERM.
    EskoDijk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a2a785b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43ef47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bc1c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5772df0 View commit details
    Browse the repository at this point in the history
  5. [simulation] bugfix deadlock when send-SIGKILL is invoked; lower dela…

    …y so that unit test deadline of 3 sec for OTNS closing can be met.
    EskoDijk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    55d10f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    b5f7f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad4b9b View commit details
    Browse the repository at this point in the history
  3. [all] fix in case Sigkill is sent to node; refactored sim.Error() int…

    …o error returned for Go period command; timings adapted for kill/exit.
    EskoDijk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    71ab9ad View commit details
    Browse the repository at this point in the history
  4. [all] ordering updates for goroutine-starting; test fix by reinstatin…

    …g stale-event deletion from queue; longer duration for autoGo.
    EskoDijk committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    51f2783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622c20e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e863b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    e9c9f32 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. [pylibs] fix in unit test

    EskoDijk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9e4ecf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1114d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [dispatcher] newline fix

    EskoDijk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0ab59f9 View commit details
    Browse the repository at this point in the history
  2. [radiomodel] new pathloss_model.go file with the ITU and 3GPP path lo…

    …ss models; noise floor fix; single pixels-to-meters scaling (0.10) now independent of node's radio range.
    EskoDijk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9115ee7 View commit details
    Browse the repository at this point in the history
  3. [all] Shadow fading model with compute+store; examples updated; outdo…

    …or rf model; ITU/3GPP indoor models; error handling fixes w.r.t. CLI behavior
    EskoDijk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6898869 View commit details
    Browse the repository at this point in the history
  4. [simulation] make-pretty

    EskoDijk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    667e524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6efbcbb View commit details
    Browse the repository at this point in the history
  6. [all] added -no-logfile option and activate it for stress tests (to s…

    …peed up); removed RADIO_RANGE in some tests
    EskoDijk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a2d18d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eaae0a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    f53689f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e988bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f7171 View commit details
    Browse the repository at this point in the history
  4. [radiomodel] comment update

    EskoDijk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dfd8a68 View commit details
    Browse the repository at this point in the history