From: johnwang Date: Sat, 12 Sep 2009 02:14:52 +0000 (-0700) Subject: Update comment of Neighboring Cell. X-Git-Tag: android-x86-2.2~19^2 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fhardware-ril.git;a=commitdiff_plain;h=e0ba6a98408e1efd3d1d1043d75f0ab53daddaaa Update comment of Neighboring Cell. --- diff --git a/include/telephony/ril.h b/include/telephony/ril.h index 3b436cc..e1d8bc1 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -207,13 +207,15 @@ typedef struct { }RIL_CallForwardInfo; typedef struct { - char * cid; /* Cell Id (as described in TS 27.005) in 16 bits in GSM + char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. + * Upper 16 bits is LAC and lower 16 bits + * is CID (as described in TS 27.005) * Primary Scrambling Code (as described in TS 25.331) * in 9 bits in UMTS - * Valid values are hexadecimal 0x0000 - 0xffff. + * Valid values are hexadecimal 0x0000 - 0xffffffff. */ - int rssi; /* Received RSSI in 2G, - * Level index of CPICH Received Signal Code Power in 3G + int rssi; /* Received RSSI in GSM, + * Level index of CPICH Received Signal Code Power in UMTS */ } RIL_NeighboringCell;