Skip to content

1. Kafka kpms

1.1 UE Measurements

Description : These measurements contain the RSRP and RSRQ periodic measurements from serving cell.

Kafka topic : **Kafka topic :**accelleran.drax.5g.ric.raw.ue_measurements `

{
  "ENB": <string>,
  "DU": <string>,
  "CELL": <string>,
  "UE": <string>,
  "RrcMeasurementReportResultInfo": {
    "GnbCuCpUeId": <uint>,
    "Timestamp": <uint>,
    "ServingCellInfo": {
      "NrCgi": {
        "NrCellId": <uint>,
        "PlmnId": {
          "Data": {
            "0": <uint>
          }
        }
      },
      "SsbRsrpResult": <uint>,
      "SsbRsrpResultPresent": <bool>,
      "SsbRsrqResult": <uint>,
      "SsbRsrqResultPresent": <bool>,
      "SsbSinrResult": <uint>,
      "SsbSinrResultPresent": <bool>
    },
    "NumberOfIncludedCells": <uint>,
    "CellInfo": {
      "0": {
        "PhyCellId": <uint>,
        "NeighbourCellInfo": {
          "NrCgi": {
            "NrCellId": <uint>,
            "PlmnId": {
              "Data": {
                "0": <uint>
              }
            }
          },
          "SsbRsrpResult": <uint>,
          "SsbRsrpResultPresent": <bool>,
          "SsbRsrqResult": <uint>,
          "SsbRsrqResultPresent": <bool>,
          "SsbSinrResult": <uint>,
          "SsbSinrResultPresent": <bool>
        }
      }
    }
  },
  "tlpublishTime__": <uint>,
  "spanContext__": <bytes>
}

1.2 CU Attempted RRC Connection Establishments

Description : Receipt of an RRCSetupRequest message by the gNB from the UE.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // NRCGI converted to string
        "CounterId": "<string>",  // Sub Counter with relevant establishment cause
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "CounterGroup": "RRC_CONNECTION_EST_ATTEMPT"
    },
    "timestamp": <uint64>
}

Enumeration description :

Enum Type:
CounterId

Enum Values:
RRC_CONN_EST_ATT_CAUSE_TYPE_EMERGENCY
RRC_CONN_EST_ATT_CAUSE_TYPE_HIGH_PRIORITY_ACCESS
RRC_CONN_EST_ATT_CAUSE_TYPE_MT_ACCESS
RRC_CONN_EST_ATT_CAUSE_TYPE_MO_SIGNALLING
RRC_CONN_EST_ATT_CAUSE_TYPE_MO_DATA
RRC_CONN_EST_ATT_CAUSE_TYPE_MO_VOICE_CALL
RRC_CONN_EST_ATT_CAUSE_TYPE_MO_VIDEO_CALL
RRC_CONN_EST_ATT_CAUSE_TYPE_MO_SMS
RRC_CONN_EST_ATT_CAUSE_TYPE_MPS_PRIORITY_ACCESS
RRC_CONN_EST_ATT_CAUSE_TYPE_MCS_PRIORITY_ACCESS
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE6
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE5
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE4
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE3
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE2
RRC_CONN_EST_ATT_CAUSE_TYPE_EST_SPARE1

1.3 CU Successful RRC Connection Establishments

Description : Receipt by the gNB of an RRCSetupComplete message following a RRC connection setup request

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>",  // NRCGI converted to string
        "CounterId": "<string>",   // Sub Counter with relevant establishment cause
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "CounterGroup": "RRC_CONNECTION_SUCC"
    },
    "timestamp": <uint64>
}

Enumeration description :

Enum Type:
CounterId

Enum Values:
RRC_CONNECTION_SUCC_CAUSE_TYPE_EMERGENCY
RRC_CONNECTION_SUCC_CAUSE_TYPE_HIGH_PRIORITY_ACCESS
RRC_CONNECTION_SUCC_CAUSE_TYPE_MT_ACCESS
RRC_CONNECTION_SUCC_CAUSE_TYPE_MO_SIGNALLING
RRC_CONNECTION_SUCC_CAUSE_TYPE_MO_DATA
RRC_CONNECTION_SUCC_CAUSE_TYPE_MO_VOICE_CALL
RRC_CONNECTION_SUCC_CAUSE_TYPE_MO_VIDEO_CALL
RRC_CONNECTION_SUCC_CAUSE_TYPE_MO_SMS
RRC_CONNECTION_SUCC_CAUSE_TYPE_MPS_PRIORITY_ACCESS
RRC_CONNECTION_SUCC_CAUSE_TYPE_MCS_PRIORITY_ACCESS
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE6
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE5
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE4
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE3
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE2
RRC_CONNECTION_SUCC_CAUSE_TYPE_EST_SPARE1

1.4 CU Number of PDU sessions failed to setup

Description : Number of PDU sessions in optional IE "PDU Session Resource Failed to setup list" in NGInitialContextSetupResponse/NGInitialContextSetupFailure/NGPDUSessionResourceSetupResponse

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // NRCGI converted to string
        "CounterId": "<string>",  // Sub Counter with relevant failure cause
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "CounterGroup": "NUMBER_OF_PDU_SESSIONS_FAILED_TO_SETUP"
    },
    "timestamp": <uint64>
}

Enumeration description :

Enum Type:
CounterId

Enum Values:
RN_UNSPECIFIED
RN_TXN_RELOC_OVERALL_EXPIRY
RN_SUCC_HANDOVER
RN_REL_DUE_TO_RAN_GENERATED_REASON
RN_REL_DUE_TO_5GC_GENERATED_REASON
RN_HANDOVER_CANCELLED
RN_PARTIAL_HANDOVER
RN_HANDOVER_FAILURE_IN_TARGET
RN_HANDOVER_TARGET_NOT_ALLOWED
RN_TNG_RELOC_OVERALL_EXPIRY
RN_TNG_RELOC_PREP_EXPIRY
RN_CELL_NOT_AVAIL
RN_UNKNOWN_TARGET_ID
RN_NO_RES_AVAIL_IN_TARGET_CELL
RN_UNKNONN_UE_NGAP_ID
RN_INCONSISTENT_REMOTE_UE_NGAP_ID
RN_HO_DESIRABLE_FOR_RADIO_REASONS
RN_TIME_CRITICAL_HO
RN_RESOURCE_OPT_HO
RN_REDUCE_LOAD_IN_SERVING_CELL
RN_USER_INACTIVITY
RN_RADIO_CONN_WITH_UE_LOST
RN_RADIO_RES_NOT_AVAIL
RN_INVALID_QOS_COMB
RN_FAILURE_RADIO_INTERFACE_PROC
RN_INTERACTION_OTHER_PROC
RN_UNKNOWN_PDU_SESS_ID
RN_UNKNOWN_QOS_ID
RN_MULTIPLE_PDU_SESS_ID_INSTANCES
RN_MULTIPLE_QOS_FLOW_ID_INSTANCES
RN_ENCRYPTION_INTEGRITY_ALG_NOT_SUPPORTED
RN_NG_INTRA_SYSTEM_HO_TRIGGERED
RN_NG_INTER_SYSTEM_HO_TRIGGERED
RN_XN_HO_TRIGGERED
RN_NOT_SUPPORTED_5QI_VALUE
RN_UE_CONTEXT_TRANSFER
RN_IMS_VOICE_FALLBACK_TRIGGERED
RN_UP_INTEGRITY_PROTECTION_NOT_POSSIBLE
RN_UP_CONFIDENTIALITY_PROTECTION_NOT_POSSIBLE
RN_SLICE_NOT_SUPPORTED
RN_UE_IN_INACTIVE_NOT_REACHABLE
RN_REDIRECTION
RN_RES_NOT_AVAIL_FOR_SLICE
RN_UE_MAX_INTEGRITY_PROTECTED_DATA_RATE
RN_RELEASE_DUE_TO_CN_DETECTED_MOBILITY
RN_N26_INTERFACE_NOT_AVAIL
RN_RELEASE_DUE_TO_PRE_EMPTION
RN_MULTIPLE_LOC_RPT_REF_ID_INSTANCES

1.5 CU Number of PDU sessions requested to setup

Description : Number of PDU sessions requested in NGInitialContextSetupRequest/NGPDUSessionResourceSetupRequest

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // NRCGI converted to string
        "CounterId": "NUMBER_OF_PDU_SESSIONS_REQUESTED_TO_SETUP",
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "SST": "<uint32>",        // S-NSSAI SST
        "SD": "<uint32>",         // S-NSSAI SD
    },
    "timestamp": <uint64>
}

1.6 CU DL GTP Throughput

Description : Measure of DL GTP data received during the reporting period in the observed cell. Data for all UEs (all PDU sessions) in a cell is aggregated. The reported DL_GTP_THP counter instance indicates total throughput and total samples (incremented one per second when the pdu session is active) for a UE

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", //CU-CP UE ID
        "CounterId": "DL_GTP_THP",
        "InstanceType": "UE_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<float32>",  // THP value bytes per sec
        "CUCP_UE_ID": "<string>", //CU-CP UE ID
    },
    "timestamp": <uint64>
}

1.7 CU UL GTP Throughput

Description : Measure of UL GTP data received during the reporting period in the observed cell. Data for all UEs (all PDU sessions) in a cell is aggregated. The reported UL_GTP_THP counter instance indicates total throughput and total samples (incremented one per second when the pdu session is active) for a UE

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", //CU-CP UE ID
        "CounterId": "UL_GTP_THP",
        "InstanceType": "UE_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<float32>",  // THP value bytes per sec
        "CUCP_UE_ID": "<string>", //CU-CP UE ID
    },
    "timestamp": <uint64>
}

1.8 CU Maximum number of RRC Connections

Description : Maximum number of users in RRC connected mode during each granularity period

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // NRCGI converted to string
        "CounterId": "MAXIMUM_NUMBER_OF_RRC_CONNECTIONS",
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
    },
    "timestamp": <uint64>
}

1.9 CU UL PDCP SDU loss rate (QOS)

Description : The fraction of PDCP SDU packets which are not successfully received at gNB-CU-UP. 1000000* Number of missing UL PDCP SNs of a DRB, divided by Total number of UL PDCP SNs. This value represents packets that are not delivered to higher layers.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // QFI
        "CounterId": "DRB_PACKET_LOSS_UL_QOS",
        "InstanceType": "QOS_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "QFI": "<string>",
        "CU_CP_UE_ID": "<uint32>", //CU-CP UE ID
    },
    "timestamp":  <uint64>
}

1.10 CU UL PDCP SDU loss rate (S-NSSAI)

Description : The fraction of PDCP SDU packets which are not successfully received at gNB-CU-UP. 1000000* Number of missing UL PDCP SNs of a DRB, divided by Total number of UL PDCP SNs. This value represents packets that are not delivered to higher layers.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // S-NSSAI
        "CounterId": "DRB_PACKET_LOSS_UL_SNSSAI",
        "InstanceType": "SNSSAI_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "SST": "<uint32>", // S-NSSAI SST
        "SD": "<uint32>"   // S-NSSAI SD
    },
    "timestamp": <uint64>
}

1.11 CU DL PDCP SDU drop rate (QOS)

Description : The fraction of PDCP SDU packets which are dropped on the downlink, due to high traffic load, traffic management etc. 1000000*Number of DL packets, for which no part has been transmitted over the F1-U or Xn-U or X2-U interface, of a data radio bearer, that are discarded in the PDCP layer, divided by Number of DL packets for data radio bearers that has entered PDCP upper SAP.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // QFI
        "CounterId": "DRB_PDCP_PACKET_DROP_RATE_DL_QOS",
        "InstanceType": "QOS_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "QFI": "<string>",
        "CU_CP_UE_ID": "<uint32>" //CU-CP UE ID
    },
    "timestamp": <uint64>
}

1.12 CU DL PDCP SDU drop rate (S-NSSAI)

Description : The fraction of PDCP SDU packets which are dropped on the downlink, due to high traffic load, traffic management etc. 1000000*Number of DL packets, for which no part has been transmitted over the F1-U or Xn-U or X2-U interface, of a data radio bearer, that are discarded in the PDCP layer, divided by Number of DL packets for data radio bearers that has entered PDCP upper SAP.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>", // S-NSSAI
        "CounterId": "DRB_PDCP_PACKET_DROP_RATE_DL_SNSSAI",
        "InstanceType": "SNSSAI_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "SST": "<uint32>", // S-NSSAI SST
        "SD": "<uint32>"   // S-NSSAI SD
    },
    "timestamp": <uint64>
}

1.13 CU Packet Delay: Average delay DL in CU-UP (QOS)

Description : The average (arithmetic mean) PDCP SDU delay on the downlink within the gNB-CU-UP for all PDCP packets. Sum of (time when sending a PDCP SDU to the gNB-DU at the egress PDCP layer on F1-U/Xn-U, minus time of arrival of the same packet at NG-U ingress IP termination) divided by total number of PDCP SDUs arriving at NG-U ingress IP termination

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>",
        "CounterId": "AVERAGE_DELAY_DL_IN_CUUP_QOS",
        "InstanceType": "NONE_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>", //Mean Delay in 0.1 millisecond
        "QFI": "<uint32>"
    },
    "timestamp": <uint64>
}

1.14 CU Packet Delay: Average delay DL in CU-UP (S-NSSAI)

Description : The average (arithmetic mean) PDCP SDU delay on the downlink within the gNB-CU-UP for all PDCP packets. Sum of (time when sending a PDCP SDU to the gNB-DU at the egress PDCP layer on F1-U/Xn-U, minus time of arrival of the same packet at NG-U ingress IP termination) divided by total number of PDCP SDUs arriving at NG-U ingress IP termination

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>",
        "CounterId": "AVERAGE_DELAY_DL_IN_CUUP_SNSSAI",
        "InstanceType": "NONE_TYPE",
        "ReportingNodeId": "<string>",
        "CounterValue": "<uint32>", // Mean Delay in 0.1 millisecond
        "SST": "<uint32>", // S-NSSAI SST
        "SD": "<uint32>" // S-NSSAI SD
    },
    "timestamp": <uint64>
}

1.15 CU SS RSRP Distribution per SSB

Description : This measurement provides the distribution of SS-RSRP per SSB (see TS 38.215) received by gNB from UEs in the cell when SS-RSRP is used for L1-RSRP as configured by reporting configurations as defined in TS 38.214, in case the L1-RSRP report function is enabled.

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

Reported RSRP value (range 0..127) Measured quantity value (L1 SS-RSRP)
Bin0 127 >= -30 dBm
Bin1 126..107 -31 dBm to -50dBm
Bin2 106..87 -51 dBm to -70dBm
Bin3 86..67 -71 dBm to -90 dBm
Bin4 66..47 -91 dBm to -110 dBm
Bin5 46..27 -111 dBm to -130 dBm
Bin6 26..7 -131 dBm to -150 dBm
Bin7 6..0 <= -150 dBm
{
    "PmCounterReport": {
        "InstanceId": "<string>", // ssb frequency
        "CounterId": "SS_RSRP_DISTRIBUTION_PER_SSB",
        "InstanceType": "SSB_FREQ_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>", // count
        "bin": "<uint32>", // bin
        "ssb": "<string>", //ssb frequency
    },
    "timestamp": <uint64>
}

1.16 CU Packet Delay: Distribution of delay DL in CU-UP (QOS)

Description : The distribution of PDCP SDU delay on the downlink within the gNB-CU-UP, for all PDCP packets (time when sending a PDCP SDU to the gNB-DU at the egress PDCP layer on F1-U/Xn-U, minus time of arrival of the same packet at NG-U ingress IP termination) distributed in following bins

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

Bin Value
bin0 <= 5ms
bin1 6ms to 10ms
bin2 11ms to 20ms
bin3 21ms to 30ms
..
bin10 91ms to 100ms
bin11 101ms to 200ms
bin12 201ms to 300ms
..
bin19 901ms to 1000ms
bin20 >1s to <=2s
bin21 >2s to <=3s
bin22 >3s to <=4s
bin23 >4s to <=5s
bin24 > 5s
{
    "PmCounterReport": {
        "InstanceId": "<string>", // QFI
        "CounterId": "DISTRIBUTION_OF_DELAY_DL_IN_CUUP_QOS",
        "InstanceType": "QOS_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "bin": "<uint32>",
        "QFI": "<string>"
    },
    "timestamp": <uint64>
}

1.17 CU Packet Delay: Distribution of delay DL in CU-UP (S-NSSAI)

Description : The distribution of PDCP SDU delay on the downlink within the gNB-CU-UP, for all PDCP packets (time when sending a PDCP SDU to the gNB-DU at the egress PDCP layer on F1-U/Xn-U, minus time of arrival of the same packet at NG-U ingress IP termination) distributed in following bins

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

Bin Value
bin0 <= 5ms
bin1 6ms to 10ms
bin2 11ms to 20ms
bin3 21ms to 30ms
..
bin10 91ms to 100ms
bin11 101ms to 200ms
bin12 201ms to 300ms
..
bin19 901ms to 1000ms
bin20 >1s to <=2s
bin21 >2s to <=3s
bin22 >3s to <=4s
bin23 >4s to <=5s
bin24 > 5s
{
    "PmCounterReport": {
        "InstanceId": "<string>", // S-NSSAI
        "CounterId": "DISTRIBUTION_OF_DELAY_DL_IN_CUUP_SNSSAI",
        "InstanceType": "SNSSAI_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>",
        "bin": "<uint32>",
        "SST": "<uint32>", // S-NSSAI SST
        "SD": "<uint32>"   // S-NSSAI SD
    },
    "timestamp": <uint64>
}

1.18 CU Handover Requests Counter

Description : Intra gNB counter incremented at both intra and inter DU handover. Incremented by one at sending of RRC Reconfiguration message to initiate the handover in the UE

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>",
        "CounterId": "REQ_INTRA_GNB_HANDOVER_EXECUTIONS",
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>"
    },
    "timestamp": <uint64>
}

1.19 CU Successful Handover Counter

Description : Intra gNB counter incremented at both intra and inter DU handover. Incremented by one on reception of RRC Reconfiguration Complete. Also incremented by one if a successful reestablishment completes the handover

Kafka topic : accelleran.drax.5g.ric.processed.pm_counters

{
    "PmCounterReport": {
        "InstanceId": "<string>",
        "CounterId": "SUCC_INTRA_GNB_HANDOVER_EXECUTIONS",
        "InstanceType": "CELL_TYPE",
        "ReportingNodeId": "<uint32>",
        "CounterValue": "<uint32>"
    },
    "timestamp": <uint64>
}

1.20 Raw Performance Measurements

1.20.1 CU-CP Throughput stats

Description : This message gives a list of DL/UL GTP throughput counters at CU-CP.

Kafka topic : **Kafka topic :**accelleran.drax.5g.ric.raw.pm_counters `

