An error occurred fetching the project authors.
  1. 07 Feb, 2024 1 commit
    • Teodora's avatar
      Enable multiple RC subscriptions · d7ff30db
      Teodora authored
        - create hash table to save ric_req_id (key) and array of ran_param_id(s) (values), per each subscription
        - create RB tree to store list of ric_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 (ric_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)
      d7ff30db
  2. 17 Jan, 2024 1 commit
    • Teodora's avatar
      FlexRIC release v2 · a2b881a4
      Teodora authored
       - update KPM available versions
       - bool return when reading Service Models
      a2b881a4
  3. 30 Nov, 2023 1 commit
  4. 23 Aug, 2023 1 commit
    • Teodora Vladic's avatar
      Add O-RAN KPM E2 Service Model · 011a5a3b
      Teodora Vladic authored
      - Add O-RAN KPM SM with DRB.RlcSduDelayDl, DRB.UEThpDl and DRB.UEThpUl measurements
      - Add L1M.PHR1.BinX KPM meas
      - Add comments for all KPM meas; deleted few outputs (but added in xApp)
      - Add DRB.PdcpSduVolumeDL and DRB.PdcpSduVolumeUL KPM meas
      - Delete unnecessary rnd functions in ran_func_kpm.c -> path set to
        flexric submodule
      011a5a3b
  5. 07 Jul, 2023 1 commit
    • mir's avatar
      Add basic E2 agent through git submodule · 70ad480a
      mir authored
      - Add E2 agent that leverages FlexRIC e2ap library
      - Add documentation in openair2/E2AP/README.md
      - Currently, statistics exported are random
      70ad480a