blob: 02ffd34c304cf6bd847ae233a81e996af5495d6c [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 _NeighbourInfoRequestItem_H_
9#define _NeighbourInfoRequestItem_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
Neels Hofmeyrb0429372016-01-04 15:30:51 +010015#include <osmocom/osmo-iuh/hnbap/HNB-RNL-Identity.h>
Harald Welted523a692015-08-30 23:11:19 +020016#include <constr_SEQUENCE.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22/* Forward declarations */
23struct IE_Extensions;
24
25/* NeighbourInfoRequestItem */
26typedef struct NeighbourInfoRequestItem {
27 HNB_RNL_Identity_t hnb_RNL_Identity;
28 struct IE_Extensions *iE_Extensions /* OPTIONAL */;
29 /*
30 * This type is extensible,
31 * possible extensions are below.
32 */
33
34 /* Context for parsing across buffer boundaries */
35 asn_struct_ctx_t _asn_ctx;
36} NeighbourInfoRequestItem_t;
37
38/* Implementation */
39extern asn_TYPE_descriptor_t asn_DEF_NeighbourInfoRequestItem;
40
41#ifdef __cplusplus
42}
43#endif
44
45/* Referred external types */
Neels Hofmeyrb0429372016-01-04 15:30:51 +010046#include <osmocom/osmo-iuh/hnbap/IE-Extensions.h>
Harald Welted523a692015-08-30 23:11:19 +020047
48#endif /* _NeighbourInfoRequestItem_H_ */
49#include <asn_internal.h>