1. Beacons¶
1.1 DU beacon info¶
Description : This message gives information about the DUs connected to the CU-CP and their operational state (including [3GPP 38.473] served cell information).
Kafka topic : **Kafka topic :**
accelleran.drax.5g.ric.raw.cu_state
`
{
"DuBeaconInfo": {
"DuList": {
"items": {
"0": {
"GnbDuId": <uint>,
"State": "<DuState>",
"ServedCellList": {
"items": {
"0": {
"State": "<CellState>",
"NrCgi": {
"NrCellId": <uint>,
"PlmnId": {
"Data": {
"0": <uint>
}
}
},
"Pci": <uint>,
"FivegSTac": <string>,
"SsPBCHBlockPower": <int>,
"SupportedPlmns": {
"items": {
"0": {
"PlmnIdentity": <string>,
"TaiSlicedSupportList": {
"items": {
"0": {
"SNssai": {
"SST": <uint>,
"SD": {
"Data": {
"0": <uint>
}
}
}
}
}
}
}
}
}
}
}
},
"GnbId": <uint>,
"DuName": <string>,
"TransportLayerAddress": <string>
}
}
}
},
"tlpublishTime__": <uint>,
"spanContext__": <bytes>
}
Enumeration description :
Enum Type:
DuState
Enum Values:
NON_OPERATIONAL
NON_OPERATIONAL_FAILURE
OPERATIONAL
Enum Type:
CellState
Enum Values:
NOT_SUPPORTED
ACTIVATING
DEACTIVATING
RESOURCE_UNAVAIL
ACTIVATION_FAILED
ACTIVATED
1.2 CU-CP beacon info¶
Description : This message gives information about the operation state of the CU-CP.
Kafka topic : **Kafka topic :**
accelleran.drax.5g.ric.raw.cu_state
`
{
"CucpBeaconInfo": {
"CucpId": <uint>,
"State": "<CucpState>",
"ServedPlmns": {
"items": {
"0": {
"PlmnIdentity": {
"Data": {
"0": <uint>
}
},
"TaiSlicedSupportList": {
"items": {
"0": {
"SNssai": {
"SST": <uint>,
"SD": {
"Data": {
"0": <uint>
}
}
}
}
}
}
}
}
},
"AdminState": "<AdminState>",
"NatsUrl": <string>,
"RedisIp": <string>,
"RedisPort": <uint>,
"Version": <string>,
"ExtraInfoList": {
"items": {
"0": {
"Name": <string>,
"Value": <string>
}
}
},
"GnbIdLength": <uint>,
"AmfList": {
"items": {
"0": {
"AmfName": <string>,
"State": "<AmfState>",
"AmfIpaddress": <string>,
"SupportedPlmns": {
"items": {
"0": {
"PlmnIdentity": {
"Data": {
"0": <uint>
}
},
"SliceSupportList": {
"items": {
"0": {
"SNssai": {
"SST": <uint>,
"SD": {
"Data": {
"0": <uint>
}
}
}
}
}
}
}
}
},
"AmfGuid": <string>
}
}
},
"CuCpName": <string>
},
"tlpublishTime__": <uint>,
"spanContext__": <bytes>
}
Enumeration description :
Enum Type:
CucpState
Enum Values:
NON_OPERATIONAL
NON_OPERATIONAL_FAILURE
OPERATIONAL
Enum Type:
AdminState
Enum Values:
Locked
UnLocked
Enum Type:
AmfState
Enum Values:
NOT_CONNECTED
NOT_CONNECTED_FAILURE
CONNECTED
1.3 CU-UP beacon info¶
Description : This message gives information about the CU-UPs connected to the CU-CP and their operation state.
Kafka topic : **Kafka topic :**
accelleran.drax.5g.ric.raw.cu_state
`
{
"CuCpCuupBeaconInfo": {
"GnbId": <uint>,
"ServiceInfo": <string>,
"CuUpList": {
"items": {
"0": {
"GnbCuupId": <uint>,
"State": "<CuupState>",
"SupportedPlmns": {
"items": {
"0": {
"PlmnIdentity": {
"Data": {
"0": <uint>
}
},
"SliceSupportList": {
"items": {
"0": {
"SNssai": {
"SST": <uint>,
"SD": {
"Data": {
"0": <uint>
}
}
}
}
}
}
}
}
},
"CuupGuid": <string>,
"CuupName": <string>
}
}
}
},
"tlpublishTime__": <uint>,
"spanContext__": <bytes>
}
Enumeration description :
Enum Type:
CuupState
Enum Values:
CUUPSTATE_OPERATIONAL
CUUPSTATE_NON_OPERATIONAL_FAILURE
1.4 AMF beacon info¶
Description : This message gives information about the AMFs connected to the CU-CP.
Kafka topic : **Kafka topic :**
accelleran.drax.5g.ric.raw.cu_state
`
{
"CuCpAmfBeaconInfo": {
"GnbId": <uint>,
"ServiceInfo": <string>,
"AmfList": {
"items": {
"0": {
"AmfName": <string>,
"State": "<AmfState>",
"AmfIpaddress": <string>,
"SupportedPlmns": {
"items": {
"0": {
"PlmnIdentity": {
"Data": {
"0": <uint>
}
},
"SliceSupportList": {
"items": {
"0": {
"SNssai": {
"SST": <uint>,
"SD": {
"Data": {
"0": <uint>
}
}
}
}
}
}
}
}
},
"AmfGuid": <string>
}
}
}
},
"tlpublishTime__": <uint>,
"spanContext__": <bytes>
}
Enumeration description :
Enum Type:
AmfState
Enum Values:
NOT_CONNECTED
NOT_CONNECTED_FAILURE
CONNECTED