commit | a3cc90b1c3a3dc107883b8c422dbbe74a4bc1dfa | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Jan 11 18:54:53 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 11 18:54:53 2021 +0000 |
tree | c12bba1dd1e44249e1884a0cc63eabe5e2e3739a | |
parent | 8be4b590cf29354ae7f74e81f42c774f7103a087 [diff] | |
parent | fd8ff812b3599d4f9adfa6b9d1e79d16abe2abc8 [diff] |
Merge "Fixed incorrect retry timer value type"
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;