aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15sms: new methods to handle multipart messagesAleksander Morgado
2012-03-15sms-part: new method to check if the part is from a multipart messageAleksander Morgado
2012-03-15api,dbus: just notify SMS object paths, not their propertiesAleksander Morgado
When notifying added or completed SMS objects, don't return their properties as they can be retrieved by looking at the specific objects in DBus.
2012-03-15broadband-modem: default implementation of SMS part list loadingAleksander Morgado
2012-03-15iface-modem-messaging: load initial list of SMS partsAleksander Morgado
2012-03-15broadband-modem: default implementation of SMS format settingAleksander Morgado
2012-03-15iface-modem-messaging: allow configuring preferred SMS formatAleksander Morgado
2012-03-15broadband-modem: override the SMS list propertyAleksander Morgado
2012-03-15iface-modem-messaging: new property to handle the list of SMS objectsAleksander Morgado
2012-03-15sms-list: new object to handle SMS objects and SMS partsAleksander Morgado
2012-03-15sms: new object to handle single-part and multi-part messagesAleksander Morgado
2012-03-15sms-part: new struct to handle parsed SMS partsAleksander Morgado
2012-03-15api,header: include default DBus path prefix for SMS objectsAleksander Morgado
2012-03-15libmm-common: include gdbus-codegen generated SMS-related sourcesAleksander Morgado
2012-03-15modem-helpers: new CMGF format query result parserAleksander Morgado
2012-03-15broadband-modem: implement default messaging support checkAleksander Morgado
We'll just: * Report unsupported on CDMA-only modems. * Check if AT+CNMI=? replies correctly, and if so, assume SMS-based messaging is supported.
2012-03-15iface-modem-messaging: check if modem has messaging capabilitiesAleksander Morgado
The interface won't be exported if the given check fails.
2012-03-15broadband-modem: implement the Messaging interfaceAleksander Morgado
2012-03-15iface-modem-messaging: new interface to handle the Messaging DBus interfaceAleksander Morgado
2012-03-15broadband-bearer: fix default implementations of connect_3gpp() and ↵Aleksander Morgado
connect_cdma() These implementations must not update neither port nor connection_type, as these items are specific of the MMBroadbandBearer object, and hence not available by subclasses.
2012-03-15iface-modem-3gpp: update access tech and location even if registration ↵Aleksander Morgado
didn't change
2012-03-15api,dbus: don't allow for an SMS object to delete itselfAleksander Morgado
Managing existence of the SMS objects better done only via the Messaging interface.
2012-03-15sim: avoid passing source of the async object in finishAleksander Morgado
2012-03-15broadband-modem: if failed to initialize an optional interface, shut it downAleksander Morgado
2012-03-15cli: fail if requesting location actions and modem doesn't handle locationsAleksander Morgado
2012-03-15cli: fail if requesting CDMA actions and modem is not CDMAAleksander Morgado
2012-03-15cli: include 3GPP-USSD specific actionsAleksander Morgado
2012-03-15cli: fail if requesting 3GPP actions and modem is not 3GPPAleksander Morgado
2012-03-15libmm-glib: handle the 3GPP/USSD interfaceAleksander Morgado
2012-03-15broadband-modem: implement USSD cancellationAleksander Morgado
2012-03-15broadband-modem: implement USSD command sendingAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: allow error reporting in encode/decodeAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: handle USSD session initiate/respond/cancelAleksander Morgado
2012-03-15broadband-modem: implement default handling of USSD URCsAleksander Morgado
2012-03-15broadband-modem: implement default USSD encode/decodeAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: allow subclassing encode/decodeAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: allow setting properties from implementationsAleksander Morgado
2012-03-15api,dbus: USSD session state is given as a `MMModem3gppUssdSessionState'Aleksander Morgado
2012-03-15broadband-modem: implement generic URC setup/cleanupAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: implement logic to setup/cleanup URC message handlersAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: set initial property defaultsAleksander Morgado
2012-03-15api,header: new `MM_MODEM_3GPP_USSD_SESSION_STATE_UNKNOWN'Aleksander Morgado
To be set when USSD is not enabled.
2012-03-15base-modem: initially set the unsolicited CUSD handler with NULL callbackAleksander Morgado
2012-03-15modem-helpers: new method to get common CUSD regexAleksander Morgado
2012-03-15broadband-modem: default URC enabling/disabling implementationAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: implement logic to enable/disable URCsAleksander Morgado
2012-03-15broadband-modem: implement generic USSD support checkAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: check if USSD supportedAleksander Morgado
2012-03-15broadband-modem: implement the 3GPP/USSD interfaceAleksander Morgado
2012-03-15iface-modem-3gpp-ussd: new interface for USSD related actionsAleksander Morgado