Add version 0.5.0
[ric-plt/submgr.git] / e2ap / headers / UE-ContextInformationRetrieve.h
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #ifndef _UE_ContextInformationRetrieve_H_
9 #define _UE_ContextInformationRetrieve_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-ListRetrieve.h"
21 #include "RRC-Context.h"
22 #include "ManagementBasedMDTallowed.h"
23 #include <constr_SEQUENCE.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 /* Forward declarations */
30 struct HandoverRestrictionList;
31 struct LocationReportingInformation;
32 struct MDTPLMNList;
33 struct ProtocolExtensionContainer;
34
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 */
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 } UE_ContextInformationRetrieve_t;
57
58 /* Implementation */
59 extern asn_TYPE_descriptor_t asn_DEF_UE_ContextInformationRetrieve;
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _UE_ContextInformationRetrieve_H_ */
66 #include <asn_internal.h>