remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / OTD-MsrElementRest.h
blob453856af56372322befd35111f8d5ad946b66d75
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 _OTD_MsrElementRest_H_
9 #define _OTD_MsrElementRest_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NativeInteger.h>
16 #include "ModuloTimeSlot.h"
17 #include "StdResolution.h"
18 #include <constr_SEQUENCE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Forward declarations */
25 struct TOA_MeasurementsOfRef;
26 struct SeqOfOTD_MsrsOfOtherSets;
28 /* OTD-MsrElementRest */
29 typedef struct OTD_MsrElementRest {
30 long refFrameNumber;
31 ModuloTimeSlot_t referenceTimeSlot;
32 struct TOA_MeasurementsOfRef *toaMeasurementsOfRef /* OPTIONAL */;
33 StdResolution_t stdResolution;
34 long *taCorrection /* OPTIONAL */;
35 struct SeqOfOTD_MsrsOfOtherSets *otd_MsrsOfOtherSets /* OPTIONAL */;
37 /* Context for parsing across buffer boundaries */
38 asn_struct_ctx_t _asn_ctx;
39 } OTD_MsrElementRest_t;
41 /* Implementation */
42 extern asn_TYPE_descriptor_t asn_DEF_OTD_MsrElementRest;
44 #ifdef __cplusplus
46 #endif
48 /* Referred external types */
49 #include "TOA-MeasurementsOfRef.h"
50 #include "SeqOfOTD-MsrsOfOtherSets.h"
52 #endif /* _OTD_MsrElementRest_H_ */
53 #include <asn_internal.h>