blob: 62584f7ee62d1b872969a5e7520cdf513e58f4b0 [file] [log] [blame]
sjana76e88d22020-03-19 13:24:39 -04001/*
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_ContextInformation_H_
9#define _X2N_UE_ContextInformation_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-List.h"
21#include "X2N_RRC-Context.h"
22#include <constr_SEQUENCE.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* Forward declarations */
29struct X2N_HandoverRestrictionList;
30struct X2N_LocationReportingInformation;
31struct X2N_ProtocolExtensionContainer;
32
33/* X2N_UE-ContextInformation */
34typedef struct X2N_UE_ContextInformation {
35 X2N_UE_S1AP_ID_t mME_UE_S1AP_ID;
36 X2N_UESecurityCapabilities_t uESecurityCapabilities;
37 X2N_AS_SecurityInformation_t aS_SecurityInformation;
38 X2N_UEAggregateMaximumBitRate_t uEaggregateMaximumBitRate;
39 X2N_SubscriberProfileIDforRFP_t *subscriberProfileIDforRFP; /* OPTIONAL */
40 X2N_E_RABs_ToBeSetup_List_t e_RABs_ToBeSetup_List;
41 X2N_RRC_Context_t rRC_Context;
42 struct X2N_HandoverRestrictionList *handoverRestrictionList; /* OPTIONAL */
43 struct X2N_LocationReportingInformation *locationReportingInformation; /* OPTIONAL */
44 struct X2N_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} X2N_UE_ContextInformation_t;
53
54/* Implementation */
55extern asn_TYPE_descriptor_t asn_DEF_X2N_UE_ContextInformation;
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif /* _X2N_UE_ContextInformation_H_ */
62#include <asn_internal.h>