commit | 3c72fbafceae64fffce557fcf4d7ecaf5ddf4428 | [log] [tgz] |
---|---|---|
author | Daniel Bright <dbright@google.com> | Tue Nov 03 14:56:23 2020 -0800 |
committer | Daniel Bright <dbright@google.com> | Fri Nov 20 12:22:08 2020 -0800 |
tree | dfb7d9edd5ec460dc3f3b0eab22aa73ad825cdf5 | |
parent | 39c87475857824d050d32ad8681f67dc5efb1572 [diff] [blame] |
Added pdu session id to setupDataCall The pdu session id needs to be passed to setup data call on handover (clean cherry-pick) Test: Tested that handover still worked with logs. IWlan -> Cell + Cell -> IWlan Bug: 161572859 Merged-In: I0e11c8997674cdaad4bb82491d818ca85ee197d1 Change-Id: I0e11c8997674cdaad4bb82491d818ca85ee197d1
diff --git a/radio/1.6/vts/functional/radio_response.cpp b/radio/1.6/vts/functional/radio_response.cpp index 18cda6a..cc2be4e 100644 --- a/radio/1.6/vts/functional/radio_response.cpp +++ b/radio/1.6/vts/functional/radio_response.cpp
@@ -1136,7 +1136,7 @@ return Void(); } -Return<void> RadioResponse_v1_6::beginHandoverResponse( +Return<void> RadioResponse_v1_6::startHandoverResponse( const ::android::hardware::radio::V1_6::RadioResponseInfo& info) { rspInfo = info; parent_v1_6.notify(info.serial);