1. 05 Feb, 2024 2 commits
    • Teodora's avatar
      Enable multiple RC subscriptions · ff24e3e0
      Teodora authored
        - create hash table to save riq_req_id (key) and array of ran_param_id(s) (values), per each subscription
        - create RB tree to store list of riq_req_id(s) for each ran_param_id
          => when the async event occurs, it is easier and faster to search per ran_param_id and send the indication message to all xApps (riq_req_id(s)) subscribed to the same ran_param_id
        - it is important to mention that both data structures need to be maintained, especially when unsubscription occurs (free_aperiodic_subscription)
      ff24e3e0
    • Teodora's avatar
      Support RC aperiodic subscription · d89d2ae2
      Teodora authored
        - subscribe to "UE RRC State Change" RAN Parameter ID
        - expected asynchronous events from E2 node
      d89d2ae2
  2. 30 Jan, 2024 1 commit
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w04' into 'develop' · 513f060f
      Robert Schmidt authored
      Integration: 2024.w04
      
      See merge request oai/openairinterface5g!2535
      
      * !2522 Integration of O-RAN 7.2 FH using OSC xRAN library
      * !2416 fix-ue-scheduler-multi-thread-storage-list-mutex-protection
      * !2488 LDPC T2 card encoding: rate matching and interleaving on the T2 card
      * !2497 Read NoS1 bearer configuration from gNB-generated file
      * !2518 Extension of E1AP procedures
      * !2533 This limits PUCCH payload to 11 bits, 7 CSI + 3 ACKNACK + 1 SR maximum.
      * !2526 prepare MSG3 in advance at RRC UE
      * !2451 MAC procedures to handle DLSCH allocation type 0
      * !2525 NR UE fix for function to find PUCCH resource set
      * !2536 Improve Precoding Matrix computation taking in consideration the DCI format
      * some documentation+config file updates for 7.2
      * !2501 Improvements for NR implementation of timers
      * !2531 Fix unit test build and build unit tests in CI
      513f060f
  3. 29 Jan, 2024 7 commits
  4. 27 Jan, 2024 4 commits
  5. 26 Jan, 2024 8 commits
  6. 25 Jan, 2024 18 commits