blob: 69d41f486f59aca4ec4d75404049c1a870f69f09 [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_VelocityEstimate_H_
8#define _RANAP_VelocityEstimate_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_HorizontalVelocity.h>
15#include <osmocom/ranap/RANAP_HorizontalWithVerticalVelocity.h>
16#include <osmocom/ranap/RANAP_HorizontalVelocityWithUncertainty.h>
17#include <osmocom/ranap/RANAP_HorizontalWithVerticalVelocityAndUncertainty.h>
Harald Welteee091892015-09-10 10:22:03 +020018#include <constr_CHOICE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum RANAP_VelocityEstimate_PR {
26 RANAP_VelocityEstimate_PR_NOTHING, /* No components present */
27 RANAP_VelocityEstimate_PR_horizontalVelocity,
28 RANAP_VelocityEstimate_PR_horizontalWithVerticalVelocity,
29 RANAP_VelocityEstimate_PR_horizontalVelocityWithUncertainty,
30 RANAP_VelocityEstimate_PR_horizontalWithVeritcalVelocityAndUncertainty,
31 /* Extensions may appear below */
32
33} RANAP_VelocityEstimate_PR;
34
35/* RANAP_VelocityEstimate */
36typedef struct RANAP_VelocityEstimate {
37 RANAP_VelocityEstimate_PR present;
38 union RANAP_VelocityEstimate_u {
39 RANAP_HorizontalVelocity_t horizontalVelocity;
40 RANAP_HorizontalWithVerticalVelocity_t horizontalWithVerticalVelocity;
41 RANAP_HorizontalVelocityWithUncertainty_t horizontalVelocityWithUncertainty;
42 RANAP_HorizontalWithVerticalVelocityAndUncertainty_t horizontalWithVeritcalVelocityAndUncertainty;
43 /*
44 * This type is extensible,
45 * possible extensions are below.
46 */
47 } choice;
48
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51} RANAP_VelocityEstimate_t;
52
53/* Implementation */
54extern asn_TYPE_descriptor_t asn_DEF_RANAP_VelocityEstimate;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _RANAP_VelocityEstimate_H_ */
61#include <asn_internal.h>