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_ActionDefinition_H_ |
| 9 | #define _E2SM_RC_ActionDefinition_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "RIC-Style-Type.h" |
| 16 | #include <constr_CHOICE.h> |
| 17 | #include <constr_SEQUENCE.h> |
| 18 | |
| 19 | #ifdef __cplusplus |
| 20 | extern "C" { |
| 21 | #endif |
| 22 | |
| 23 | /* Dependencies */ |
| 24 | typedef enum E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR { |
| 25 | E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR_NOTHING, /* No components present */ |
| 26 | E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR_actionDefinition_Format1, |
| 27 | E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR_actionDefinition_Format2, |
| 28 | E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR_actionDefinition_Format3 |
| 29 | /* Extensions may appear below */ |
| 30 | |
| 31 | } E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR; |
| 32 | |
| 33 | /* Forward declarations */ |
| 34 | struct E2SM_RC_ActionDefinition_Format1; |
| 35 | struct E2SM_RC_ActionDefinition_Format2; |
| 36 | struct E2SM_RC_ActionDefinition_Format3; |
| 37 | |
| 38 | /* E2SM-RC-ActionDefinition */ |
| 39 | typedef struct E2SM_RC_ActionDefinition { |
| 40 | RIC_Style_Type_t ric_Style_Type; |
| 41 | struct E2SM_RC_ActionDefinition__ric_actionDefinition_formats { |
| 42 | E2SM_RC_ActionDefinition__ric_actionDefinition_formats_PR present; |
| 43 | union E2SM_RC_ActionDefinition__ric_actionDefinition_formats_u { |
| 44 | struct E2SM_RC_ActionDefinition_Format1 *actionDefinition_Format1; |
| 45 | struct E2SM_RC_ActionDefinition_Format2 *actionDefinition_Format2; |
| 46 | struct E2SM_RC_ActionDefinition_Format3 *actionDefinition_Format3; |
| 47 | /* |
| 48 | * This type is extensible, |
| 49 | * possible extensions are below. |
| 50 | */ |
| 51 | } choice; |
| 52 | |
| 53 | /* Context for parsing across buffer boundaries */ |
| 54 | asn_struct_ctx_t _asn_ctx; |
| 55 | } ric_actionDefinition_formats; |
| 56 | /* |
| 57 | * This type is extensible, |
| 58 | * possible extensions are below. |
| 59 | */ |
| 60 | |
| 61 | /* Context for parsing across buffer boundaries */ |
| 62 | asn_struct_ctx_t _asn_ctx; |
| 63 | } E2SM_RC_ActionDefinition_t; |
| 64 | |
| 65 | /* Implementation */ |
| 66 | extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_ActionDefinition; |
| 67 | |
| 68 | #ifdef __cplusplus |
| 69 | } |
| 70 | #endif |
| 71 | |
| 72 | #endif /* _E2SM_RC_ActionDefinition_H_ */ |
| 73 | #include <asn_internal.h> |