SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / UEID-GNB.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "e2sm-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #ifndef _UEID_GNB_H_
9 #define _UEID_GNB_H_
10
11
12 #include "asn_application.h"
13
14 /* Including external dependencies */
15 #include "AMF-UE-NGAP-ID.h"
16 #include "GUAMI.h"
17 #include "RANUEID.h"
18 #include "NG-RANnodeUEXnAPID.h"
19 #include "constr_SEQUENCE.h"
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 /* Forward declarations */
26 struct UEID_GNB_CU_F1AP_ID_List;
27 struct UEID_GNB_CU_CP_E1AP_ID_List;
28 struct GlobalGNB_ID;
29 struct GlobalNGRANNodeID;
30
31 /* UEID-GNB */
32 typedef struct UEID_GNB {
33         AMF_UE_NGAP_ID_t         amf_UE_NGAP_ID;
34         GUAMI_t  guami;
35         struct UEID_GNB_CU_F1AP_ID_List *gNB_CU_UE_F1AP_ID_List;        /* OPTIONAL */
36         struct UEID_GNB_CU_CP_E1AP_ID_List      *gNB_CU_CP_UE_E1AP_ID_List;     /* OPTIONAL */
37         RANUEID_t       *ran_UEID;      /* OPTIONAL */
38         NG_RANnodeUEXnAPID_t    *m_NG_RAN_UE_XnAP_ID;   /* OPTIONAL */
39         struct GlobalGNB_ID     *globalGNB_ID;  /* OPTIONAL */
40         /*
41          * This type is extensible,
42          * possible extensions are below.
43          */
44         struct GlobalNGRANNodeID        *globalNG_RANNode_ID;   /* OPTIONAL */
45         
46         /* Context for parsing across buffer boundaries */
47         asn_struct_ctx_t _asn_ctx;
48 } UEID_GNB_t;
49
50 /* Implementation */
51 extern asn_TYPE_descriptor_t asn_DEF_UEID_GNB;
52 extern asn_SEQUENCE_specifics_t asn_SPC_UEID_GNB_specs_1;
53 extern asn_TYPE_member_t asn_MBR_UEID_GNB_1[8];
54
55 #ifdef __cplusplus
56 }
57 #endif
58
59 #endif  /* _UEID_GNB_H_ */
60 #include "asn_internal.h"