summaryrefslogtreecommitdiffstats
path: root/reference-ril
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2009-12-22 15:35:41 -0800
committerWink Saville <wink@google.com>2009-12-22 15:35:41 -0800
commit74fa38884320698c1623764850e3131b9769dff0 (patch)
treed632c43fd96f9d022b15454f435e763c6aadd2f2 /reference-ril
parent8ebaff8bec727eab4cdc2ae3090dde9465a16081 (diff)
downloadandroid_hardware_ril-74fa38884320698c1623764850e3131b9769dff0.tar.gz
android_hardware_ril-74fa38884320698c1623764850e3131b9769dff0.tar.bz2
android_hardware_ril-74fa38884320698c1623764850e3131b9769dff0.zip
ril interface: Add support for User-User Signaling Information during call setup
Define the UUS data structures and add a pointer to it in RIL_Call for MT Calls and RIL_Dial for MO calls. UUS information can be used to pass the skypeId on some networks. Make the corresponding changes to serialize and deserialize the data at the RIL interface. Change-Id: Ibbd471cd062910fd4c365f76e809cfb224bd34a2
Diffstat (limited to 'reference-ril')
-rw-r--r--reference-ril/reference-ril.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/reference-ril/reference-ril.c b/reference-ril/reference-ril.c
index 65170fc..633ad8b 100644
--- a/reference-ril/reference-ril.c
+++ b/reference-ril/reference-ril.c
@@ -200,6 +200,8 @@ static int callFromCLCCLine(char *line, RIL_Call *p_call)
if (err < 0) goto error;
}
+ p_call->uusInfo = NULL;
+
return 0;
error: