blob: 291932a3e47fb99f33e28d660a0faf6e10481e3d [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"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _IE_H_
9#define _IE_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010015#include <osmocom/hnbap/ProtocolIE-ID.h>
16#include <osmocom/hnbap/Criticality.h>
Harald Welted523a692015-08-30 23:11:19 +020017#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>