summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-03 13:56:18 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-03 13:56:18 +0200
commitbc2f96cd7b83d2259b2d9bd0d4183345eec8f720 (patch)
tree80a11147cc1c34882bd2d3fabb7966d19b72faa0
parented177c0f9b377673842b2ec41e0a2aa7ceeb73f6 (diff)
downloaddevice_samsung_omap4-common-bc2f96cd7b83d2259b2d9bd0d4183345eec8f720.zip
device_samsung_omap4-common-bc2f96cd7b83d2259b2d9bd0d4183345eec8f720.tar.gz
device_samsung_omap4-common-bc2f96cd7b83d2259b2d9bd0d4183345eec8f720.tar.bz2
omap4-common: libril: uus is absent
Change-Id: Ic9fd3e0b04f6a077e483226b786cbd37a96d9c34
-rwxr-xr-xlibril/ril.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libril/ril.cpp b/libril/ril.cpp
index 36e64b3..68d89a6 100755
--- a/libril/ril.cpp
+++ b/libril/ril.cpp
@@ -1443,6 +1443,8 @@ static int responseCallList(Parcel &p, void *response, size_t responselen) {
p.writeInt32(p_cur->numberPresentation);
writeStringToParcel(p, p_cur->name);
p.writeInt32(p_cur->namePresentation);
+ p.writeInt32(0); /* UUS Information is absent */
+
appendPrintBuf("%s[id=%d,%s,toa=%d,",
printBuf,
p_cur->index,