blob: bc4cde3cf2fb76e32a436b59f3a6020e195c3da6 [file] [log] [blame]
Harald Welted523a692015-08-30 23:11:19 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "HNBAP-IEs"
4 * found in "../../asn1/hnbap/HNBAP-IEs.asn"
Harald Welteff4750f2015-08-31 09:55:28 +02005 * `asn1c -gen-PER`
Harald Welted523a692015-08-30 23:11:19 +02006 */
7
8#ifndef _GeographicalCoordinates_H_
9#define _GeographicalCoordinates_H_
10
11
12#include <asn_application.h>
13
14/* Including external dependencies */
15#include <NativeEnumerated.h>
16#include <NativeInteger.h>
17#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/* Forward declarations */
30struct IE_Extensions;
31
32/* GeographicalCoordinates */
33typedef struct GeographicalCoordinates {
34 long latitudeSign;
35 long latitude;
36 long longitude;
37 struct IE_Extensions *iE_Extensions /* OPTIONAL */;
38 /*
39 * This type is extensible,
40 * possible extensions are below.
41 */
42
43 /* Context for parsing across buffer boundaries */
44 asn_struct_ctx_t _asn_ctx;
45} GeographicalCoordinates_t;
46
47/* Implementation */
48/* extern asn_TYPE_descriptor_t asn_DEF_latitudeSign_2; // (Use -fall-defs-global to expose) */
49extern asn_TYPE_descriptor_t asn_DEF_GeographicalCoordinates;
50
51#ifdef __cplusplus
52}
53#endif
54
55/* Referred external types */
Neels Hofmeyrb0429372016-01-04 15:30:51 +010056#include <osmocom/osmo-iuh/hnbap/IE-Extensions.h>
Harald Welted523a692015-08-30 23:11:19 +020057
58#endif /* _GeographicalCoordinates_H_ */
59#include <asn_internal.h>