blob: 7a8bf87f24ae4c6dd107f3dcda9310bb4c0769bb [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#ifndef _ENB_ID_H_
9#define _ENB_ID_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "BIT_STRING.h"
16#include "constr_CHOICE.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Dependencies */
23typedef enum ENB_ID_PR {
24 ENB_ID_PR_NOTHING, /* No components present */
25 ENB_ID_PR_macro_eNB_ID,
26 ENB_ID_PR_home_eNB_ID,
27 /* Extensions may appear below */
28 ENB_ID_PR_short_Macro_eNB_ID,
29 ENB_ID_PR_long_Macro_eNB_ID
30} ENB_ID_PR;
31
32/* ENB-ID */
33typedef struct ENB_ID {
34 ENB_ID_PR present;
35 union ENB_ID_u {
36 BIT_STRING_t macro_eNB_ID;
37 BIT_STRING_t home_eNB_ID;
38 /*
39 * This type is extensible,
40 * possible extensions are below.
41 */
42 BIT_STRING_t short_Macro_eNB_ID;
43 BIT_STRING_t long_Macro_eNB_ID;
44 } choice;
45
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48} ENB_ID_t;
49
50/* Implementation */
51extern asn_TYPE_descriptor_t asn_DEF_ENB_ID;
52extern asn_CHOICE_specifics_t asn_SPC_ENB_ID_specs_1;
53extern asn_TYPE_member_t asn_MBR_ENB_ID_1[4];
54extern asn_per_constraints_t asn_PER_type_ENB_ID_constr_1;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _ENB_ID_H_ */
61#include "asn_internal.h"