Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "E2SM-gNB-X2-IEs" |
| 4 | * found in "Spec/e2_and_x2-combined-and-minimized.asn1" |
| 5 | * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _E2SM_gNB_X2_actionDefinition_H_ |
| 9 | #define _E2SM_gNB_X2_actionDefinition_H_ |
| 10 | |
| 11 | |
| 12 | #include "asn_application.h" |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "Style-ID.h" |
| 16 | #include "asn_SEQUENCE_OF.h" |
| 17 | #include "constr_SEQUENCE_OF.h" |
| 18 | #include "constr_SEQUENCE.h" |
| 19 | |
| 20 | #ifdef __cplusplus |
| 21 | extern "C" { |
| 22 | #endif |
| 23 | |
| 24 | /* Forward declarations */ |
| 25 | struct ActionParameter_Item; |
| 26 | |
| 27 | /* E2SM-gNB-X2-actionDefinition */ |
| 28 | typedef struct E2SM_gNB_X2_actionDefinition { |
| 29 | Style_ID_t style_ID; |
| 30 | struct E2SM_gNB_X2_actionDefinition__actionParameter_List { |
| 31 | A_SEQUENCE_OF(struct ActionParameter_Item) list; |
| 32 | |
| 33 | /* Context for parsing across buffer boundaries */ |
| 34 | asn_struct_ctx_t _asn_ctx; |
| 35 | } *actionParameter_List; |
| 36 | /* |
| 37 | * This type is extensible, |
| 38 | * possible extensions are below. |
| 39 | */ |
| 40 | |
| 41 | /* Context for parsing across buffer boundaries */ |
| 42 | asn_struct_ctx_t _asn_ctx; |
| 43 | } E2SM_gNB_X2_actionDefinition_t; |
| 44 | |
| 45 | /* Implementation */ |
| 46 | extern asn_TYPE_descriptor_t asn_DEF_E2SM_gNB_X2_actionDefinition; |
| 47 | |
| 48 | #ifdef __cplusplus |
| 49 | } |
| 50 | #endif |
| 51 | |
| 52 | #endif /* _E2SM_gNB_X2_actionDefinition_H_ */ |
| 53 | #include "asn_internal.h" |