blob: f3bec06cb8f0cbd16c233273f24504cb7d8c8316 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RANAP-IEs"
4 * found in "../../asn1/ranap/RANAP-IEs.asn"
5 */
6
7#ifndef _RANAP_RABParametersList_H_
8#define _RANAP_RABParametersList_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <asn_SEQUENCE_OF.h>
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010015#include <osmocom/ranap/RANAP_RAB-ID.h>
16#include <osmocom/ranap/RANAP_CN-DomainIndicator.h>
17#include <osmocom/ranap/RANAP_RABDataVolumeReport.h>
18#include <osmocom/ranap/RANAP_UPInformation.h>
19#include <osmocom/ranap/RANAP_IE-Extensions.h>
Harald Welteee091892015-09-10 10:22:03 +020020#include <constr_SEQUENCE.h>
21#include <constr_SEQUENCE_OF.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* RANAP_RABParametersList */
28typedef struct RANAP_RABParametersList {
Harald Welte49695572015-12-16 17:26:05 +010029 A_SEQUENCE_OF(struct MemberB {
Harald Welteee091892015-09-10 10:22:03 +020030 RANAP_RAB_ID_t rab_Id;
31 RANAP_CN_DomainIndicator_t cn_domain;
32 RANAP_RABDataVolumeReport_t *rabDataVolumeReport /* OPTIONAL */;
33 RANAP_UPInformation_t *upInformation /* OPTIONAL */;
34 RANAP_IE_Extensions_t *iE_Extensions /* OPTIONAL */;
35 /*
36 * This type is extensible,
37 * possible extensions are below.
38 */
39
40 /* Context for parsing across buffer boundaries */
41 asn_struct_ctx_t _asn_ctx;
42 } ) list;
43
44 /* Context for parsing across buffer boundaries */
45 asn_struct_ctx_t _asn_ctx;
46} RANAP_RABParametersList_t;
47
48/* Implementation */
49extern asn_TYPE_descriptor_t asn_DEF_RANAP_RABParametersList;
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* _RANAP_RABParametersList_H_ */
56#include <asn_internal.h>