1. 16 Dec, 2024 4 commits
  2. 13 Dec, 2024 4 commits
  3. 12 Dec, 2024 3 commits
    • Robert Schmidt's avatar
      Add Rocky 9.5 to list of distributions · 13a1d863
      Robert Schmidt authored
      13a1d863
    • Robert Schmidt's avatar
      Findxran: exclude default paths, use hints · f8d7e1fd
      Robert Schmidt authored
      Some users copy libxran.so to a system directory (e.g., /usr/local/lib).
      At the same time, we require xran_LOCATION to be set to find the build
      directory. Use HINTS to prefer the location passed through
      xran_LOCATION.
      
      Also, use NO_DEFAULT_PATH to outright disallow global scope, to prevent
      "accidentally" finding libxran.so in global scope (this is for
      multi-user systems that are used in development, and where people have
      different version of libxran for testing purposes). To still use
      packages in e.g., /usr/local/, it would be possible to set xran_LOCATION
      to this directory. (there is a problem that the version information will
      likely not be read correctly, so this might not be enough)
      f8d7e1fd
    • Jaroslava Fiedlerova's avatar
  4. 11 Dec, 2024 22 commits
  5. 10 Dec, 2024 6 commits
    • Sakthivel Velumani's avatar
      Prevent race condition when sync req received · 73921dfa
      Sakthivel Velumani authored
      Added a flush mechanism to actor thread. This is used to wait for all
      waiting jobs in the queue to be completed.
      73921dfa
    • Sakthivel Velumani's avatar
      Handle sync request out of UE_dl_preprocessing() · e5814cd6
      Sakthivel Velumani authored
      Move handling of sync request from MAC from UE_dl_preprocessing(). This
      will process the sync request before receiving the samples of current
      slot from radio so we don't 'lose' the slot.
      e5814cd6
    • Sakthivel Velumani's avatar
      Helper function to get center frequency · 4f56bf90
      Sakthivel Velumani authored
      from point A.
      4f56bf90
    • Sakthivel Velumani's avatar
      Code cleanup · 5ac703b5
      Sakthivel Velumani authored
      Add const to function input pointer.
      5ac703b5
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w49' into 'develop' · 054506f5
      Robert Schmidt authored
      Integration: `2024.w49`
      
      See merge request oai/openairinterface5g!3148
      
      * !3065 NAS Service Request enc/dec implementation
      * !3129 Refactor UL MAC PDU decoding
      * !3136 Use ninja -k option in CI
      * !3137 T tracer: add macpdu traces for the NR UE
      * !2392 Documentation: add multi-UE deployment with RFsimulator
      * !3145 a lib has been added but missed dependancies
      * !3050 doc: Add instructions for 5G NR gNB frequency configuration
      * !3141 CI: Allow restart of the container if deployment fails
      * !3138 Align YAML config getlist with libconfig implementation
      * !3140 remove un-necessary global variables
      * !3146 Updates to match more fapi-compliant tx_data.request
      * !3025 New threadpool, fixed in NR UE
      * CI: Remove USRP mgmt_addr from LTE-2x2 conf files
      * !3147 Fronthaul xran library update to F release (2. and final step towards M-plane integration)
      * !3142 Add CI test to trigger RLF with high pathloss in channelmod
      054506f5
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/add-ci-nr-f1-pathloss-rlf' into integration_2024_w49 (!3142) · ac6a37fa
      Robert Schmidt authored
      Add CI test to trigger RLF with high pathloss in channelmod
      ac6a37fa
  6. 09 Dec, 2024 1 commit