ofono: implement USSD interface

all the information for ofono USSD iface comes from https://github.com/FuriLabs/ofono/blob/trixie/ofono/doc/supplementaryservices-api.txt
the introspect for gdbo bindings comes from gdbus introspect -x

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/742>
This commit is contained in:
Bardia Moshiri
2024-10-05 19:49:23 +00:00
committed by Marge Bot
parent c6f816687d
commit 524235b86c
4 changed files with 300 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
gnome = import('gnome')
dbus_interfaces = ['manager', 'modem', 'call']
dbus_interfaces = ['manager', 'modem', 'call', 'ussd']
gdbofono_src = []
gdbofono_headers = []