/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "MAP-MS-DataTypes" * found in "../asn1src/MAP-MS-DataTypes.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _LocationArea_H_ #define _LocationArea_H_ #include /* Including external dependencies */ #include "LAIFixedLength.h" #include "LACSTR.h" #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum LocationArea_PR { LocationArea_PR_NOTHING, /* No components present */ LocationArea_PR_laiFixedLength, LocationArea_PR_lac } LocationArea_PR; /* LocationArea */ typedef struct LocationArea { LocationArea_PR present; union LocationArea_u { LAIFixedLength_t laiFixedLength; LACSTR_t lac; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } LocationArea_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_LocationArea; #ifdef __cplusplus } #endif #endif /* _LocationArea_H_ */ #include