Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-ril: Commit

hardware/ril


Commit MetaInfo

Revision3f56b764d481907bbe28c79b44149bbed6937faf (tree)
Time2018-05-13 16:26:06
Authorandroid-build-team Robot <android-build-team-robot@goog...>
Commiterandroid-build-team Robot

Log Message

Snap for 4778776 from 982ba7ab0767df77b0cda7f592bfde7e8b6cb53d to pi-release

Change-Id: I7b8a0c69fbd4b62e15f451bbd7146b3e08a231d4

Change Summary

Incremental Difference

--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -2183,6 +2183,7 @@ typedef struct {
21832183 RIL_ScanStatus status; // The status of the scan
21842184 uint32_t network_infos_length; // Total length of RIL_CellInfo
21852185 RIL_CellInfo_v12* network_infos; // List of network information
2186+ RIL_Errno error;
21862187 } RIL_NetworkScanResult;
21872188
21882189 /**
--- a/libril/ril_service.cpp
+++ b/libril/ril_service.cpp
@@ -8386,7 +8386,7 @@ int radio::networkScanResultInd(int slotId,
83868386
83878387 V1_1::NetworkScanResult result;
83888388 result.status = (V1_1::ScanStatus) networkScanResult->status;
8389- result.error = (RadioError) e;
8389+ result.error = (RadioError) networkScanResult->error;
83908390 convertRilCellInfoListToHal(
83918391 networkScanResult->network_infos,
83928392 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12),
Show on old repository browser