OSDN Git Service

Modifying description for RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS.
authorHenrik Hall <henrik.hall@sonyericsson.com>
Thu, 25 Nov 2010 09:20:56 +0000 (10:20 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 15 Apr 2011 10:24:31 +0000 (18:24 +0800)
Allowing for both GSM and UMTS format CBS message pdus.

Change-Id: I0f920d2c1affe930a0da4c0ba5fce6d03f488146

include/telephony/ril.h

index 1cbdfad..2796a06 100644 (file)
@@ -3282,9 +3282,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