anjana_sreekumar@infosys.com | 991c206 | 2020-01-08 11:42:57 +0530 | [diff] [blame^] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "S1AP-Containers" |
| 4 | * found in "./asn1c/S1AP-Containers.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -gen-PER -findirect-choice -pdu=S1AP-PDU` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _PrivateIE_Field_H_ |
| 9 | #define _PrivateIE_Field_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include "PrivateIE-ID.h" |
| 16 | #include "Criticality.h" |
| 17 | #include <ANY.h> |
| 18 | #include <asn_ioc.h> |
| 19 | #include <OPEN_TYPE.h> |
| 20 | #include <constr_CHOICE.h> |
| 21 | #include <constr_SEQUENCE.h> |
| 22 | |
| 23 | #ifdef __cplusplus |
| 24 | extern "C" { |
| 25 | #endif |
| 26 | |
| 27 | /* Dependencies */ |
| 28 | typedef enum PrivateMessageIEs__value_PR { |
| 29 | PrivateMessageIEs__value_PR_NOTHING /* No components present */ |
| 30 | |
| 31 | } PrivateMessageIEs__value_PR; |
| 32 | |
| 33 | /* PrivateIE-Field */ |
| 34 | typedef struct PrivateMessageIEs { |
| 35 | PrivateIE_ID_t id; |
| 36 | Criticality_t criticality; |
| 37 | struct PrivateMessageIEs__value { |
| 38 | PrivateMessageIEs__value_PR present; |
| 39 | union PrivateMessageIEs__value_u { |
| 40 | } choice; |
| 41 | |
| 42 | /* Context for parsing across buffer boundaries */ |
| 43 | asn_struct_ctx_t _asn_ctx; |
| 44 | } value; |
| 45 | |
| 46 | /* Context for parsing across buffer boundaries */ |
| 47 | asn_struct_ctx_t _asn_ctx; |
| 48 | } PrivateMessageIEs_t; |
| 49 | |
| 50 | /* Implementation */ |
| 51 | extern asn_TYPE_descriptor_t asn_DEF_PrivateMessageIEs; |
| 52 | extern asn_SEQUENCE_specifics_t asn_SPC_PrivateMessageIEs_specs_1; |
| 53 | extern asn_TYPE_member_t asn_MBR_PrivateMessageIEs_1[3]; |
| 54 | |
| 55 | #ifdef __cplusplus |
| 56 | } |
| 57 | #endif |
| 58 | |
| 59 | #endif /* _PrivateIE_Field_H_ */ |
| 60 | #include <asn_internal.h> |