XMM626x: fix Samsung RIL v9 update

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: I68ebc62e1967c5d027fc407eaeef480e735734f8
tirimbino
bmork 10 years ago committed by Daniel Hillenbrand
parent 518d1720da
commit 36b50656ab
  1. 4
      ril/xmm6260/libril/ril.cpp
  2. 4
      ril/xmm6262/libril/ril.cpp

@ -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};

@ -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};

Loading…
Cancel
Save