From 0ec7f1366761fffcd73ba359969ea1029ed5dc79 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 10 Sep 2015 10:52:18 +0200 Subject: Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing) --- src/hnbap/GeographicalLocation.h | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/hnbap/GeographicalLocation.h (limited to 'src/hnbap/GeographicalLocation.h') diff --git a/src/hnbap/GeographicalLocation.h b/src/hnbap/GeographicalLocation.h new file mode 100644 index 0000000..4b2688d --- /dev/null +++ b/src/hnbap/GeographicalLocation.h @@ -0,0 +1,51 @@ +/* + * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) + * From ASN.1 module "HNBAP-IEs" + * found in "../../asn1/hnbap/HNBAP-IEs.asn" + * `asn1c -gen-PER` + */ + +#ifndef _GeographicalLocation_H_ +#define _GeographicalLocation_H_ + + +#include + +/* Including external dependencies */ +#include "GeographicalCoordinates.h" +#include "AltitudeAndDirection.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Forward declarations */ +struct IE_Extensions; + +/* GeographicalLocation */ +typedef struct GeographicalLocation { + GeographicalCoordinates_t geographicalCoordinates; + AltitudeAndDirection_t altitudeAndDirection; + struct IE_Extensions *iE_Extensions /* OPTIONAL */; + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} GeographicalLocation_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_GeographicalLocation; + +#ifdef __cplusplus +} +#endif + +/* Referred external types */ +#include "IE-Extensions.h" + +#endif /* _GeographicalLocation_H_ */ +#include -- cgit v1.2.3