summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp-ussd.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-19core: add autoptr cleanup methods to all internal typesAleksander Morgado1-0/+1
2018-08-21iface-modem-3gpp-ussd: new helper to get current stateAleksander Morgado1-0/+2
2018-08-21iface-modem-3gpp-ussd: prefer 'events' naming to 'result codes'Aleksander Morgado1-38/+38
The 'result codes' naming is much more AT-protocol specific, 'events' is more generic.
2018-08-21iface-modem-3gpp,ussd: let send_finish() return a newly allocated stringAleksander Morgado1-3/+3
GTask integration will benefit from this change.
2014-02-13ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'Aleksander Morgado1-2/+0
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-1/+2
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli.
2012-03-16libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado1-1/+1
Renamed `MMCommonSimpleProperties' to `MMSimpleStatus', and removed the `MMSimpleStatusProperties' provided in libmm-glib. We'll just use the original one from libmm-common always.
2012-03-16iface-modem-3gpp-ussd: fix copyrightsAleksander Morgado1-0/+1
2012-03-15core: don't pass primary port to interface initializationsAleksander Morgado1-1/+0
They will all get it themselves.
2012-03-15iface-modem-3gpp-ussd: allow error reporting in encode/decodeAleksander Morgado1-4/+8
2012-03-15iface-modem-3gpp-ussd: handle USSD session initiate/respond/cancelAleksander Morgado1-0/+17
2012-03-15broadband-modem: implement default USSD encode/decodeAleksander Morgado1-0/+4
2012-03-15iface-modem-3gpp-ussd: allow subclassing encode/decodeAleksander Morgado1-0/+14
2012-03-15iface-modem-3gpp-ussd: allow setting properties from implementationsAleksander Morgado1-0/+8
2012-03-15iface-modem-3gpp-ussd: implement logic to setup/cleanup URC message handlersAleksander Morgado1-0/+16
2012-03-15iface-modem-3gpp-ussd: implement logic to enable/disable URCsAleksander Morgado1-0/+16
2012-03-15iface-modem-3gpp-ussd: check if USSD supportedAleksander Morgado1-0/+8
2012-03-15iface-modem-3gpp-ussd: new interface for USSD related actionsAleksander Morgado1-0/+73