Add NGAP UPLINK NON UE ASSOCIATED NRPPA TRANSPORT message encoding

Reference: 3GPP 38.413 v16.0.0

Mandatory fields:
Routing ID (supported)
NRPPa-PDU (supported)
This commit is contained in:
Rakesh Mundlamuri
2025-12-29 17:01:15 +05:30
parent bf90e523a7
commit e832424240
3 changed files with 78 additions and 0 deletions

View File

@@ -1019,4 +1019,12 @@ typedef struct {
byte_array_t nrppa_pdu;
} ngap_uplink_ue_associated_nrppa_t;
// Uplink NON UE Associated NRPPA Transport message (9.2.9.4 3GPP 38.413 v16.0.0)
typedef struct {
// Routing ID (Mandatory)
byte_array_t routing_id;
// NRPPa pdu (Mandatory)
byte_array_t nrppa_pdu;
} ngap_uplink_non_ue_associated_nrppa_t;
#endif /* NGAP_MESSAGES_TYPES_H_ */