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_EventTrigger_Format5_H_ |
| 9 | #define _E2SM_RC_EventTrigger_Format5_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include <NativeEnumerated.h> |
| 16 | #include <constr_SEQUENCE.h> |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | extern "C" { |
| 20 | #endif |
| 21 | |
| 22 | /* Dependencies */ |
| 23 | typedef enum E2SM_RC_EventTrigger_Format5__onDemand { |
| 24 | E2SM_RC_EventTrigger_Format5__onDemand_true = 0 |
| 25 | /* |
| 26 | * Enumeration is extensible |
| 27 | */ |
| 28 | } e_E2SM_RC_EventTrigger_Format5__onDemand; |
| 29 | |
| 30 | /* Forward declarations */ |
| 31 | struct EventTrigger_UE_Info; |
| 32 | struct EventTrigger_Cell_Info; |
| 33 | |
| 34 | /* E2SM-RC-EventTrigger-Format5 */ |
| 35 | typedef struct E2SM_RC_EventTrigger_Format5 { |
| 36 | long onDemand; |
| 37 | struct EventTrigger_UE_Info *associatedUEInfo; /* OPTIONAL */ |
| 38 | struct EventTrigger_Cell_Info *associatedCellInfo; /* OPTIONAL */ |
| 39 | /* |
| 40 | * This type is extensible, |
| 41 | * possible extensions are below. |
| 42 | */ |
| 43 | |
| 44 | /* Context for parsing across buffer boundaries */ |
| 45 | asn_struct_ctx_t _asn_ctx; |
| 46 | } E2SM_RC_EventTrigger_Format5_t; |
| 47 | |
| 48 | /* Implementation */ |
| 49 | /* extern asn_TYPE_descriptor_t asn_DEF_onDemand_2; // (Use -fall-defs-global to expose) */ |
| 50 | extern asn_TYPE_descriptor_t asn_DEF_E2SM_RC_EventTrigger_Format5; |
| 51 | extern asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_EventTrigger_Format5_specs_1; |
| 52 | extern asn_TYPE_member_t asn_MBR_E2SM_RC_EventTrigger_Format5_1[3]; |
| 53 | |
| 54 | #ifdef __cplusplus |
| 55 | } |
| 56 | #endif |
| 57 | |
| 58 | #endif /* _E2SM_RC_EventTrigger_Format5_H_ */ |
| 59 | #include <asn_internal.h> |