summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-simple.c
Commit message (Expand)AuthorAgeFilesLines
* cli: context: add ':' to the section titlesAleksander Morgado2020-03-211-1/+1
* cli: fix warnings with -WshadowAleksander Morgado2020-01-311-2/+2
* cli,simple: remove redundant --simple-status actionAleksander Morgado2018-11-261-167/+1
* 3gpp: update registration state enumeration with CSFB related statesAleksander Morgado2016-10-121-4/+10
* license: mmcli is GPLv2+, not GPLv3+Aleksander Morgado2015-12-071-1/+1
* cli: consistently use spaces for indentationBen Chan2014-05-201-8/+8
* iface-modem-3gpp: add SubscriptionState propertyThieu Le2013-10-091-3/+12
* api,instrospection: rename 'Bands' to 'CurrentBands'Aleksander Morgado2013-06-051-1/+1
* libmm-glib: remove the `libmm-common.h' headerAleksander Morgado2012-10-041-0/+1
* cli: allow modifying default DBus timeout with `--timeout'Aleksander Morgado2012-07-251-0/+8
* mmcli: abort certain operations if modem is unlockedAleksander Morgado2012-03-261-4/+5
* mmcli: ensure the modem exports the Simple interface before trying to use itAleksander Morgado2012-03-261-0/+14
* libmm-common: `MMSimpleStatus' won't be considered internal any moreAleksander Morgado2012-03-161-19/+18
* libmm-common: `MMSimpleConnectProperties' won't be considered internal any moreAleksander Morgado2012-03-161-2/+2
* cli: ensure EOL is added at every error messageAleksander Morgado2012-03-151-1/+1
* cli: use new enums/flags string getters/buildersAleksander Morgado2012-03-151-6/+6
* cli: print properties only if registered in the specific network(s)Aleksander Morgado2012-03-151-39/+53
* cli: include CDMA-specific properties in the simple status reportAleksander Morgado2012-03-151-5/+33
* libmm-glib: prefix with '3gpp' the 3GPP-specific simple status propertiesAleksander Morgado2012-03-151-3/+3
* cli: implement `--simple-status'Aleksander Morgado2012-03-151-2/+112
* cli: new `simple-disconnect' commandAleksander Morgado2012-03-151-2/+61
* cli: use the new properties handler object in simple Connect()Aleksander Morgado2012-03-151-119/+11
* api: MMModemBand is now an enum, not flagsAleksander Morgado2012-03-151-2/+4
* cli: implement actions from the Simple interfaceAleksander Morgado2012-03-151-0/+319