android_device_samsung_msm8.../ril
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
..
include msm8974-common: libril: Fix SMS on certain variants 2018-02-06 04:24:32 +00:00
libril msm8974-common: libril: Fix SMS on certain variants 2018-02-06 04:24:32 +00:00
Android.mk msm8974-common: ril: Makefile maintenance 2018-02-06 04:22:25 +00:00