android_hardware_samsung/ril/libril
Christopher N. Hesse caece2d972 ril: Fix unsol response array mapping
* Instead of messing around with indices, look up
   the requestNumber in the array.
 * This has a cost of O(N) instead of O(1) with the
   previous implementation, but we don't receive unsol
   response codes frequently enough to be worried about
   this.
 * This was needed because a few vendor reponses, aka
   RIL_UNSOL_SNDMGR_WB_AMR_REPORT at index 33 and
   RIL_UNSOL_SNDMGR_CLOCK_CTRL at index 34
   could not be addressed by their array indices anymore
   because we cannot calculate their index by the unsol
   response code we receive from the modem.

Change-Id: I27319e621c777fe19ae8908d7e0c4a46d6dd6d3b
2017-02-12 12:12:17 +00:00
..
include/telephony ril: fix libril if we don't overwrite the header in our device tree 2016-03-29 00:53:08 +02:00
Android.mk ril: Align to AOSP libril 2017-02-09 11:12:02 +00:00
MODULE_LICENSE_APACHE2 libril: Merge xmm6262 and xmm6260 to single lib. 2015-04-06 16:49:42 +00:00
NOTICE libril: Merge xmm6262 and xmm6260 to single lib. 2015-04-06 16:49:42 +00:00
ril.cpp ril: Fix unsol response array mapping 2017-02-12 12:12:17 +00:00
ril_commands.h ril: Align to AOSP libril 2017-02-09 11:12:02 +00:00
ril_event.cpp Removal of dead code and adding log messages to make it easier 2015-10-19 12:16:41 -07:00
ril_event.h libril: Merge xmm6262 and xmm6260 to single lib. 2015-04-06 16:49:42 +00:00
ril_unsol_commands.h ril: Align to AOSP libril 2017-02-09 11:12:02 +00:00
RilSapSocket.cpp ril: Align to AOSP libril 2017-02-09 11:12:02 +00:00
RilSapSocket.h Fix memory leaks and use of uninitialized pointers. 2016-02-22 21:41:15 +01:00
RilSocket.cpp Introduction of the new SAP-UIM socket 2015-10-19 12:16:41 -07:00
RilSocket.h Properly export ril_ex.h 2016-09-12 13:49:06 -07:00
rilSocketQueue.h Introduction of the new SAP-UIM socket 2015-10-19 12:16:41 -07:00