From 7f8ded1d8a337b6860dd7329b8a1be0ade4ea290 Mon Sep 17 00:00:00 2001 From: John Wang Date: Thu, 21 Jan 2010 15:07:28 -0800 Subject: Comments on the extension of registration status. Add status 10, 12, 13 and 14 to distinguish emergency calls only status from status 0, 2, 3 and 4. This feature will only be enabled in case setting "ro.ril.emc.mode"=2 in system property. --- include/telephony/ril.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/telephony/ril.h') diff --git a/include/telephony/ril.h b/include/telephony/ril.h index e921fa6..4dd4bea 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -998,6 +998,15 @@ typedef struct { * 3 - Registration denied * 4 - Unknown * 5 - Registered, roaming + * 10 - Same as 0, but indicates that emergency calls + * are enabled. + * 12 - Same as 2, but indicates that emergency calls + * are enabled. + * 13 - Same as 3, but indicates that emergency calls + * are enabled. + * 14 - Same as 4, but indicates that emergency calls + * are enabled. + * * ((const char **)response)[1] is LAC if registered on a GSM/WCDMA system or * NULL if not.Valid LAC are 0x0000 - 0xffff * ((const char **)response)[2] is CID if registered on a * GSM/WCDMA or -- cgit v1.2.3