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 _E2SM_RC_IndicationMessage_H_ |
| 9 | #define _E2SM_RC_IndicationMessage_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include <constr_CHOICE.h> |
| 16 | #include <constr_SEQUENCE.h> |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | extern "C" { |
| 20 | #endif |
| 21 | |
| 22 | /* Dependencies */ |
| 23 | typedef enum E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR { |
| 24 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_NOTHING, /* No components present */ |
| 25 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format1, |
| 26 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format2, |
| 27 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format3, |
| 28 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format4, |
| 29 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR_indicationMessage_Format5 |
| 30 | /* Extensions may appear below */ |
| 31 | |
| 32 | } E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR; |
| 33 | |
| 34 | /* Forward declarations */ |
| 35 | struct E2SM_RC_IndicationMessage_Format1; |
| 36 | struct E2SM_RC_IndicationMessage_Format2; |
| 37 | struct E2SM_RC_IndicationMessage_Format3; |
| 38 | struct E2SM_RC_IndicationMessage_Format4; |
| 39 | struct E2SM_RC_IndicationMessage_Format5; |
| 40 | |
| 41 | /* E2SM-RC-IndicationMessage */ |
| 42 | typedef struct E2SM_RC_IndicationMessage { |
| 43 | struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats { |
| 44 | E2SM_RC_IndicationMessage__ric_indicationMessage_formats_PR present; |
| 45 | union E2SM_RC_IndicationMessage__ric_indicationMessage_formats_u { |
| 46 | struct E2SM_RC_IndicationMessage_Format1 *indicationMessage_Format1; |
| 47 | struct E2SM_RC_IndicationMessage_Format2 *indicationMessage_Format2; |
| 48 | struct E2SM_RC_IndicationMessage_Format3 *indicationMessage_Format3; |
| 49 | struct E2SM_RC_IndicationMessage_Format4 *indicationMessage_Format4; |
| 50 | struct E2SM_RC_IndicationMessage_Format5 *indicationMessage_Format5; |
| 51 | /* |
| 52 | * This type is extensible, |
| 53 | * possible extensions are below. |
| 54 | */ |
| 55 | } choice; |
| 56 | |
| 57 | /* Context for parsing across buffer boundaries */ |
| 58 | asn_struct_ctx_t _asn_ctx; |
| 59 | } ric_indicationMessage_formats; |
| 60 | /* |
| 61 | * This type is extensible, |
| 62 | * possible extensions are below. |
| 63 | */ |
| 64 | |
| 65 | /* Context for parsing across buffer boundaries */ |
| 66 | asn_struct_ctx_t _asn_ctx; |
| 67 | } E2SM_RC_IndicationMessage_t; |
| 68 | |
| 69 | /* Implementation */ |
| 70 | extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_IndicationMessage; |
| 71 | |
| 72 | #ifdef __cplusplus |
| 73 | } |
| 74 | #endif |
| 75 | |
| 76 | #endif /* _E2SM_RC_IndicationMessage_H_ */ |
| 77 | #include <asn_internal.h> |