Added overview file to documentation 75/1575/2
authorvlad shkapenyuk <vshkap@research.att.com>
Wed, 13 Nov 2019 21:45:08 +0000 (16:45 -0500)
committerVlad Shkapenyuk <vshkap@research.att.com>
Thu, 14 Nov 2019 16:05:01 +0000 (16:05 +0000)
Signed-off-by: vlad shkapenyuk <vshkap@research.att.com>
Change-Id: I02100a096d8254bc37e353d7160688a3a05dfb16

docs/index.rst
docs/overview.rst [new file with mode: 0644]
docs/readme.rst

index 3a55ad2..a1d0689 100644 (file)
@@ -5,12 +5,12 @@
 RIC Measurement Campaign (MC) xApp
 ==================================
 
-.. _ric-app-mc:
 
 .. toctree::
    :maxdepth: 1
    :caption: Documents:
 
+   overview.rst
    readme.rst
 
 
diff --git a/docs/overview.rst b/docs/overview.rst
new file mode 100644 (file)
index 0000000..c0d2327
--- /dev/null
@@ -0,0 +1,15 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+
+
+RIC Measurement Campaign (MC) Overview
+=======================================
+
+MC xApp calculates a number of metrics and KPIs based on X2 messages formatted as protobufs as defined in ric-plt/streaming-protobufs.
+
+The metrics are reported periodically as VES events and include metrics such as number of dual connected UEs, duration of dual connections, and signal strength metrics. For a full list of supported metrics see the readme.
+
+Internally, MC xApp uses the gs-lite stream processing engine (com/gs-lite).
+
+The protobufs are received as RMR messages from UEEC but if no such data producer is available, MC xApp can be run in a simulated mode where the protobuf content is generated locally by the UEEC simulator running in the same container.
+
index ef60c65..40ab6c6 100644 (file)
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.\r
-.. SPDX-License-Identifier: CC-BY-4.0\r
-\r
-\r
-RIC Measurement Campaign (MC) supported KPIs\r
-============================================\r
-\r
-name: throughput_ue\r
-\r
-description: throughput experienced by UE over a measurement interval. "Active" throughput is throughput while actively downloading, "average" averages bytes transfered over the measurement interval\r
-\r
-- ULLONG TS\r
-- LLONG e_RAB_ID\r
-- LLONG UE_ID\r
-- V_STR GNB_ID\r
-- FLOAT measurementInterval\r
-- LLONG active_throughput\r
-- LLONG average_throughput\r
-- LLONG min_throughput\r
-- LLONG max_throughput\r
-\r
-\r
-name: addreq_success_stats\r
-\r
-description: statistics on the time to successfully make a DC connection\r
-\r
-- V_STR GNB_ID\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- FLOAT min_success_time\r
-- FLOAT max_success_time\r
-- FLOAT avg_success_time\r
-- FLOAT pctl_05_success_time\r
-- FLOAT pctl_95_success_time\r
-- FLOAT stddev_success_time\r
-\r
-\r
-name: addreq_pdf_nr_cell\r
-\r
-description : histogram of neighboring cell RSRP, aggregated by cell id\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: addreq_pdf_nr_gnb\r
-\r
-description : histogram of neighboring cell RSRP, aggregated by GNB, as computed from addition request events.\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: addreq_stats_nr_cell\r
-\r
-description : statistics about neighboring cell RSRP aggregated by cell id\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: addreq_stats_nr_gnb\r
-\r
-description : statistics about neighboring cell RSRP aggregated by GNB, as computed from addition request events.\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: erab_stats\r
-\r
-description: number of admitted bearers and the distribution of their qCI\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT total_erabs\r
-- UINT qCI_1\r
-- UINT qCI_2\r
-- UINT qCI_3\r
-- UINT qCI_4\r
-- UINT qCI_5\r
-- UINT qCI_6\r
-- UINT qCI_7\r
-- UINT qCI_8\r
-- UINT qCI_9\r
-- UINT qCI_other\r
-\r
-\r
-name: mc_connected_cnt\r
-\r
-description: Number of dual connected users\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT count_connected_ue\r
-\r
-\r
-name: mc_connection_stats\r
-\r
-description : statistics about the length of dual connected sessions\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- FLOAT min_connected_time\r
-- FLOAT max_connected_time\r
-- FLOAT avg_connected_time\r
-- FLOAT pctl_05_connected_time\r
-- FLOAT pctl_95_connected_time\r
-- FLOAT stddev_connected_time\r
-\r
-\r
-name: mc_connects_cnt\r
-\r
-description: number of DC connection requests\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT count_ue_connects\r
-\r
-\r
-name: mc_disconnects_cnt\r
-\r
-description: number of DC connection releases\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT count_ue_disconnects\r
-\r
-\r
-name: mc_unique_ue_cnt\r
-\r
-description: Number of distinct UEs making a DC request or release\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT count_unique_ue\r
-\r
-\r
-name: mod_req_failure_distribution\r
-\r
-description: distribution of causes of a modification requet failure\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT cnt\r
-- UINT count_protobuf_unspecified\r
-- UINT count_t310_Expiry\r
-- UINT count_randomAccessProblem\r
-- UINT count_rlc_MaxNumRetx\r
-- UINT count_synchReconfigFailure_SCG\r
-- UINT count_scg_reconfigFailure\r
-- UINT count_srb3_IntegrityFailure\r
-\r
-\r
-name: reconfig_status_success_rate\r
-\r
-description: fraction of DC connect requests which are successful\r
-\r
-- V_STR GNB_ID\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT total_reconfiguration_requests\r
-- UINT successful_reconfiguration_requests\r
-- FLOAT success_rate\r
-\r
-\r
-name: reconfig_status_reject_cause\r
-\r
-description: distribution of causes for DC rejection\r
-\r
-- V_STR gnb_id\r
-- ULLONG TB\r
-- INT total_reconfig_reject\r
-- UINT count_radio_network\r
-- UINT count_transport\r
-- UINT count_protocol\r
-- UINT count_misc\r
-\r
-\r
-name: mod_status_refuse_cause\r
-\r
-description: distribution of causes for a sgnb modification refusal\r
-\r
-- V_STR GNB_ID\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT total_reconfig_refuse\r
-- UINT count_radio_network\r
-- UINT count_transport\r
-- UINT count_protocol\r
-- UINT count_misc\r
-\r
-\r
-name: release_cause\r
-\r
-description: distribution of the causes of a DC release\r
-\r
-- V_STR GNB_ID\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- INT total_reconfig_refuse\r
-- UINT count_radio_network\r
-- UINT count_transport\r
-- UINT count_protocol\r
-- UINT count_misc\r
-\r
-\r
-name: release_req_success_stats\r
-\r
-description: statistics on the time to delease a DC connection\r
-\r
-- V_STR GNB_ID\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- FLOAT min_success_time\r
-- FLOAT max_success_time\r
-- FLOAT avg_success_time\r
-- FLOAT pctl_05_success_time\r
-- FLOAT pctl_95_success_time\r
-- FLOAT stddev_success_time\r
-\r
-\r
-name: rrcx_pdf_neigh_cell_csi\r
-\r
-description: distribution of the beam csi rsrp of neighboring cells, aggregated by cell id, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_neigh_gnb_csi\r
-\r
-description: distribution of the beam csi rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_neigh_cell_ssb\r
-\r
-description: distribution of the beam ssb rsrp of neighboring cells, aggregated by cell id, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_neigh_gnb_ssb\r
-\r
-description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_serv_cell\r
-\r
-description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_neighbor_cell\r
-\r
-description: distribution of the  ssb rsrp of neighbor cells aggregated by cell id, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_serv_gnb\r
-\r
-description: distribution of the  ssb rsrp of serving cell aggregated by gnb, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_pdf_neighbor_gnb\r
-\r
-description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- UINT rsrp_vbad\r
-- UINT rsrp_bad\r
-- UINT rsrp_medium\r
-- UINT rsrp_good\r
-- UINT rsrp_vgood\r
-\r
-\r
-name: rrcx_stats_neigh_cell\r
-\r
-description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by cell ID, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: rrcx_stats_neigh_gnb\r
-\r
-description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by gNB, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: rrcx_stats_serv_cell\r
-\r
-description: statistics on the ssb rsrp of the serving cell, aggregated by cell id, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: rrcx_stats_neighbor_cell\r
-\r
-description: statistics on the ssb rsrp of the neighbor cells, aggregated by cell id, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- UINT CELL_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: rrcx_stats_serv_gnb\r
-\r
-description: statistics on the ssb srp of the serving cell, aggregated by gNB, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: rrcx_stats_neighbor_gnb\r
-\r
-description: statistics on the ssb rsrp of the neighbor cells, aggregated by gNB, computed using rrc transfer\r
-\r
-- ULLONG TS\r
-- FLOAT measurementInterval\r
-- V_STR GNB_ID\r
-- INT cnt\r
-- INT min_rsrp\r
-- INT pctl_05_rsrp\r
-- INT median_rsrp\r
-- INT pctl_95_rsrp\r
-- FLOAT stddev_rsrp\r
-- INT max_rsrp\r
-\r
-\r
-name: throughput_rollup\r
-\r
-description: statistics on the per-UE throughput\r
-\r
-- ULLONG TS\r
-- LLONG e_RAB_ID\r
-- V_STR GNB_ID\r
-- FLOAT measurementInterval\r
-- INT count_ues\r
-- UINT average_throughput_percentile_05\r
-- UINT average_throughput_percentile_50\r
-- FLOAT average_average_throughput\r
-- UINT average_throughput_percentile_95\r
-- UINT active_throughput_percentile_05\r
-- UINT active_throughput_percentile_50\r
-- FLOAT average_active_throughput\r
-- UINT active_throughput_percentile_95\r
-\r
-\r
-name: throughput_gnb\r
-\r
-description: throughput experienced by a GNB over a measurement interval. "Active" throughput is throughput while actively downloading, "average" averages bytes transfered over the measurement interval\r
-\r
-- ULLONG TS\r
-- LLONG e_RAB_ID\r
-- V_STR GNB_ID\r
-- FLOAT measurementInterval\r
-- LLONG active_throughput\r
-- LLONG average_throughput\r
-- LLONG min_throughput\r
-- LLONG max_throughput\r
-- UINT extr_quant_hfta0_fcn_quant_udaf_hfta0\r
-- UINT extr_quant_hfta0_fcn_quant_udaf_hfta01\r
-\r
-\r
-\r
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+
+
+RIC Measurement Campaign (MC) supported KPIs
+============================================
+
+name: throughput_ue
+
+description: throughput experienced by UE over a measurement interval. "Active" throughput is throughput while actively downloading, "average" averages bytes transfered over the measurement interval
+
+- ULLONG TS
+- LLONG e_RAB_ID
+- LLONG UE_ID
+- V_STR GNB_ID
+- FLOAT measurementInterval
+- LLONG active_throughput
+- LLONG average_throughput
+- LLONG min_throughput
+- LLONG max_throughput
+
+
+name: addreq_success_stats
+
+description: statistics on the time to successfully make a DC connection
+
+- V_STR GNB_ID
+- ULLONG TS
+- FLOAT measurementInterval
+- FLOAT min_success_time
+- FLOAT max_success_time
+- FLOAT avg_success_time
+- FLOAT pctl_05_success_time
+- FLOAT pctl_95_success_time
+- FLOAT stddev_success_time
+
+
+name: addreq_pdf_nr_cell
+
+description : histogram of neighboring cell RSRP, aggregated by cell id
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: addreq_pdf_nr_gnb
+
+description : histogram of neighboring cell RSRP, aggregated by GNB, as computed from addition request events.
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: addreq_stats_nr_cell
+
+description : statistics about neighboring cell RSRP aggregated by cell id
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: addreq_stats_nr_gnb
+
+description : statistics about neighboring cell RSRP aggregated by GNB, as computed from addition request events.
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: erab_stats
+
+description: number of admitted bearers and the distribution of their qCI
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT total_erabs
+- UINT qCI_1
+- UINT qCI_2
+- UINT qCI_3
+- UINT qCI_4
+- UINT qCI_5
+- UINT qCI_6
+- UINT qCI_7
+- UINT qCI_8
+- UINT qCI_9
+- UINT qCI_other
+
+
+name: mc_connected_cnt
+
+description: Number of dual connected users
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT count_connected_ue
+
+
+name: mc_connection_stats
+
+description : statistics about the length of dual connected sessions
+
+- ULLONG TS
+- FLOAT measurementInterval
+- FLOAT min_connected_time
+- FLOAT max_connected_time
+- FLOAT avg_connected_time
+- FLOAT pctl_05_connected_time
+- FLOAT pctl_95_connected_time
+- FLOAT stddev_connected_time
+
+
+name: mc_connects_cnt
+
+description: number of DC connection requests
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT count_ue_connects
+
+
+name: mc_disconnects_cnt
+
+description: number of DC connection releases
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT count_ue_disconnects
+
+
+name: mc_unique_ue_cnt
+
+description: Number of distinct UEs making a DC request or release
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT count_unique_ue
+
+
+name: mod_req_failure_distribution
+
+description: distribution of causes of a modification requet failure
+
+- ULLONG TS
+- FLOAT measurementInterval
+- INT cnt
+- UINT count_protobuf_unspecified
+- UINT count_t310_Expiry
+- UINT count_randomAccessProblem
+- UINT count_rlc_MaxNumRetx
+- UINT count_synchReconfigFailure_SCG
+- UINT count_scg_reconfigFailure
+- UINT count_srb3_IntegrityFailure
+
+
+name: reconfig_status_success_rate
+
+description: fraction of DC connect requests which are successful
+
+- V_STR GNB_ID
+- ULLONG TS
+- FLOAT measurementInterval
+- INT total_reconfiguration_requests
+- UINT successful_reconfiguration_requests
+- FLOAT success_rate
+
+
+name: reconfig_status_reject_cause
+
+description: distribution of causes for DC rejection
+
+- V_STR gnb_id
+- ULLONG TB
+- INT total_reconfig_reject
+- UINT count_radio_network
+- UINT count_transport
+- UINT count_protocol
+- UINT count_misc
+
+
+name: mod_status_refuse_cause
+
+description: distribution of causes for a sgnb modification refusal
+
+- V_STR GNB_ID
+- ULLONG TS
+- FLOAT measurementInterval
+- INT total_reconfig_refuse
+- UINT count_radio_network
+- UINT count_transport
+- UINT count_protocol
+- UINT count_misc
+
+
+name: release_cause
+
+description: distribution of the causes of a DC release
+
+- V_STR GNB_ID
+- ULLONG TS
+- FLOAT measurementInterval
+- INT total_reconfig_refuse
+- UINT count_radio_network
+- UINT count_transport
+- UINT count_protocol
+- UINT count_misc
+
+
+name: release_req_success_stats
+
+description: statistics on the time to delease a DC connection
+
+- V_STR GNB_ID
+- ULLONG TS
+- FLOAT measurementInterval
+- FLOAT min_success_time
+- FLOAT max_success_time
+- FLOAT avg_success_time
+- FLOAT pctl_05_success_time
+- FLOAT pctl_95_success_time
+- FLOAT stddev_success_time
+
+
+name: rrcx_pdf_neigh_cell_csi
+
+description: distribution of the beam csi rsrp of neighboring cells, aggregated by cell id, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_neigh_gnb_csi
+
+description: distribution of the beam csi rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_neigh_cell_ssb
+
+description: distribution of the beam ssb rsrp of neighboring cells, aggregated by cell id, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_neigh_gnb_ssb
+
+description: distribution of the beam ssb rsrp of neighboring cells, aggregated by gNB, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_serv_cell
+
+description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_neighbor_cell
+
+description: distribution of the  ssb rsrp of neighbor cells aggregated by cell id, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_serv_gnb
+
+description: distribution of the  ssb rsrp of serving cell aggregated by gnb, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_pdf_neighbor_gnb
+
+description: distribution of the  ssb rsrp of serving cell aggregated by cell id, computed from rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- UINT rsrp_vbad
+- UINT rsrp_bad
+- UINT rsrp_medium
+- UINT rsrp_good
+- UINT rsrp_vgood
+
+
+name: rrcx_stats_neigh_cell
+
+description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by cell ID, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: rrcx_stats_neigh_gnb
+
+description: statistics on ssb RSRP on the beams of nrighboring cells, aggregated by gNB, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: rrcx_stats_serv_cell
+
+description: statistics on the ssb rsrp of the serving cell, aggregated by cell id, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: rrcx_stats_neighbor_cell
+
+description: statistics on the ssb rsrp of the neighbor cells, aggregated by cell id, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- UINT CELL_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: rrcx_stats_serv_gnb
+
+description: statistics on the ssb srp of the serving cell, aggregated by gNB, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: rrcx_stats_neighbor_gnb
+
+description: statistics on the ssb rsrp of the neighbor cells, aggregated by gNB, computed using rrc transfer
+
+- ULLONG TS
+- FLOAT measurementInterval
+- V_STR GNB_ID
+- INT cnt
+- INT min_rsrp
+- INT pctl_05_rsrp
+- INT median_rsrp
+- INT pctl_95_rsrp
+- FLOAT stddev_rsrp
+- INT max_rsrp
+
+
+name: throughput_rollup
+
+description: statistics on the per-UE throughput
+
+- ULLONG TS
+- LLONG e_RAB_ID
+- V_STR GNB_ID
+- FLOAT measurementInterval
+- INT count_ues
+- UINT average_throughput_percentile_05
+- UINT average_throughput_percentile_50
+- FLOAT average_average_throughput
+- UINT average_throughput_percentile_95
+- UINT active_throughput_percentile_05
+- UINT active_throughput_percentile_50
+- FLOAT average_active_throughput
+- UINT active_throughput_percentile_95
+
+
+name: throughput_gnb
+
+description: throughput experienced by a GNB over a measurement interval. "Active" throughput is throughput while actively downloading, "average" averages bytes transfered over the measurement interval
+
+- ULLONG TS
+- LLONG e_RAB_ID
+- V_STR GNB_ID
+- FLOAT measurementInterval
+- LLONG active_throughput
+- LLONG average_throughput
+- LLONG min_throughput
+- LLONG max_throughput
+- UINT extr_quant_hfta0_fcn_quant_udaf_hfta0
+- UINT extr_quant_hfta0_fcn_quant_udaf_hfta01
+
+
+