{
  "PmReportingCucpCounterData": {
    "ReportingNodeId": <uint>,
    "CounterList": {
      "items": {
        "0": {
          "CounterId": "<CucpCounterIdEnum>",
          "InstanceType": "<InstanceTypeEnum>",
          "InstanceId": <string>,
          "ValueList": {
            "items": {
              "0": {
                "_key": <uint>,
                "_val": <uint>
              }
            }
          }
        }
      }
    }
  },
  "tlpublishTime__": <uint>,
  "spanContext__": <bytes>
}

Enumeration description :

Enum Type:
CucpCounterIdEnum

Enum Values:
RRC_CONNECTION_EST_ATTEMPT
RRC_CONNECTION_SUCC
REQ_INTRA_GNB_HANDOVER_EXECUTIONS
SUCC_INTRA_GNB_HANDOVER_EXECUTIONS
MEAN_NUMBER_OF_RRC_CONNECTIONS
MAXIMUM_NUMBER_OF_RRC_CONNECTIONS
NUMBER_OF_PDU_SESSIONS_REQUESTED_TO_SETUP
NUMBER_OF_PDU_SESSIONS_FAILED_TO_SETUP
SS_RSRP_DISTRIBUTION_PER_SSB
REQ_INTER_GNB_HANDOVER_PREPARATIONS
SUCC_INTER_GNB_HANDOVER_PREPARATIONS
FAILED_INTER_GNB_HANDOVER_PREPARATIONS
REQ_INTER_GNB_HANDOVER_ALLOCATIONS
SUCC_INTER_GNB_HANDOVER_ALLOCATIONS
FAILED_INTER_GNB_HANDOVER_ALLOCATIONS
REQ_INTER_GNB_HANDOVER_EXECUTIONS
DRB_SETUP_ATTEMPTS
DRB_SETUP_SUCCESSES
DRB_RELEASES
SUCC_INTER_GNB_HANDOVER_EXECUTIONS
FAILED_INTER_GNB_HANDOVER_EXECUTIONS
MEAN_INTER_GNB_HANDOVER_EXECUTION_TIME
MAX_INTER_GNB_HANDOVER_EXECUTION_TIME
NUMBER_OF_CUCP_COUNTERS

