sjana | 76e88d2 | 2020-03-19 13:24:39 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-Containers" |
| 4 | * found in "../../asn_defs/asn1/X2AP-minimized.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _E2N_ProtocolExtensionContainer_H_ |
| 9 | #define _E2N_ProtocolExtensionContainer_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include <asn_SEQUENCE_OF.h> |
| 16 | #include <constr_SEQUENCE_OF.h> |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | extern "C" { |
| 20 | #endif |
| 21 | |
| 22 | /* Forward declarations */ |
| 23 | struct E2N_CriticalityDiagnostics_ExtIEs; |
| 24 | struct E2N_CriticalityDiagnostics_IE_List_ExtIEs; |
| 25 | struct E2N_GlobalENB_ID_ExtIEs; |
| 26 | struct E2N_GlobalGNB_ID_ExtIEs; |
| 27 | |
| 28 | /* E2N_ProtocolExtensionContainer */ |
| 29 | typedef struct E2N_ProtocolExtensionContainer_480P0 { |
| 30 | A_SEQUENCE_OF(struct E2N_CriticalityDiagnostics_ExtIEs) list; |
| 31 | |
| 32 | /* Context for parsing across buffer boundaries */ |
| 33 | asn_struct_ctx_t _asn_ctx; |
| 34 | } E2N_ProtocolExtensionContainer_480P0_t; |
| 35 | typedef struct E2N_ProtocolExtensionContainer_480P1 { |
| 36 | A_SEQUENCE_OF(struct E2N_CriticalityDiagnostics_IE_List_ExtIEs) list; |
| 37 | |
| 38 | /* Context for parsing across buffer boundaries */ |
| 39 | asn_struct_ctx_t _asn_ctx; |
| 40 | } E2N_ProtocolExtensionContainer_480P1_t; |
| 41 | typedef struct E2N_ProtocolExtensionContainer_480P2 { |
| 42 | A_SEQUENCE_OF(struct E2N_GlobalENB_ID_ExtIEs) list; |
| 43 | |
| 44 | /* Context for parsing across buffer boundaries */ |
| 45 | asn_struct_ctx_t _asn_ctx; |
| 46 | } E2N_ProtocolExtensionContainer_480P2_t; |
| 47 | typedef struct E2N_ProtocolExtensionContainer_480P3 { |
| 48 | A_SEQUENCE_OF(struct E2N_GlobalGNB_ID_ExtIEs) list; |
| 49 | |
| 50 | /* Context for parsing across buffer boundaries */ |
| 51 | asn_struct_ctx_t _asn_ctx; |
| 52 | } E2N_ProtocolExtensionContainer_480P3_t; |
| 53 | |
| 54 | /* Implementation */ |
| 55 | extern asn_TYPE_descriptor_t asn_DEF_E2N_ProtocolExtensionContainer_480P0; |
| 56 | extern asn_SET_OF_specifics_t asn_SPC_E2N_ProtocolExtensionContainer_480P0_specs_1; |
| 57 | extern asn_TYPE_member_t asn_MBR_E2N_ProtocolExtensionContainer_480P0_1[1]; |
| 58 | extern asn_per_constraints_t asn_PER_type_E2N_ProtocolExtensionContainer_480P0_constr_1; |
| 59 | extern asn_TYPE_descriptor_t asn_DEF_E2N_ProtocolExtensionContainer_480P1; |
| 60 | extern asn_SET_OF_specifics_t asn_SPC_E2N_ProtocolExtensionContainer_480P1_specs_3; |
| 61 | extern asn_TYPE_member_t asn_MBR_E2N_ProtocolExtensionContainer_480P1_3[1]; |
| 62 | extern asn_per_constraints_t asn_PER_type_E2N_ProtocolExtensionContainer_480P1_constr_3; |
| 63 | extern asn_TYPE_descriptor_t asn_DEF_E2N_ProtocolExtensionContainer_480P2; |
| 64 | extern asn_SET_OF_specifics_t asn_SPC_E2N_ProtocolExtensionContainer_480P2_specs_5; |
| 65 | extern asn_TYPE_member_t asn_MBR_E2N_ProtocolExtensionContainer_480P2_5[1]; |
| 66 | extern asn_per_constraints_t asn_PER_type_E2N_ProtocolExtensionContainer_480P2_constr_5; |
| 67 | extern asn_TYPE_descriptor_t asn_DEF_E2N_ProtocolExtensionContainer_480P3; |
| 68 | extern asn_SET_OF_specifics_t asn_SPC_E2N_ProtocolExtensionContainer_480P3_specs_7; |
| 69 | extern asn_TYPE_member_t asn_MBR_E2N_ProtocolExtensionContainer_480P3_7[1]; |
| 70 | extern asn_per_constraints_t asn_PER_type_E2N_ProtocolExtensionContainer_480P3_constr_7; |
| 71 | |
| 72 | #ifdef __cplusplus |
| 73 | } |
| 74 | #endif |
| 75 | |
| 76 | #endif /* _E2N_ProtocolExtensionContainer_H_ */ |
| 77 | #include <asn_internal.h> |