1. 21 Sep, 2023 2 commits
    • Robert Schmidt's avatar
      get_initial_SpCellConfig(): don't reuse memory · 15c2af23
      Robert Schmidt authored
      In the case of MIMO, we reused memory to point to the same PUCCH
      resource. This is problematic, since ASN_STRUCT_FREE() would try to free
      this resource twice.
      
      This commit changes to create distinct memory for the PUCCH resources,
      while putting the same configuration to still use the same PUCCH
      resource from a radio configuration point of view.
      15c2af23
    • Robert Schmidt's avatar
      Delete dead code · a4607947
      Robert Schmidt authored
      a4607947
  2. 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
  3. 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
  4. 15 Sep, 2023 5 commits
  5. 14 Sep, 2023 15 commits
  6. 13 Sep, 2023 14 commits
  7. 12 Sep, 2023 2 commits
    • Robert Schmidt's avatar
      Merge branch 'integration_2023_w36' into 'develop' · 79fd37b4
      Robert Schmidt authored
      integration_2023_w36
      
      See merge request oai/openairinterface5g!2333
      
      * !2185 DL delay compensation
      * !2255 Add condition to call or not the function nr_mac_prepare_ra_ue()
      * !2301 NR UE handling MCS for retransmissions
      * !2308 Heap Allocation issue: Removed Dynamic allocation
      * !2317 bugfix: don't force an UE to support en-dc, respect its capabilities
      * !2318 Set security for all active SRBs after NR_RRCReestablishment
      * !2321 Use appropriate CMake flags to link to UHD
      * !2332 T tracer: add a trace for NR SIB1
      * !2322 Remove small races in ue
      * !2323 NR UE fix DCI candidates
      * !2328 Add SRB1 and SRB2 received bytes to statistics
      79fd37b4
    • Robert Schmidt's avatar
      f13830cf