blob: 2bc22460aa7b146c48f78a3fbb8cf0048431e61c [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-PDU-Contents"
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 _ServedNRcellsENDCX2ManagementList_H_
9#define _ServedNRcellsENDCX2ManagementList_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "asn_SEQUENCE_OF.h"
16#include "ServedNRCell-Information.h"
17#include "constr_SEQUENCE.h"
18#include "constr_SEQUENCE_OF.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Forward declarations */
25struct NRNeighbour_Information;
26struct ProtocolExtensionContainer;
27
28/* Forward definitions */
29typedef struct ServedNRcellsENDCX2ManagementList__Member {
30 ServedNRCell_Information_t servedNRCellInfo;
31 struct NRNeighbour_Information *nRNeighbourInfo; /* OPTIONAL */
32 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
33 /*
34 * This type is extensible,
35 * possible extensions are below.
36 */
37
38 /* Context for parsing across buffer boundaries */
39 asn_struct_ctx_t _asn_ctx;
40} ServedNRcellsENDCX2ManagementList__Member;
41
42/* ServedNRcellsENDCX2ManagementList */
43typedef struct ServedNRcellsENDCX2ManagementList {
44 A_SEQUENCE_OF(ServedNRcellsENDCX2ManagementList__Member) list;
45
46 /* Context for parsing across buffer boundaries */
47 asn_struct_ctx_t _asn_ctx;
48} ServedNRcellsENDCX2ManagementList_t;
49
50/* Implementation */
51extern asn_TYPE_descriptor_t asn_DEF_ServedNRcellsENDCX2ManagementList;
52
53#ifdef __cplusplus
54}
55#endif
56
57#endif /* _ServedNRcellsENDCX2ManagementList_H_ */
58#include "asn_internal.h"