blob: 290b09db32bd5d4f268eeb760523ccff8ba1dd10 [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-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _NeighbourIdentity_H_
9#define _NeighbourIdentity_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010015#include <osmocom/hnbap/HNB-RNL-Identity.h>
16#include <osmocom/hnbap/CellIdentity.h>
Harald Welted523a692015-08-30 23:11:19 +020017#include <constr_CHOICE.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum NeighbourIdentity_PR {
25 NeighbourIdentity_PR_NOTHING, /* No components present */
26 NeighbourIdentity_PR_hNB_RNL_Identity,
27 NeighbourIdentity_PR_cell_ID,
28 /* Extensions may appear below */
29
30} NeighbourIdentity_PR;
31
32/* NeighbourIdentity */
33typedef struct NeighbourIdentity {
34 NeighbourIdentity_PR present;
35 union NeighbourIdentity_u {
36 HNB_RNL_Identity_t hNB_RNL_Identity;
37 CellIdentity_t cell_ID;
38 /*
39 * This type is extensible,
40 * possible extensions are below.
41 */
42 } choice;
43
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46} NeighbourIdentity_t;
47
48/* Implementation */
49extern asn_TYPE_descriptor_t asn_DEF_NeighbourIdentity;
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* _NeighbourIdentity_H_ */
56#include <asn_internal.h>