blob: fa5c618ab49ec69dc78a6792f7eb3207bdc27276 [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_LocationReportingTransferInformation_H_
8#define _RANAP_LocationReportingTransferInformation_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
Neels Hofmeyrb0429372016-01-04 15:30:51 +010014#include <osmocom/osmo-iuh/ranap/RANAP_ReportChangeOfSAI.h>
15#include <osmocom/osmo-iuh/ranap/RANAP_PeriodicReportingIndicator.h>
16#include <osmocom/osmo-iuh/ranap/RANAP_DirectReportingIndicator.h>
17#include <osmocom/osmo-iuh/ranap/RANAP_VerticalAccuracyCode.h>
18#include <osmocom/osmo-iuh/ranap/RANAP_PositioningPriority.h>
19#include <osmocom/osmo-iuh/ranap/RANAP_ClientType.h>
20#include <osmocom/osmo-iuh/ranap/RANAP_ResponseTime.h>
21#include <osmocom/osmo-iuh/ranap/RANAP_IncludeVelocity.h>
22#include <osmocom/osmo-iuh/ranap/RANAP_PeriodicLocationInfo.h>
23#include <osmocom/osmo-iuh/ranap/RANAP_IE-Extensions.h>
Harald Welteee091892015-09-10 10:22:03 +020024#include <constr_SEQUENCE.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/* RANAP_LocationReportingTransferInformation */
31typedef struct RANAP_LocationReportingTransferInformation {
32 RANAP_ReportChangeOfSAI_t *reportChangeOfSAI /* OPTIONAL */;
33 RANAP_PeriodicReportingIndicator_t *periodicReportingIndicator /* OPTIONAL */;
34 RANAP_DirectReportingIndicator_t *directReportingIndicator /* OPTIONAL */;
35 RANAP_VerticalAccuracyCode_t *verticalAccuracyCode /* OPTIONAL */;
36 RANAP_PositioningPriority_t *positioningPriorityChangeSAI /* OPTIONAL */;
37 RANAP_PositioningPriority_t *positioningPriorityDirect /* OPTIONAL */;
38 RANAP_ClientType_t *clientTypePeriodic /* OPTIONAL */;
39 RANAP_ClientType_t *clientTypeDirect /* OPTIONAL */;
40 RANAP_ResponseTime_t *responseTime /* OPTIONAL */;
41 RANAP_IncludeVelocity_t *includeVelocity /* OPTIONAL */;
42 RANAP_PeriodicLocationInfo_t *periodicLocationInfo /* OPTIONAL */;
43 RANAP_IE_Extensions_t *iE_Extensions /* OPTIONAL */;
44 /*
45 * This type is extensible,
46 * possible extensions are below.
47 */
48
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51} RANAP_LocationReportingTransferInformation_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_RANAP_LocationReportingTransferInformation;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _RANAP_LocationReportingTransferInformation_H_ */
61#include <asn_internal.h>