Merge "Fixed incorrect retry timer value type" am: a3cc90b1c3 am: 0d3433a346

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1543612

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id441738af0fc76d08ccd428dc7cb6f9fd50d2f44
diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal
index f4dc0bd..13b1591 100644
--- a/radio/1.6/types.hal
+++ b/radio/1.6/types.hal
@@ -281,7 +281,7 @@
      * suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
      * the device should not retry data setup anymore.
      */
-    uint64_t suggestedRetryTime;
+    int64_t suggestedRetryTime;
 
     /** Context ID, uniquely identifies this data connection. */
     int32_t cid;