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_NG_ENB_H_ |
| 9 | #define _UEID_NG_ENB_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 "NGENB-CU-UE-W1AP-ID.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 GlobalNgENB_ID; |
| 27 | struct GlobalNGRANNodeID; |
| 28 | |
| 29 | /* UEID-NG-ENB */ |
| 30 | typedef struct UEID_NG_ENB { |
| 31 | AMF_UE_NGAP_ID_t amf_UE_NGAP_ID; |
| 32 | GUAMI_t guami; |
| 33 | NGENB_CU_UE_W1AP_ID_t *ng_eNB_CU_UE_W1AP_ID; /* OPTIONAL */ |
| 34 | NG_RANnodeUEXnAPID_t *m_NG_RAN_UE_XnAP_ID; /* OPTIONAL */ |
| 35 | struct GlobalNgENB_ID *globalNgENB_ID; /* OPTIONAL */ |
| 36 | /* |
| 37 | * This type is extensible, |
| 38 | * possible extensions are below. |
| 39 | */ |
| 40 | struct GlobalNGRANNodeID *globalNG_RANNode_ID; /* OPTIONAL */ |
| 41 | |
| 42 | /* Context for parsing across buffer boundaries */ |
| 43 | asn_struct_ctx_t _asn_ctx; |
| 44 | } UEID_NG_ENB_t; |
| 45 | |
| 46 | /* Implementation */ |
| 47 | extern asn_TYPE_descriptor_t asn_DEF_UEID_NG_ENB; |
| 48 | extern asn_SEQUENCE_specifics_t asn_SPC_UEID_NG_ENB_specs_1; |
| 49 | extern asn_TYPE_member_t asn_MBR_UEID_NG_ENB_1[6]; |
| 50 | |
| 51 | #ifdef __cplusplus |
| 52 | } |
| 53 | #endif |
| 54 | |
| 55 | #endif /* _UEID_NG_ENB_H_ */ |
| 56 | #include <asn_internal.h> |