Enum Type:
InstanceTypeEnum

Enum Values:
NONE_TYPE
CELL_TYPE
AMF_TYPE
UE_TYPE
UE_QOS_SNSSAI_PLMN_TYPE
SSB_FREQ_TYPE
QOS_TYPE
SNSSAI_TYPE
QOS_SNSSAI_PLMN_TYPE
FIVEQI_TYPE
INVALID_TYPE

1.20.2 CU-UP Throughput stats

Description : This message gives a list of DL/UL GTP throughput counters at CU-UP.

Kafka topic : **Kafka topic :**accelleran.drax.5g.ric.raw.pm_counters `

{
  "PmReportingCuupCounterData": {
    "ReportingNodeId": <uint>,
    "CounterList": {
      "items": {
        "0": {
          "CounterId": "<CuupCounterIdEnum>",
          "InstanceType": "<InstanceTypeEnum>",
          "InstanceId": <string>,
          "ValueList": {
            "items": {
              "0": {
                "_key": <uint>,
                "_val": <uint>
              }
            }
          }
        }
      }
    }
  },
  "tlpublishTime__": <uint>,
  "spanContext__": <bytes>
}

Enumeration description :

Enum Type:
CuupCounterIdEnum

Enum Values:
DL_GTP_THP
DL_GTP_THP_UE_QOS_SNSSAI_PLMN
UL_GTP_THP
UL_GTP_THP_UE_QOS_SNSSAI_PLMN
DRB_PACKET_LOSS_UL_QOS
DRB_PACKET_LOSS_UL_SNSSAI
DRB_PACKET_LOSS_UL_QOS_SNSSAI_PLMN
DRB_PDCP_PACKET_DROP_RATE_DL_QOS
DRB_PDCP_PACKET_DROP_RATE_DL_SNSSAI
DRB_PDCP_PACKET_DROP_RATE_DL_QOS_SNSSAI_PLMN
AVERAGE_DELAY_DL_IN_CUUP_QOS
AVERAGE_DELAY_DL_IN_CUUP_SNSSAI
AVERAGE_DELAY_DL_IN_CUUP_QOS_SNSSAI_PLMN
DISTRIBUTION_OF_DELAY_DL_IN_CUUP_QOS
DISTRIBUTION_OF_DELAY_DL_IN_CUUP_SNSSAI
DISTRIBUTION_OF_DELAY_DL_IN_CUUP_QOS_SNSSAI_PLMN
NUMBER_OF_CUUP_COUNTERS

Enum Type:
InstanceTypeEnum

Enum Values:
NONE_TYPE
CELL_TYPE
AMF_TYPE
UE_TYPE
UE_QOS_SNSSAI_PLMN_TYPE
SSB_FREQ_TYPE
QOS_TYPE
SNSSAI_TYPE
QOS_SNSSAI_PLMN_TYPE
FIVEQI_TYPE
INVALID_TYPE

1.20.3 CU-UP Handover Response

Description : This message contains a handover response from a CU

Kafka topic : **Kafka topic :**accelleran.drax.5g.ric.raw.ran_control_response `

{
  "RIC_REQUESTOR": <string>,
  "RIC_INSTANCE": <string>,
  "E2apRanControlRsp": {
    "RicRequestorId": <uint>,
    "RicInstanceId": <uint>,
    "RicControlActionId": <uint>,
    "Timestamp": <uint>
  },
  "tlpublishTime__": <uint>,
  "spanContext__": <bytes>
}