rajalakshmisv | 21b61dd | 2021-12-07 04:53:03 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "E2SM-KPM-RC" |
| 4 | * found in "e2sm-kpm-rc.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_ControlMessage_H_ |
| 9 | #define _E2SM_RC_ControlMessage_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include <constr_CHOICE.h> |
| 16 | |
| 17 | #ifdef __cplusplus |
| 18 | extern "C" { |
| 19 | #endif |
| 20 | |
| 21 | /* Dependencies */ |
| 22 | typedef enum E2SM_RC_ControlMessage_PR { |
| 23 | E2SM_RC_ControlMessage_PR_NOTHING, /* No components present */ |
| 24 | E2SM_RC_ControlMessage_PR_controlMessage_Format1 |
| 25 | /* Extensions may appear below */ |
| 26 | |
| 27 | } E2SM_RC_ControlMessage_PR; |
| 28 | |
| 29 | /* Forward declarations */ |
| 30 | struct E2SM_RC_ControlMessage_Format1; |
| 31 | |
| 32 | /* E2SM-RC-ControlMessage */ |
| 33 | typedef struct E2SM_RC_ControlMessage { |
| 34 | E2SM_RC_ControlMessage_PR present; |
| 35 | union E2SM_RC_ControlMessage_u { |
| 36 | struct E2SM_RC_ControlMessage_Format1 *controlMessage_Format1; |
| 37 | /* |
| 38 | * This type is extensible, |
| 39 | * possible extensions are below. |
| 40 | */ |
| 41 | } choice; |
| 42 | |
| 43 | /* Context for parsing across buffer boundaries */ |
| 44 | asn_struct_ctx_t _asn_ctx; |
| 45 | } E2SM_RC_ControlMessage_t; |
| 46 | |
| 47 | /* Implementation */ |
| 48 | extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_ControlMessage; |
| 49 | |
| 50 | #ifdef __cplusplus |
| 51 | } |
| 52 | #endif |
| 53 | |
| 54 | #endif /* _E2SM_RC_ControlMessage_H_ */ |
| 55 | #include <asn_internal.h> |