Other E2 KPM styles and E2 RC #459
-
|
Hi community, The new update on E2 is really amazing! Following the tutorial, we can successfully run the gNB with FlexRIC, and the xApp can extract some E2-level metrics correctly. Now we would like to move to UE-level metrics, which requires other KPM styles like style 4. However, we cannot run it successfully. Does anyone extract the per-UE metrics correctly by using other KPM styles? BTW, does the branch Any hints would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
After digging into the RC, I found some problems. I'm using The first thing I did is to change the RAN parameter ID in But I still cannot run it correctly, so I try to trace the problem. I find that the gNB successfully entered the function I'm not sure if this is a problem when gNB decodes the control message, or when xApp encodes the message? I don't change the generation function of CONTROL message in the xApp. Does anyone have an idea how to proceed and debug this? Thanks |
Beta Was this translation helpful? Give feedback.
Hi @HaoxinSEU and @peihaoY,
We have just released a repository that allows running ORAN-SC-RIC as a multi-container Docker application with a single docker command. You can access the repository at: https://github.com/srsran/oran-sc-ric
Moreover, the repository includes two Python-based xApps examples designed to facilitate the requesting and monitoring of E2 metrics from the gNB. These examples cover all reporting styles (1-5) of the e2sm-kpm module, which has been updated to version 3.
To get started quickly, refer to the
Quick Startsection in the readme file.Please note that until the next code release, you'll need to utilize the
testbranch from the srsRAN_Project repository.We are…