7104364215fd91c53f09b27c752ea323e048dfd8
[ric-plt/submgr.git] / e2ap / headers / UE-ContextInformation.h
1 /*
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`
6  */
7
8 #ifndef _UE_ContextInformation_H_
9 #define _UE_ContextInformation_H_
10
11
12 #include <asn_application.h>
13
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-List.h"
21 #include "RRC-Context.h"
22 #include <constr_SEQUENCE.h>
23
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27
28 /* Forward declarations */
29 struct HandoverRestrictionList;
30 struct LocationReportingInformation;
31 struct ProtocolExtensionContainer;
32
33 /* UE-ContextInformation */
34 typedef struct UE_ContextInformation {
35         UE_S1AP_ID_t     mME_UE_S1AP_ID;
36         UESecurityCapabilities_t         uESecurityCapabilities;
37         AS_SecurityInformation_t         aS_SecurityInformation;
38         UEAggregateMaximumBitRate_t      uEaggregateMaximumBitRate;
39         SubscriberProfileIDforRFP_t     *subscriberProfileIDforRFP;     /* OPTIONAL */
40         E_RABs_ToBeSetup_List_t  e_RABs_ToBeSetup_List;
41         RRC_Context_t    rRC_Context;
42         struct HandoverRestrictionList  *handoverRestrictionList;       /* OPTIONAL */
43         struct LocationReportingInformation     *locationReportingInformation;  /* OPTIONAL */
44         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
45         /*
46          * This type is extensible,
47          * possible extensions are below.
48          */
49         
50         /* Context for parsing across buffer boundaries */
51         asn_struct_ctx_t _asn_ctx;
52 } UE_ContextInformation_t;
53
54 /* Implementation */
55 extern asn_TYPE_descriptor_t asn_DEF_UE_ContextInformation;
56
57 #ifdef __cplusplus
58 }
59 #endif
60
61 #endif  /* _UE_ContextInformation_H_ */
62 #include <asn_internal.h>