/* * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin . All rights reserved. * SPDX-License-Identifier: BSD-1-Clause * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../rrlp-components.asn" */ #ifndef _UTCModel_H #define _UTCModel_H #include /* Including external dependencies */ #include #include #ifdef __cplusplus extern "C" { #endif /* UTCModel */ typedef struct UTCModel { long utcA1; long utcA0; long utcTot; long utcWNt; long utcDeltaTls; long utcWNlsf; long utcDN; long utcDeltaTlsf; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } UTCModel_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_UTCModel; #ifdef __cplusplus } #endif #endif /* _UTCModel_H_ */ #include