commit | ba427352e25d97a9eb65817b43837c05b1dbf704 | [log] [tgz] |
---|---|---|
author | Sarah Chin <sarahchin@google.com> | Thu Dec 09 00:33:37 2021 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Dec 09 14:04:24 2021 -0800 |
tree | a9223594363a54f5d658f346a1887641ff10ea89 | |
parent | 242db9be9262a9318677602a06dccedda6af0c81 [diff] [blame] |
Add TrafficDescriptor to DataProfileInfo Test: build Bug: 208651109 Change-Id: Ic5e5edab9be1087044e1a303735a59a4cef8ee89
diff --git a/radio/aidl/compat/libradiocompat/data/RadioIndication-data.cpp b/radio/aidl/compat/libradiocompat/data/RadioIndication-data.cpp index f51d1a8..a680e56 100644 --- a/radio/aidl/compat/libradiocompat/data/RadioIndication-data.cpp +++ b/radio/aidl/compat/libradiocompat/data/RadioIndication-data.cpp
@@ -83,7 +83,7 @@ const hidl_string& apn) { LOG_CALL << type; CHECK_CB(mDataCb); - mDataCb->unthrottleApn(toAidl(type), apn); + mDataCb->unthrottleApn(toAidl(type), mContext->getDataProfile(apn)); return {}; }