blob: fd2b92184949e4d3c9a42ac59d6ca75e48d12e7e [file] [log] [blame]
Harald Welte19899132015-12-16 13:04:16 +01001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-PDU"
4 * found in "../../asn1/ranap/RANAP-PDU.asn"
5 */
6
7#ifndef _RANAP_RAB_SetupItem_RelocReq_H_
8#define _RANAP_RAB_SetupItem_RelocReq_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010014#include <osmocom/ranap/RANAP_RAB-ID.h>
15#include <osmocom/ranap/RANAP_NAS-SynchronisationIndicator.h>
16#include <osmocom/ranap/RANAP_RAB-Parameters.h>
17#include <osmocom/ranap/RANAP_DataVolumeReportingIndication.h>
18#include <osmocom/ranap/RANAP_PDP-TypeInformation.h>
19#include <osmocom/ranap/RANAP_UserPlaneInformation.h>
20#include <osmocom/ranap/RANAP_TransportLayerAddress.h>
21#include <osmocom/ranap/RANAP_IuTransportAssociation.h>
22#include <osmocom/ranap/RANAP_Service-Handover.h>
23#include <osmocom/ranap/RANAP_ProtocolExtensionContainer.h>
Harald Welte19899132015-12-16 13:04:16 +010024#include <constr_SEQUENCE.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/* RANAP_RAB-SetupItem-RelocReq */
31typedef struct RANAP_RAB_SetupItem_RelocReq {
32 RANAP_RAB_ID_t rAB_ID;
33 RANAP_NAS_SynchronisationIndicator_t *nAS_SynchronisationIndicator /* OPTIONAL */;
34 RANAP_RAB_Parameters_t rAB_Parameters;
35 RANAP_DataVolumeReportingIndication_t *dataVolumeReportingIndication /* OPTIONAL */;
36 RANAP_PDP_TypeInformation_t *pDP_TypeInformation /* OPTIONAL */;
37 RANAP_UserPlaneInformation_t userPlaneInformation;
38 RANAP_TransportLayerAddress_t transportLayerAddress;
39 RANAP_IuTransportAssociation_t iuTransportAssociation;
40 RANAP_Service_Handover_t *service_Handover /* OPTIONAL */;
41 RANAP_ProtocolExtensionContainer_t *iE_Extensions /* OPTIONAL */;
42 /*
43 * This type is extensible,
44 * possible extensions are below.
45 */
46
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
49} RANAP_RAB_SetupItem_RelocReq_t;
50
51/* Implementation */
52extern asn_TYPE_descriptor_t asn_DEF_RANAP_RAB_SetupItem_RelocReq;
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* _RANAP_RAB_SetupItem_RelocReq_H_ */
59#include <asn_internal.h>