/* * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../rrlp-components.asn" */ #ifndef _GANSSRefLocation_H_ #define _GANSSRefLocation_H_ #include /* Including external dependencies */ #include "Ext-GeographicalInformation.h" #include #ifdef __cplusplus extern "C" { #endif /* GANSSRefLocation */ typedef struct GANSSRefLocation { Ext_GeographicalInformation_t threeDLocation; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GANSSRefLocation_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GANSSRefLocation; #ifdef __cplusplus } #endif #endif /* _GANSSRefLocation_H_ */ #include