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`
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>
24 /* Forward declarations */
25 struct TOA_MeasurementsOfRef
;
26 struct SeqOfOTD_MsrsOfOtherSets
;
28 /* OTD-MsrElementRest */
29 typedef struct OTD_MsrElementRest
{
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
;
42 extern asn_TYPE_descriptor_t asn_DEF_OTD_MsrElementRest
;
48 /* Referred external types */
49 #include "TOA-MeasurementsOfRef.h"
50 #include "SeqOfOTD-MsrsOfOtherSets.h"
52 #endif /* _OTD_MsrElementRest_H_ */
53 #include <asn_internal.h>