rajalakshmisv | 960885a | 2022-05-31 14:59:10 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "E2SM-RC-IEs" |
| 4 | * found in "e2sm-rc-nov2021.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _UEID_GNB_H_ |
| 9 | #define _UEID_GNB_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "AMF-UE-NGAP-ID.h" |
| 16 | #include "GUAMI.h" |
| 17 | #include "RANUEID.h" |
| 18 | #include "NG-RANnodeUEXnAPID.h" |
| 19 | #include <constr_SEQUENCE.h> |
| 20 | |
| 21 | #ifdef __cplusplus |
| 22 | extern "C" { |
| 23 | #endif |
| 24 | |
| 25 | /* Forward declarations */ |
| 26 | struct UEID_GNB_CU_F1AP_ID_List; |
| 27 | struct UEID_GNB_CU_CP_E1AP_ID_List; |
| 28 | struct GlobalGNB_ID; |
| 29 | struct GlobalNGRANNodeID; |
| 30 | |
| 31 | /* UEID-GNB */ |
| 32 | typedef struct UEID_GNB { |
| 33 | AMF_UE_NGAP_ID_t amf_UE_NGAP_ID; |
| 34 | GUAMI_t guami; |
| 35 | struct UEID_GNB_CU_F1AP_ID_List *gNB_CU_UE_F1AP_ID_List; /* OPTIONAL */ |
| 36 | struct UEID_GNB_CU_CP_E1AP_ID_List *gNB_CU_CP_UE_E1AP_ID_List; /* OPTIONAL */ |
| 37 | RANUEID_t *ran_UEID; /* OPTIONAL */ |
| 38 | NG_RANnodeUEXnAPID_t *m_NG_RAN_UE_XnAP_ID; /* OPTIONAL */ |
| 39 | struct GlobalGNB_ID *globalGNB_ID; /* OPTIONAL */ |
| 40 | /* |
| 41 | * This type is extensible, |
| 42 | * possible extensions are below. |
| 43 | */ |
| 44 | struct GlobalNGRANNodeID *globalNG_RANNode_ID; /* OPTIONAL */ |
| 45 | |
| 46 | /* Context for parsing across buffer boundaries */ |
| 47 | asn_struct_ctx_t _asn_ctx; |
| 48 | } UEID_GNB_t; |
| 49 | |
| 50 | /* Implementation */ |
| 51 | extern asn_TYPE_descriptor_t asn_DEF_UEID_GNB; |
| 52 | extern asn_SEQUENCE_specifics_t asn_SPC_UEID_GNB_specs_1; |
| 53 | extern asn_TYPE_member_t asn_MBR_UEID_GNB_1[8]; |
| 54 | |
| 55 | #ifdef __cplusplus |
| 56 | } |
| 57 | #endif |
| 58 | |
| 59 | #endif /* _UEID_GNB_H_ */ |
| 60 | #include <asn_internal.h> |