blob: 52ce697de9d0cddb02ad399851edb06675d341be [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-PDU"
4 * found in "../../asn1/hnbap/HNBAP-PDU.asn"
5 * `asn1c -gen-PER -fnative-types`
6 */
7
8#ifndef _IE_H_
9#define _IE_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include "ProtocolIE-ID.h"
16#include "Criticality.h"
17#include <ANY.h>
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* IE */
25typedef struct IE {
26 ProtocolIE_ID_t id;
27 Criticality_t criticality;
28 ANY_t value;
29
30 /* Context for parsing across buffer boundaries */
31 asn_struct_ctx_t _asn_ctx;
32} IE_t;
33
34/* Implementation */
35extern asn_TYPE_descriptor_t asn_DEF_IE;
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* _IE_H_ */
42#include <asn_internal.h>