1. 18 Jan, 2024 3 commits
    • Robert Schmidt's avatar
      RRC: check for DU MIB1/SIB and handle accordingly · 3df31b0e
      Robert Schmidt authored
      For LiteOn DU, we do not receive the MIB/SIB1 in the F1 Setup Request.
      This is not a problem in itself, but it might happen that certain
      procedures are executed without MIB/SIB1. Check for it and handle
      appropriately:
      - During normal connection establishment, we might not be able to
        calculate measurement config
      - During reestablishment, we might not be able to calculate ARFCN SSB
        and cannot do reestablishment; do RRC setup instead.
      3df31b0e
    • Giulio Carota's avatar
      Do not require F1 System Information when handling new DU · 5ee5224a
      Giulio Carota authored
      gNB-DU System Information may be sent after setup to update the system
      information, and the RRC can "do without". See next commit.
      5ee5224a
    • Robert Schmidt's avatar
      Add read_version() to convert version string to numbers · d89dfafb
      Robert Schmidt authored
      read_version() takes a version string in format "x.y.z" with x being
      major, y minor, and z patch number. It transforms reads them into
      separate numbers, and outputs in the correspondingly named variables.
      d89dfafb
  2. 15 Jan, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w02' into 'develop' · 2b717d49
      Robert Schmidt authored
      Integration: 2024.w02
      
      See merge request oai/openairinterface5g!2514
      
      * !2506 NR UE MAC config fixes
      * !2478 Moving computation of base graph for LDPC at MAC in the UE
      * !2481 fix UE RX/TX thread several bugs in synchronisation of events, add LOG_E and...
      * !2494 Fix for building rach occasions in case of multiple BWPs
      * !2498 Fix security header type for PDU session establishment, and update sqn, counters
      * !2509 Fixed typos in init_ru
      * !2512 Null pointer in nr generate msg3 retransmission
      * !2505 USRP doc: Include b205-mini, improve markup
      2b717d49
  3. 13 Jan, 2024 2 commits
  4. 12 Jan, 2024 8 commits
  5. 10 Jan, 2024 2 commits
  6. 09 Jan, 2024 4 commits
  7. 08 Jan, 2024 5 commits
    • francescomani's avatar
      RO MAC fields depending on bwp-id · 3bb6457f
      francescomani authored
      3bb6457f
    • francescomani's avatar
    • francescomani's avatar
      avoid global prach_assoc_pattern · fb166fb1
      francescomani authored
      fb166fb1
    • Alexis Falempin's avatar
      NAS : Wrong security header type for PDU Session Establishment Request · 74832b48
      Alexis Falempin authored
      While testing the OAI 5G RAN in SA mode, it appears that the PDU session
      establishment request is using the wrong security header type.
      
      The current used header is: "Integrity protected and ciphered with new
      5G NAS security context".
      
      However, according to TS 24.501, Table 9.3.1, this header can only be used
      by the "Security mode complete" procedure.
      
      Changes:
      
       - Hence, the new security header has been changed to "Integrity protected
         and ciphered", which will use the security context generated during the
         "Security mode complete".
      
       - Sequences numbers and NAS counters have been updated to reflect that
         change.
      74832b48
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w01' into 'develop' · f918be96
      Robert Schmidt authored
      Integration: 2024.w01
      
      See merge request oai/openairinterface5g!2502
      
      * !2482 Trigger UL Failure if Ack of Msg4 not received and implement RA Contention Resolution timer in gNB
      * !2484 function to harmonize handling of NAS registraction accept
      * !2487 Rework PUCCH codec with c16_t type and functions to make readable code
      * !2491 improvements for NR UE detaching
      * !2499 Update L1sim and RFsim documentation
      * !2500 Fix FAPI CoreSetType enumeration options after the fix on the description made by SCF
      * !2489 NR UE improvements RRCSetup
      f918be96
  8. 05 Jan, 2024 9 commits
  9. 04 Jan, 2024 4 commits
  10. 03 Jan, 2024 1 commit
  11. 27 Dec, 2023 1 commit