Slava Monich 8287ee7558 [ofono-binder] Fix compilation issues
src/binder_voicecall.c: In function 'binder_voicecall_list_find_call_with_id':
src/binder_voicecall.c:377:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
     for (GSList* l = list; l; l = l->next) {
     ^

src/binder_voicecall.c: In function 'binder_voicecall_merge_call_lists':
src/binder_voicecall.c:403:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
     for (GSList* l = self->calls; l; l = l->next) {
     ^

src/binder_voicecall.c: In function 'binder_voicecall_call_state_changed_event':
src/binder_voicecall.c:1386:13: warning: unused variable 'ind_code' [-Wunused-variable]
     guint32 ind_code = self->interface_aidl == RADIO_VOICE_INTERFACE ?
             ^
2024-11-15 05:52:01 +02:00
2024-09-26 21:30:31 +03:00
2024-11-15 05:52:01 +02: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%