1. 22 Sep, 2023 2 commits
    • Robert Schmidt's avatar
      Wait for F1 Setup Response before unblocking cell · 89f3ea3d
      Robert Schmidt authored
      The F1 Setup Response contains the cell(s) to activate. Hence, prevent
      the radio from starting by waiting for the F1 Setup Response before
      continuing.
      89f3ea3d
    • Robert Schmidt's avatar
      Implement F1 Setup Request/Response to be used internally · aaae82d7
      Robert Schmidt authored
      - send F1 Setup using callback
      - store f1 setup req locally for reference
      - check F1 Setup Req against RRC data structures:
        * if matches: send F1 Setup Response using callback
        * if not matching: send F1 Setup Failure using callback
      - don't send CU config update by default, we don't need this
      - if the Setup Response does not contain a cell, don't activate. It is
        possible the CU sends a gNB-CU configuration update, which will
        initialize the structures
      aaae82d7
  2. 21 Sep, 2023 28 commits
  3. 19 Sep, 2023 1 commit
    • Raphael Defosseux's avatar
      Merge branch 'integration_2023_w37' into 'develop' · afc75c5d
      Raphael Defosseux authored
      integration_2023_w37
      
      * !1909 Rework for aarch64 support after SIMDe integration
      * !1995 Fix packing/unpacking for nFAPI P5 messages
      * !2228 TDLA, TDLB and TDLC channel models in DLSIM
      * !2327 Bugfixes and some rewrite for nr rlc am control PDU reception
      * !2331 NR UE HARQ improvements to handle more than 4 per PUCCH
      * !2286 Service Models integration - KPM v03.00, GTP, MAC, RLC and PDCP
      * !2336 fix(ci): HTML reporting for Ubuntu build fix
      * !2338 nr-softmodem: fixed invalid length calculation, leading to segfault
      * !2326 Tutorials: Update NR SA Tutorials to be compliant with OAI CN5G pre-2.0 release
      * !2334 NR UE DL channel estimation fix
      * !2325 Compute ULSCH TB CRC
      afc75c5d
  4. 18 Sep, 2023 1 commit
    • Raphael Defosseux's avatar
      fix(ci): properly removing docker volumes · 29b4e64d
      Raphael Defosseux authored
      Laurent noticed it on one of his MR and confirmed with him:
        -- Volumes have be created the 1st time they ran on avra on July 7th
        -- Volumes were created with not only the raw files but also the nr-softmodem executable
      
      Solution: two-fold:
        1. using the `docker-compose down -v` syntax, the volume is deleted automatically
        2. I added redundancy with the custom command to remove the used volume
      Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
      29b4e64d
  5. 15 Sep, 2023 5 commits
  6. 14 Sep, 2023 3 commits