Slava Monich 6b30a0ec0b [binder-ofono] Tweaked compilation warning binder_sms_on_sim
Replaced this warning in the release build:

src/binder_sms.c:1120:13: warning: unused variable 'ind_code' [-Wunused-variable]
     guint32 ind_code = self->interface_aidl == RADIO_MESSAGING_INTERFACE ?
             ^~~~~~~~

with this one (whichi appears in both release and debug builds):

src/binder_sms.c:1124:18: warning: comparison between 'RADIO_IND' {aka 'enum radio_ind'}
and 'enum radio_messaging_ind' [-Wenum-compare]
             code == RADIO_MESSAGING_IND_NEW_SMS_ON_SIM);
                  ^~

The enum-compare warning is at least useful because it reminds about
different enums being mixed up.
2024-11-15 15:13:17 +02:00
2024-09-26 21:30:31 +03:00
2022-05-08 04:19:03 +03:00

Binder based ofono plugin.

Integrates Sailfish OS fork of ofono with Android adaptations
which support IRadio family of binder interfaces.

This plugin is a replacement for ofono-ril-plugin.

For reliable startup, /etc/ofono/binder.conf has to list all
expected slots, for example:

  [Settings]
  ExpectSlots = slot1,slot2
Description
No description provided
Readme 956 KiB
Languages
C 98.4%
Makefile 1.5%
Shell 0.1%