Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_UE-ContextInformationRetrieve.h
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #ifndef _X2N_UE_ContextInformationRetrieve_H_
9 #define _X2N_UE_ContextInformationRetrieve_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "X2N_UE-S1AP-ID.h"
16 #include "X2N_UESecurityCapabilities.h"
17 #include "X2N_AS-SecurityInformation.h"
18 #include "X2N_UEAggregateMaximumBitRate.h"
19 #include "X2N_SubscriberProfileIDforRFP.h"
20 #include "X2N_E-RABs-ToBeSetup-ListRetrieve.h"
21 #include "X2N_RRC-Context.h"
22 #include "X2N_ManagementBasedMDTallowed.h"
23 #include <constr_SEQUENCE.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 /* Forward declarations */
30 struct X2N_HandoverRestrictionList;
31 struct X2N_LocationReportingInformation;
32 struct X2N_MDTPLMNList;
33 struct X2N_ProtocolExtensionContainer;
34
35 /* X2N_UE-ContextInformationRetrieve */
36 typedef struct X2N_UE_ContextInformationRetrieve {
37         X2N_UE_S1AP_ID_t         mME_UE_S1AP_ID;
38         X2N_UESecurityCapabilities_t     uESecurityCapabilities;
39         X2N_AS_SecurityInformation_t     aS_SecurityInformation;
40         X2N_UEAggregateMaximumBitRate_t  uEaggregateMaximumBitRate;
41         X2N_SubscriberProfileIDforRFP_t *subscriberProfileIDforRFP;     /* OPTIONAL */
42         X2N_E_RABs_ToBeSetup_ListRetrieve_t      e_RABs_ToBeSetup_ListRetrieve;
43         X2N_RRC_Context_t        rRC_Context;
44         struct X2N_HandoverRestrictionList      *handoverRestrictionList;       /* OPTIONAL */
45         struct X2N_LocationReportingInformation *locationReportingInformation;  /* OPTIONAL */
46         X2N_ManagementBasedMDTallowed_t *managBasedMDTallowed;  /* OPTIONAL */
47         struct X2N_MDTPLMNList  *managBasedMDTPLMNList; /* OPTIONAL */
48         struct X2N_ProtocolExtensionContainer   *iE_Extensions; /* OPTIONAL */
49         /*
50          * This type is extensible,
51          * possible extensions are below.
52          */
53         
54         /* Context for parsing across buffer boundaries */
55         asn_struct_ctx_t _asn_ctx;
56 } X2N_UE_ContextInformationRetrieve_t;
57
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_X2N_UE_ContextInformationRetrieve;
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _X2N_UE_ContextInformationRetrieve_H_ */
66 #include <asn_internal.h>