summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorHenrik Hall <henrik.hall@sonyericsson.com>2010-11-25 10:20:56 +0100
committerJohan Redestig <johan.redestig@sonyericsson.com>2010-12-20 10:23:12 +0100
commit0eba2026fd78f61e77a6adfece793cfaca92047c (patch)
tree707ce572a51ad6ed8e3cb357d22d64bba067d11a /include/telephony/ril.h
parent54ff26352fc6a8550e77265cb7c6409547935a2c (diff)
downloadandroid_hardware_ril-0eba2026fd78f61e77a6adfece793cfaca92047c.tar.gz
android_hardware_ril-0eba2026fd78f61e77a6adfece793cfaca92047c.tar.bz2
android_hardware_ril-0eba2026fd78f61e77a6adfece793cfaca92047c.zip
Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.
Allowing for both GSM and UMTS format CBS message pdus. Change-Id: I0f920d2c1affe930a0da4c0ba5fce6d03f488146
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 4bd9442..8015074 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -3273,9 +3273,13 @@ typedef struct {
*
* Called when new Broadcast SMS is received
*
- * "data" is const char * of 88 bytes which indicates each page
- * of a CBS Message sent to the MS by the BTS as coded in 3GPP
- * 23.041 Section 9.4.1.1
+ * "data" can be one of the following:
+ * If received from GSM network, "data" is const char of 88 bytes
+ * which indicates each page of a CBS Message sent to the MS by the
+ * BTS as coded in 3GPP 23.041 Section 9.4.1.2.
+ * If received from UMTS network, "data" is const char of 90 up to 1252
+ * bytes which contain between 1 and 15 CBS Message pages sent as one
+ * packet to the MS by the BTS as coded in 3GPP 23.041 Section 9.4.2.2.
*
*/
#define RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS 1021