2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-PDU-Contents"
4 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
8 #ifndef _NRNeighbour_Information_H_
9 #define _NRNeighbour_Information_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <asn_SEQUENCE_OF.h>
18 #include "FiveGS-TAC.h"
20 #include <OCTET_STRING.h>
21 #include <constr_CHOICE.h>
22 #include <constr_SEQUENCE.h>
23 #include <constr_SEQUENCE_OF.h>
30 typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {
31 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING, /* No components present */
32 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,
33 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd
34 /* Extensions may appear below */
36 } NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;
38 /* Forward declarations */
39 struct ProtocolExtensionContainer;
40 struct FDD_InfoNeighbourServedNRCell_Information;
41 struct TDD_InfoNeighbourServedNRCell_Information;
43 /* Forward definitions */
44 typedef struct NRNeighbour_Information__Member {
47 FiveGS_TAC_t *fiveGS_TAC; /* OPTIONAL */
48 TAC_t *configured_TAC; /* OPTIONAL */
49 OCTET_STRING_t measurementTimingConfiguration;
50 struct NRNeighbour_Information__Member__nRNeighbourModeInfo {
51 NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;
52 union NRNeighbour_Information__Member__nRNeighbourModeInfo_u {
53 struct FDD_InfoNeighbourServedNRCell_Information *fdd;
54 struct TDD_InfoNeighbourServedNRCell_Information *tdd;
56 * This type is extensible,
57 * possible extensions are below.
61 /* Context for parsing across buffer boundaries */
62 asn_struct_ctx_t _asn_ctx;
63 } nRNeighbourModeInfo;
64 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
66 * This type is extensible,
67 * possible extensions are below.
70 /* Context for parsing across buffer boundaries */
71 asn_struct_ctx_t _asn_ctx;
72 } NRNeighbour_Information__Member;
74 /* NRNeighbour-Information */
75 typedef struct NRNeighbour_Information {
76 A_SEQUENCE_OF(NRNeighbour_Information__Member) list;
78 /* Context for parsing across buffer boundaries */
79 asn_struct_ctx_t _asn_ctx;
80 } NRNeighbour_Information_t;
83 extern asn_TYPE_descriptor_t asn_DEF_NRNeighbour_Information;
84 extern asn_SET_OF_specifics_t asn_SPC_NRNeighbour_Information_specs_1;
85 extern asn_TYPE_member_t asn_MBR_NRNeighbour_Information_1[1];
86 extern asn_per_constraints_t asn_PER_type_NRNeighbour_Information_constr_1;
92 #endif /* _NRNeighbour_Information_H_ */
93 #include <asn_internal.h>