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 _NeighborCell_Item_Choice_E_UTRA_H_ |
| 9 | #define _NeighborCell_Item_Choice_E_UTRA_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "EUTRA-CGI.h" |
| 16 | #include "E-UTRA-PCI.h" |
| 17 | #include "E-UTRA-ARFCN.h" |
| 18 | #include "E-UTRA-TAC.h" |
| 19 | #include <NativeEnumerated.h> |
| 20 | #include <NativeInteger.h> |
| 21 | #include <constr_SEQUENCE.h> |
| 22 | |
| 23 | #ifdef __cplusplus |
| 24 | extern "C" { |
| 25 | #endif |
| 26 | |
| 27 | /* Dependencies */ |
| 28 | typedef enum NeighborCell_Item_Choice_E_UTRA__x2_Xn_established { |
| 29 | NeighborCell_Item_Choice_E_UTRA__x2_Xn_established_true = 0, |
| 30 | NeighborCell_Item_Choice_E_UTRA__x2_Xn_established_false = 1 |
| 31 | /* |
| 32 | * Enumeration is extensible |
| 33 | */ |
| 34 | } e_NeighborCell_Item_Choice_E_UTRA__x2_Xn_established; |
| 35 | typedef enum NeighborCell_Item_Choice_E_UTRA__hO_validated { |
| 36 | NeighborCell_Item_Choice_E_UTRA__hO_validated_true = 0, |
| 37 | NeighborCell_Item_Choice_E_UTRA__hO_validated_false = 1 |
| 38 | /* |
| 39 | * Enumeration is extensible |
| 40 | */ |
| 41 | } e_NeighborCell_Item_Choice_E_UTRA__hO_validated; |
| 42 | |
| 43 | /* NeighborCell-Item-Choice-E-UTRA */ |
| 44 | typedef struct NeighborCell_Item_Choice_E_UTRA { |
| 45 | EUTRA_CGI_t eUTRA_CGI; |
| 46 | E_UTRA_PCI_t eUTRA_PCI; |
| 47 | E_UTRA_ARFCN_t eUTRA_ARFCN; |
| 48 | E_UTRA_TAC_t eUTRA_TAC; |
| 49 | long x2_Xn_established; |
| 50 | long hO_validated; |
| 51 | long version; |
| 52 | /* |
| 53 | * This type is extensible, |
| 54 | * possible extensions are below. |
| 55 | */ |
| 56 | |
| 57 | /* Context for parsing across buffer boundaries */ |
| 58 | asn_struct_ctx_t _asn_ctx; |
| 59 | } NeighborCell_Item_Choice_E_UTRA_t; |
| 60 | |
| 61 | /* Implementation */ |
| 62 | /* extern asn_TYPE_descriptor_t asn_DEF_x2_Xn_established_6; // (Use -fall-defs-global to expose) */ |
| 63 | /* extern asn_TYPE_descriptor_t asn_DEF_hO_validated_10; // (Use -fall-defs-global to expose) */ |
| 64 | extern asn_TYPE_descriptor_t asn_DEF_NeighborCell_Item_Choice_E_UTRA; |
| 65 | extern asn_SEQUENCE_specifics_t asn_SPC_NeighborCell_Item_Choice_E_UTRA_specs_1; |
| 66 | extern asn_TYPE_member_t asn_MBR_NeighborCell_Item_Choice_E_UTRA_1[7]; |
| 67 | |
| 68 | #ifdef __cplusplus |
| 69 | } |
| 70 | #endif |
| 71 | |
| 72 | #endif /* _NeighborCell_Item_Choice_E_UTRA_H_ */ |
| 73 | #include <asn_internal.h> |