blob: 16e4e94e8867acfdb0c235de25f81d5fe879367a [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_EnhancedRelocCompleteReq_H_
8#define _RANAP_RAB_SetupItem_EnhancedRelocCompleteReq_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_TransportLayerAddress.h>
16#include <osmocom/ranap/RANAP_IuTransportAssociation.h>
17#include <osmocom/ranap/RANAP_Ass-RAB-Parameters.h>
18#include <osmocom/ranap/RANAP_ProtocolExtensionContainer.h>
Harald Welte19899132015-12-16 13:04:16 +010019#include <constr_SEQUENCE.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* RANAP_RAB-SetupItem-EnhancedRelocCompleteReq */
26typedef struct RANAP_RAB_SetupItem_EnhancedRelocCompleteReq {
27 RANAP_RAB_ID_t rAB_ID;
28 RANAP_TransportLayerAddress_t *transportLayerAddressReq1 /* OPTIONAL */;
29 RANAP_IuTransportAssociation_t *iuTransportAssociationReq1 /* OPTIONAL */;
30 RANAP_Ass_RAB_Parameters_t *ass_RAB_Parameters /* OPTIONAL */;
31 RANAP_ProtocolExtensionContainer_t *iE_Extensions /* OPTIONAL */;
32 /*
33 * This type is extensible,
34 * possible extensions are below.
35 */
36
37 /* Context for parsing across buffer boundaries */
38 asn_struct_ctx_t _asn_ctx;
39} RANAP_RAB_SetupItem_EnhancedRelocCompleteReq_t;
40
41/* Implementation */
42extern asn_TYPE_descriptor_t asn_DEF_RANAP_RAB_SetupItem_EnhancedRelocCompleteReq;
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* _RANAP_RAB_SetupItem_EnhancedRelocCompleteReq_H_ */
49#include <asn_internal.h>