summaryrefslogtreecommitdiff
path: root/cli/mmcli.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04cli: new `--firmware-list' and `--firmware-select' actionsAleksander Morgado1-0/+8
2012-07-25cli: allow modifying default DBus timeout with `--timeout'Aleksander Morgado1-3/+4
By default 30s will be used for every operation.
2012-03-16mmcli: new Time-specific actionsAleksander Morgado1-0/+8
2012-03-15cli: added Messaging-specific actionsAleksander Morgado1-0/+8
2012-03-15cli: added SMS-specific actionsAleksander Morgado1-0/+8
2012-03-15cli: include Location-related actionsAleksander Morgado1-0/+8
2012-03-15cli: add CDMA-related option group, and enable activation requestAleksander Morgado1-0/+8
2012-03-15cli: implement actions from the Simple interfaceAleksander Morgado1-0/+8
2012-03-15cli: implement SIM related actionsAleksander Morgado1-0/+8
2012-03-15cli: implement 3GPP related actionsAleksander Morgado1-0/+8
2012-03-15cli: new Bearer related optionsAleksander Morgado1-0/+8
2012-03-15cli: allow option groups to force async/sync operationsAleksander Morgado1-1/+3
Some operations are clearly asynchronous (e.g. monitoring modem state), while others are clearly synchronous (e.g. printing modem info). So just allow option groups to force the operation to be async or sync based on the detected action.
2012-03-15cli: start to port Modem actions to use the new libmm-glibAleksander Morgado1-1/+1
2012-03-15cli: add commands to get info from modemAleksander Morgado1-0/+8
2012-03-15cli: port Manager actions to use the new libmm-glibAleksander Morgado1-1/+1
The original command line interface was written based on a hand-made libmm. This commit ports the Manager interface handling to the new gdbus-codegen-based libmm-glib.
2012-03-15cli: split into different option groups, in different filesAleksander Morgado1-0/+37