blob: 48a638e21248037646fdbf57778b4847336ba7ac [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_GeographicalCoordinates_H_
8#define _RANAP_GeographicalCoordinates_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15#include <NativeInteger.h>
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010016#include <osmocom/ranap/RANAP_IE-Extensions.h>
Harald Welteee091892015-09-10 10:22:03 +020017#include <constr_SEQUENCE.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum latitudeSign {
25 latitudeSign_north = 0,
26 latitudeSign_south = 1
27} e_latitudeSign;
28
29/* RANAP_GeographicalCoordinates */
30typedef struct RANAP_GeographicalCoordinates {
31 long latitudeSign;
32 long latitude;
33 long longitude;
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} RANAP_GeographicalCoordinates_t;
43
44/* Implementation */
45/* extern asn_TYPE_descriptor_t asn_DEF_latitudeSign_2; // (Use -fall-defs-global to expose) */
46extern asn_TYPE_descriptor_t asn_DEF_RANAP_GeographicalCoordinates;
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif /* _RANAP_GeographicalCoordinates_H_ */
53#include <asn_internal.h>