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 _RANFunctionDefinition_Control_Item_H_ |
| 9 | #define _RANFunctionDefinition_Control_Item_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "RIC-Style-Type.h" |
| 16 | #include "RIC-Style-Name.h" |
| 17 | #include "RIC-Format-Type.h" |
| 18 | #include <asn_SEQUENCE_OF.h> |
| 19 | #include <constr_SEQUENCE_OF.h> |
| 20 | #include <constr_SEQUENCE.h> |
| 21 | |
| 22 | #ifdef __cplusplus |
| 23 | extern "C" { |
| 24 | #endif |
| 25 | |
| 26 | /* Forward declarations */ |
| 27 | struct RANFunctionDefinition_Control_Action_Item; |
| 28 | struct ControlOutcome_RANParameter_Item; |
| 29 | |
| 30 | /* RANFunctionDefinition-Control-Item */ |
| 31 | typedef struct RANFunctionDefinition_Control_Item { |
| 32 | RIC_Style_Type_t ric_ControlStyle_Type; |
| 33 | RIC_Style_Name_t ric_ControlStyle_Name; |
| 34 | struct RANFunctionDefinition_Control_Item__ric_ControlAction_List { |
| 35 | A_SEQUENCE_OF(struct RANFunctionDefinition_Control_Action_Item) list; |
| 36 | |
| 37 | /* Context for parsing across buffer boundaries */ |
| 38 | asn_struct_ctx_t _asn_ctx; |
| 39 | } *ric_ControlAction_List; |
| 40 | RIC_Format_Type_t ric_ControlHeaderFormat_Type; |
| 41 | RIC_Format_Type_t ric_ControlMessageFormat_Type; |
| 42 | RIC_Format_Type_t *ric_CallProcessIDFormat_Type; /* OPTIONAL */ |
| 43 | RIC_Format_Type_t ric_ControlOutcomeFormat_Type; |
| 44 | struct RANFunctionDefinition_Control_Item__ran_ControlOutcomeParameters_List { |
| 45 | A_SEQUENCE_OF(struct ControlOutcome_RANParameter_Item) list; |
| 46 | |
| 47 | /* Context for parsing across buffer boundaries */ |
| 48 | asn_struct_ctx_t _asn_ctx; |
| 49 | } *ran_ControlOutcomeParameters_List; |
| 50 | /* |
| 51 | * This type is extensible, |
| 52 | * possible extensions are below. |
| 53 | */ |
| 54 | |
| 55 | /* Context for parsing across buffer boundaries */ |
| 56 | asn_struct_ctx_t _asn_ctx; |
| 57 | } RANFunctionDefinition_Control_Item_t; |
| 58 | |
| 59 | /* Implementation */ |
| 60 | extern asn_TYPE_descriptor_t asn_DEF_RANFunctionDefinition_Control_Item; |
| 61 | extern asn_SEQUENCE_specifics_t asn_SPC_RANFunctionDefinition_Control_Item_specs_1; |
| 62 | extern asn_TYPE_member_t asn_MBR_RANFunctionDefinition_Control_Item_1[8]; |
| 63 | |
| 64 | #ifdef __cplusplus |
| 65 | } |
| 66 | #endif |
| 67 | |
| 68 | #endif /* _RANFunctionDefinition_Control_Item_H_ */ |
| 69 | #include <asn_internal.h> |