summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorjsh <jsh@google.com>2010-06-23 21:53:24 -0700
committerjsh <jsh@google.com>2010-08-03 14:50:19 -0700
commitf44700c40c612f73b7ef3264828efb8923906f8a (patch)
tree601aaa79a5652da34606d0e33ffb30343aa43c14 /include/telephony/ril.h
parent060f053e816137fb4f5e03c15b5122c92219ed52 (diff)
downloadandroid_hardware_ril-f44700c40c612f73b7ef3264828efb8923906f8a.tar.gz
android_hardware_ril-f44700c40c612f73b7ef3264828efb8923906f8a.tar.bz2
android_hardware_ril-f44700c40c612f73b7ef3264828efb8923906f8a.zip
Support for fetching PSC of serving cell.
Instead of adding a new RIL command, just extend RIL_REQUEST_REGISTRATION_STATE. Bug: 2465036 Change-Id: I8f42bb8da65ec7d2f7627b14d7506c38b71ad83d
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index a2b085e..4bd9442 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -1109,6 +1109,10 @@ typedef struct {
* 8 - No Suitable Cells in this Location Area
* 9 - Network failure
* 10 - Persistent location update reject
+ * ((const char **)response)[14] is the Primary Scrambling Code of the current
+ * cell as described in TS 25.331, in hexadecimal
+ * format, or NULL if unknown or not registered
+ * to a UMTS network.
*
* Please note that registration state 4 ("unknown") is treated
* as "out of service" in the Android telephony system
@@ -2959,7 +2963,6 @@ typedef struct {
*/
#define RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING 103
-
/***********************************************************************/