OSDN Git Service

Fixed incorrect parameter handling for setup data call
authorJack Yu <jackyu@google.com>
Fri, 14 Apr 2017 03:55:03 +0000 (20:55 -0700)
committerJack Yu <jackyu@google.com>
Fri, 14 Apr 2017 18:40:32 +0000 (11:40 -0700)
commit8b48914dc35216bd3735bb767cda57fb6a00f8db
tree253c9f428145ce6159745a112fc27112d5642645
parent82c7999a3228aa4f9c29030e50c2cbb4b8e37c9c
Fixed incorrect parameter handling for setup data call

Integers were incorrectly passed into dispatchStrings
and treated as string pointers. Also did not correctly
handle MVNO type NONE case.

bug: 36690591
Test: Telephony sanity tests
Merged-In: I1a4e0ef93ba8a1b63519d59b18f55af195ddbea2
Change-Id: I1a4e0ef93ba8a1b63519d59b18f55af195ddbea2
libril/ril_service.cpp