blob: b20556ff791984f2fa8110a913955d512d75a670 [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_EnhancedRelocCompleteRes_H_
8#define _RANAP_RAB_SetupItem_EnhancedRelocCompleteRes_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_RAB-Parameters.h>
16#include <osmocom/ranap/RANAP_UserPlaneInformation.h>
17#include <osmocom/ranap/RANAP_TransportLayerAddress.h>
18#include <osmocom/ranap/RANAP_IuTransportAssociation.h>
19#include <osmocom/ranap/RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.h>
20#include <osmocom/ranap/RANAP_ProtocolExtensionContainer.h>
Harald Welte19899132015-12-16 13:04:16 +010021#include <constr_SEQUENCE.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* RANAP_RAB-SetupItem-EnhancedRelocCompleteRes */
28typedef struct RANAP_RAB_SetupItem_EnhancedRelocCompleteRes {
29 RANAP_RAB_ID_t rAB_ID;
30 RANAP_RAB_Parameters_t *rAB_Parameters /* OPTIONAL */;
31 RANAP_UserPlaneInformation_t userPlaneInformation;
32 RANAP_TransportLayerAddress_t *transportLayerAddressRes1 /* OPTIONAL */;
33 RANAP_IuTransportAssociation_t *iuTransportAssociationRes1 /* OPTIONAL */;
34 RANAP_RAB_ToBeReleasedList_EnhancedRelocCompleteRes_t *rab2beReleasedList /* OPTIONAL */;
35 RANAP_ProtocolExtensionContainer_t *iE_Extensions /* OPTIONAL */;
36 /*
37 * This type is extensible,
38 * possible extensions are below.
39 */
40
41 /* Context for parsing across buffer boundaries */
42 asn_struct_ctx_t _asn_ctx;
43} RANAP_RAB_SetupItem_EnhancedRelocCompleteRes_t;
44
45/* Implementation */
46extern asn_TYPE_descriptor_t asn_DEF_RANAP_RAB_SetupItem_EnhancedRelocCompleteRes;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _RANAP_RAB_SetupItem_EnhancedRelocCompleteRes_H_ */
53#include <asn_internal.h>