XMM626x: fix Samsung RIL v9 update
authorBjørn Mork <bjorn@mork.no>
Mon, 24 Nov 2014 10:14:56 +0000 (11:14 +0100)
committerBjørn Mork <bjorn@mork.no>
Fri, 5 Dec 2014 14:49:20 +0000 (15:49 +0100)
The Samsung proprietary RIL commands are mapped using the
same array as the standard commands. This means that the
MAX and UNSOL_MAX macros must be updated whenever standard
commands are added, or the Samsung commands will noe be
correctly mapped.

Change-Id: Ic9dc6305bfb6d93763445b22cf24d9ee84db98c2
Signed-off-by: Bjørn Mork <bjorn@mork.no>
ril/xmm6260/libril/ril.cpp
ril/xmm6262/libril/ril.cpp

index 64bd6d1be84cdd7fda3db402994ad17363cabc4d..42b19ffdbc4133f7c070c0597bc8a84c9ece0cfb 100755 (executable)
@@ -114,8 +114,8 @@ namespace android {
     #define appendPrintBuf(x...)
 #endif
 
-#define MAX_RIL_SOL     RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE
-#define MAX_RIL_UNSOL   RIL_UNSOL_CELL_INFO_LIST
+#define MAX_RIL_SOL     RIL_REQUEST_IMS_SEND_SMS
+#define MAX_RIL_UNSOL   RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED
 
 enum WakeType {DONT_WAKE, WAKE_PARTIAL};
 
index 074647479d599efdc84ef6ef9e12155a8916714c..50e9f0386bc29ad9022397a041a9c97e615f4f31 100644 (file)
@@ -114,8 +114,8 @@ namespace android {
     #define appendPrintBuf(x...)
 #endif
 
-#define MAX_RIL_SOL     RIL_REQUEST_SET_UNSOL_CELL_INFO_LIST_RATE
-#define MAX_RIL_UNSOL   RIL_UNSOL_CELL_INFO_LIST
+#define MAX_RIL_SOL     RIL_REQUEST_IMS_SEND_SMS
+#define MAX_RIL_UNSOL   RIL_UNSOL_RESPONSE_IMS_NETWORK_STATE_CHANGED
 
 enum WakeType {DONT_WAKE, WAKE_PARTIAL};