android_device_samsung_msm8.../ril/libril
Kevin F. Haggerty 8c30fb5d12 msm8974-common: libril: Fix SMS on certain variants
* Samsung added an int to the end of the RIL_SMS_Response
  struct in some of the variants (like vzw) but not all
* The presence of this field was discovered by examining
  the stock RIL.java, which conditionally read an extra
  int from the parcel, based on the device specific
  CscFeature_RIL_SmsErrorClassRetry feature
* This causes SMS messages to show as "failed to send"
  in the app, when they actually suceeded in sending
* Allow Samsung's custom struct and AOSP's to fix it

* Forward port to ril-caf on lineage-15.1

Change-Id: I6b3e545c2c42ab2de2ac11e93dfdf9546248080a
2018-02-06 04:24:32 +00:00
..
Android.mk msm8974-common: ril: Makefile maintenance 2018-02-06 04:22:25 +00:00
MODULE_LICENSE_APACHE2 msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
NOTICE msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril.cpp msm8974-common: libril: Add Samsung changes 2018-02-06 04:24:06 +00:00
ril_commands.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril_event.cpp msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril_event.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril_internal.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril_service.cpp msm8974-common: libril: Fix SMS on certain variants 2018-02-06 04:24:32 +00:00
ril_service.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
ril_unsol_commands.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
RilSapSocket.cpp msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
RilSapSocket.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
RilSocket.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
rilSocketQueue.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
sap_service.cpp msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00
sap_service.h msm8974-common: ril: Import libril from hardware/ril-caf 2018-02-06 04:22:04 +00:00