remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / GANSSUTCModel.h
blob74f91088318fdd51abf3704e37c52f57fec90033
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "RRLP-Components"
4 * found in "../asn1src/RRLP-Components.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _GANSSUTCModel_H_
9 #define _GANSSUTCModel_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include <constr_SEQUENCE.h>
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
22 /* GANSSUTCModel */
23 typedef struct GANSSUTCModel {
24 long ganssUtcA1;
25 long ganssUtcA0;
26 long ganssUtcTot;
27 long ganssUtcWNt;
28 long ganssUtcDeltaTls;
29 long ganssUtcWNlsf;
30 long ganssUtcDN;
31 long ganssUtcDeltaTlsf;
33 /* Context for parsing across buffer boundaries */
34 asn_struct_ctx_t _asn_ctx;
35 } GANSSUTCModel_t;
37 /* Implementation */
38 extern asn_TYPE_descriptor_t asn_DEF_GANSSUTCModel;
40 #ifdef __cplusplus
42 #endif
44 #endif /* _GANSSUTCModel_H_ */
45 #include <asn_internal.h>