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 _UE_ContextInformationRetrieve_H_
9 #define _UE_ContextInformationRetrieve_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "UE-S1AP-ID.h"
16 #include "UESecurityCapabilities.h"
17 #include "AS-SecurityInformation.h"
18 #include "UEAggregateMaximumBitRate.h"
19 #include "SubscriberProfileIDforRFP.h"
20 #include "E-RABs-ToBeSetup-ListRetrieve.h"
21 #include "RRC-Context.h"
22 #include "ManagementBasedMDTallowed.h"
23 #include <constr_SEQUENCE.h>
29 /* Forward declarations */
30 struct HandoverRestrictionList;
31 struct LocationReportingInformation;
33 struct ProtocolExtensionContainer;
35 /* UE-ContextInformationRetrieve */
36 typedef struct UE_ContextInformationRetrieve {
37 UE_S1AP_ID_t mME_UE_S1AP_ID;
38 UESecurityCapabilities_t uESecurityCapabilities;
39 AS_SecurityInformation_t aS_SecurityInformation;
40 UEAggregateMaximumBitRate_t uEaggregateMaximumBitRate;
41 SubscriberProfileIDforRFP_t *subscriberProfileIDforRFP; /* OPTIONAL */
42 E_RABs_ToBeSetup_ListRetrieve_t e_RABs_ToBeSetup_ListRetrieve;
43 RRC_Context_t rRC_Context;
44 struct HandoverRestrictionList *handoverRestrictionList; /* OPTIONAL */
45 struct LocationReportingInformation *locationReportingInformation; /* OPTIONAL */
46 ManagementBasedMDTallowed_t *managBasedMDTallowed; /* OPTIONAL */
47 struct MDTPLMNList *managBasedMDTPLMNList; /* OPTIONAL */
48 struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */
50 * This type is extensible,
51 * possible extensions are below.
54 /* Context for parsing across buffer boundaries */
55 asn_struct_ctx_t _asn_ctx;
56 } UE_ContextInformationRetrieve_t;
59 extern asn_TYPE_descriptor_t asn_DEF_UE_ContextInformationRetrieve;
65 #endif /* _UE_ContextInformationRetrieve_H_ */
66 #include <asn_internal.h>