Fixed issue in conversion of SV measurement status mask
In reportSvMeasurementSvLoop, measurementStatus was being cast to uint32 and then assigned to uint64 member measurementStatus of Gnss_SVMeasurementStructType. Explicitly map each mask status value from QMI measurementStatus to Gnss_LocSvMeasStatusMaskType so that it is error proof even if mapping changes in QMI. Change-Id: I04539b948925ca56370e339970477ff8d6070bda CRs-Fixed: 2575874
Loading
Please sign in to comment