E2 metrics #407
-
Good afternoon! I'm configuring a deployment with srsRAN Project and FlexRIC. I'm trying to obtain different metrics to introduce them as input features to a neural network. In srsRAN Project there is a file that lists the available metrics https://github.com/srsran/srsRAN_Project/blob/main/lib/e2/e2sm/e2sm_kpm/e2sm_kpm_du_meas_provider_impl.cpp. For now I am using the CQI, RSRP and RSRQ. But looking at this file it seems that both e2sm_kpm_du_meas_meas_provider_impl::get_rsrp (RSRP value) and e2sm_kpm_du_meas_provider_impl::get_rsrq (RSRQ value) get the same metric named ue_metrics.pusch_snr_db. Is this a bug or is it obtained this way for some reason? Another question I have is: Do you plan to introduce more metrics in the near future? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, The metrics that are currently implemented are listed here. More metrics is coming soon. |
Beta Was this translation helpful? Give feedback.
-
@apperezG Please check our updated tutorial, where we use the |
Beta Was this translation helpful? Give feedback.
-
What does happen if you request only the two metrics in the xApp config file?
Also, did you try sending more UL data, for example with the following command:
|
Beta Was this translation helpful? Give feedback.
Hi,
those CQI, RSRP, and RSRQ are some dummy metrics, that will be removed soon. We are currently working to add more metrics that are described in the ORAN documents - here we will all metrics available in the ORAN documents.
The metrics that are currently implemented are listed here.
More metrics is coming soon.