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" |
sandeepindia | c588f66 | 2022-12-01 22:00:11 +0530 | [diff] [blame] | 4 | * found in "e2sm_rc.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example` |
rajalakshmisv | 960885a | 2022-05-31 14:59:10 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _RANParameter_Testing_Item_H_ |
| 9 | #define _RANParameter_Testing_Item_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "RANParameter-ID.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 RANParameter_Testing_Item__ranParameter_Type_PR { |
| 25 | RANParameter_Testing_Item__ranParameter_Type_PR_NOTHING, /* No components present */ |
| 26 | RANParameter_Testing_Item__ranParameter_Type_PR_ranP_Choice_List, |
| 27 | RANParameter_Testing_Item__ranParameter_Type_PR_ranP_Choice_Structure, |
| 28 | RANParameter_Testing_Item__ranParameter_Type_PR_ranP_Choice_ElementTrue, |
| 29 | RANParameter_Testing_Item__ranParameter_Type_PR_ranP_Choice_ElementFalse |
| 30 | /* Extensions may appear below */ |
| 31 | |
| 32 | } RANParameter_Testing_Item__ranParameter_Type_PR; |
| 33 | |
| 34 | /* Forward declarations */ |
| 35 | struct RANParameter_Testing_Item_Choice_List; |
| 36 | struct RANParameter_Testing_Item_Choice_Structure; |
| 37 | struct RANParameter_Testing_Item_Choice_ElementTrue; |
| 38 | struct RANParameter_Testing_Item_Choice_ElementFalse; |
| 39 | |
| 40 | /* RANParameter-Testing-Item */ |
| 41 | typedef struct RANParameter_Testing_Item { |
| 42 | RANParameter_ID_t ranParameter_ID; |
| 43 | struct RANParameter_Testing_Item__ranParameter_Type { |
| 44 | RANParameter_Testing_Item__ranParameter_Type_PR present; |
| 45 | union RANParameter_Testing_Item__ranParameter_Type_u { |
| 46 | struct RANParameter_Testing_Item_Choice_List *ranP_Choice_List; |
| 47 | struct RANParameter_Testing_Item_Choice_Structure *ranP_Choice_Structure; |
| 48 | struct RANParameter_Testing_Item_Choice_ElementTrue *ranP_Choice_ElementTrue; |
| 49 | struct RANParameter_Testing_Item_Choice_ElementFalse *ranP_Choice_ElementFalse; |
| 50 | /* |
| 51 | * This type is extensible, |
| 52 | * possible extensions are below. |
| 53 | */ |
| 54 | } choice; |
| 55 | |
| 56 | /* Context for parsing across buffer boundaries */ |
| 57 | asn_struct_ctx_t _asn_ctx; |
| 58 | } ranParameter_Type; |
| 59 | /* |
| 60 | * This type is extensible, |
| 61 | * possible extensions are below. |
| 62 | */ |
| 63 | |
| 64 | /* Context for parsing across buffer boundaries */ |
| 65 | asn_struct_ctx_t _asn_ctx; |
| 66 | } RANParameter_Testing_Item_t; |
| 67 | |
| 68 | /* Implementation */ |
| 69 | extern asn_TYPE_descriptor_t asn_DEF_RANParameter_Testing_Item; |
| 70 | extern asn_SEQUENCE_specifics_t asn_SPC_RANParameter_Testing_Item_specs_1; |
| 71 | extern asn_TYPE_member_t asn_MBR_RANParameter_Testing_Item_1[2]; |
| 72 | |
| 73 | #ifdef __cplusplus |
| 74 | } |
| 75 | #endif |
| 76 | |
| 77 | #endif /* _RANParameter_Testing_Item_H_ */ |
| 78 | #include <asn_internal.h> |