aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-messaging.c
AgeCommit message (Collapse)Author
2012-03-26mmcli: abort certain operations if modem is unlockedAleksander Morgado
Do not try to perform feature/capability specific actions if we're still unlocked, as the modem didn't yet export the feature/capability specific interface. The only interfaces expected while modem is unlocked are the Modem and Simple interfaces, as well as the SIM interface in the SIM object, of course.
2012-03-15api,dbus: remove the option to send the SMS in the Create() callAleksander Morgado
An SMS must be first created with the Messaging interface, and then sent using the Send() method from the SMS-specific interface.
2012-03-15cli: ensure EOL is added at every error messageAleksander Morgado
2012-03-15cli: added Messaging-specific actionsAleksander Morgado