summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorjsh <jsh@google.com>2010-08-04 14:33:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-04 14:33:42 -0700
commit128ef9cba5b604d9cbc7b77a0588e7c6d73cb22d (patch)
treeb0ca8fce28706fac27196ca225ec2d5c17eb327a /include/telephony/ril.h
parent2e977068a167ea597b6514501d2221c5a4e22574 (diff)
parentf44700c40c612f73b7ef3264828efb8923906f8a (diff)
downloadandroid_hardware_ril-128ef9cba5b604d9cbc7b77a0588e7c6d73cb22d.tar.gz
android_hardware_ril-128ef9cba5b604d9cbc7b77a0588e7c6d73cb22d.tar.bz2
android_hardware_ril-128ef9cba5b604d9cbc7b77a0588e7c6d73cb22d.zip
am f44700c4: Support for fetching PSC of serving cell.
Merge commit 'f44700c40c612f73b7ef3264828efb8923906f8a' into gingerbread-plus-aosp * commit 'f44700c40c612f73b7ef3264828efb8923906f8a': Support for fetching PSC of serving cell.
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 6e30d39..82d2ca3 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
-
/***********************************************************************/