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_Insert_Item_H_ |
| 9 | #define _RANFunctionDefinition_Insert_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_Insert_Indication_Item; |
| 28 | |
| 29 | /* RANFunctionDefinition-Insert-Item */ |
| 30 | typedef struct RANFunctionDefinition_Insert_Item { |
| 31 | RIC_Style_Type_t ric_InsertStyle_Type; |
| 32 | RIC_Style_Name_t ric_InsertStyle_Name; |
| 33 | RIC_Style_Type_t ric_SupportedEventTriggerStyle_Type; |
| 34 | RIC_Format_Type_t ric_ActionDefinitionFormat_Type; |
| 35 | struct RANFunctionDefinition_Insert_Item__ric_InsertIndication_List { |
| 36 | A_SEQUENCE_OF(struct RANFunctionDefinition_Insert_Indication_Item) list; |
| 37 | |
| 38 | /* Context for parsing across buffer boundaries */ |
| 39 | asn_struct_ctx_t _asn_ctx; |
| 40 | } *ric_InsertIndication_List; |
| 41 | RIC_Format_Type_t ric_IndicationHeaderFormat_Type; |
| 42 | RIC_Format_Type_t ric_IndicationMessageFormat_Type; |
| 43 | RIC_Format_Type_t ric_CallProcessIDFormat_Type; |
| 44 | /* |
| 45 | * This type is extensible, |
| 46 | * possible extensions are below. |
| 47 | */ |
| 48 | |
| 49 | /* Context for parsing across buffer boundaries */ |
| 50 | asn_struct_ctx_t _asn_ctx; |
| 51 | } RANFunctionDefinition_Insert_Item_t; |
| 52 | |
| 53 | /* Implementation */ |
| 54 | extern asn_TYPE_descriptor_t asn_DEF_RANFunctionDefinition_Insert_Item; |
| 55 | extern asn_SEQUENCE_specifics_t asn_SPC_RANFunctionDefinition_Insert_Item_specs_1; |
| 56 | extern asn_TYPE_member_t asn_MBR_RANFunctionDefinition_Insert_Item_1[8]; |
| 57 | |
| 58 | #ifdef __cplusplus |
| 59 | } |
| 60 | #endif |
| 61 | |
| 62 | #endif /* _RANFunctionDefinition_Insert_Item_H_ */ |
| 63 | #include <asn_internal.h> |