blob: 7c37ad90761447d4c7e2deca4e34add575bd55e2 [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_RAB_Parameters_H_
8#define _RANAP_RAB_Parameters_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_TrafficClass.h>
15#include <osmocom/ranap/RANAP_RAB-AsymmetryIndicator.h>
16#include <osmocom/ranap/RANAP_RAB-Parameter-MaxBitrateList.h>
17#include <osmocom/ranap/RANAP_RAB-Parameter-GuaranteedBitrateList.h>
18#include <osmocom/ranap/RANAP_DeliveryOrder.h>
19#include <osmocom/ranap/RANAP_MaxSDU-Size.h>
20#include <osmocom/ranap/RANAP_SDU-Parameters.h>
21#include <osmocom/ranap/RANAP_TransferDelay.h>
22#include <osmocom/ranap/RANAP_TrafficHandlingPriority.h>
23#include <osmocom/ranap/RANAP_AllocationOrRetentionPriority.h>
24#include <osmocom/ranap/RANAP_SourceStatisticsDescriptor.h>
25#include <osmocom/ranap/RANAP_RelocationRequirement.h>
26#include <osmocom/ranap/RANAP_IE-Extensions.h>
Harald Welteee091892015-09-10 10:22:03 +020027#include <constr_SEQUENCE.h>
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33/* RANAP_RAB-Parameters */
34typedef struct RANAP_RAB_Parameters {
35 RANAP_TrafficClass_t trafficClass;
36 RANAP_RAB_AsymmetryIndicator_t rAB_AsymmetryIndicator;
37 RANAP_RAB_Parameter_MaxBitrateList_t maxBitrate;
38 RANAP_RAB_Parameter_GuaranteedBitrateList_t *guaranteedBitRate /* OPTIONAL */;
39 RANAP_DeliveryOrder_t deliveryOrder;
40 RANAP_MaxSDU_Size_t maxSDU_Size;
41 RANAP_SDU_Parameters_t sDU_Parameters;
42 RANAP_TransferDelay_t *transferDelay /* OPTIONAL */;
43 RANAP_TrafficHandlingPriority_t *trafficHandlingPriority /* OPTIONAL */;
44 RANAP_AllocationOrRetentionPriority_t *allocationOrRetentionPriority /* OPTIONAL */;
45 RANAP_SourceStatisticsDescriptor_t *sourceStatisticsDescriptor /* OPTIONAL */;
46 RANAP_RelocationRequirement_t *relocationRequirement /* OPTIONAL */;
47 RANAP_IE_Extensions_t *iE_Extensions /* OPTIONAL */;
48 /*
49 * This type is extensible,
50 * possible extensions are below.
51 */
52
53 /* Context for parsing across buffer boundaries */
54 asn_struct_ctx_t _asn_ctx;
55} RANAP_RAB_Parameters_t;
56
57/* Implementation */
58extern asn_TYPE_descriptor_t asn_DEF_RANAP_RAB_Parameters;
59
60#ifdef __cplusplus
61}
62#endif
63
64#endif /* _RANAP_RAB_Parameters_H_ */
65#include <asn_internal.h>