summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19api,modem: new 'PrimaryPort' propertyAleksander Morgado1-2/+4
2012-10-15cli: avoid segfault when revision info is not givenAleksander Morgado1-2/+5
2012-10-05cli: include signal quality information in modem status infoAleksander Morgado1-2/+9
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-0/+1
2012-09-07cli: include both current and modem capabilities in modem reportAleksander Morgado1-4/+10
2012-08-24api,introspection: report list of drivers, not just oneAleksander Morgado1-2/+13
2012-07-25cli: get AT command timeout directly from our default operation timeoutAleksander Morgado1-9/+30
2012-07-25cli: allow modifying default DBus timeout with `--timeout'Aleksander Morgado1-0/+16
2012-07-25cli: fix showing CDMA related info in sync modeAleksander Morgado1-0/+1
2012-03-29mmcli: prefix all NMEA traces in order to get a pretty printAleksander Morgado1-40/+2
2012-03-16mmcli: print own numbers in modem infoAleksander Morgado1-0/+16
2012-03-16api: `UnlockRetries' will reply a list of per-lock retry countsAleksander Morgado1-21/+11
2012-03-16cli: print list of enabled facility locksAleksander Morgado1-0/+8
2012-03-16api,dbus: rename `AllowedBands' to just `Bands'Aleksander Morgado1-54/+50
2012-03-15api,dbus: new `Command' method in the API to send arbitrary AT commandsNathan Williams1-0/+67
2012-03-15cli: ensure EOL is added at every error messageAleksander Morgado1-2/+2
2012-03-15cli: use new enums/flags string getters/buildersAleksander Morgado1-15/+15
2012-03-15cli: print CDMA-related info from the modemAleksander Morgado1-0/+40
2012-03-15cli: report as 'none' when no SIM path is givenAleksander Morgado1-3/+3
2012-03-15cli: new `--set-allowed-bands'Aleksander Morgado1-1/+84
2012-03-15cli: new `--set-allowed-modes' and `--set-preferred-modes' actionsAleksander Morgado1-2/+126
2012-03-15cli: use the new properties handler object in bearerAleksander Morgado1-128/+22
2012-03-15cli: print supported/allowed bands in modem infoAleksander Morgado1-0/+23
2012-03-15cli: implement SIM related actionsAleksander Morgado1-38/+24
2012-03-15cli: include 3GPP related stuff when printing modem infoAleksander Morgado1-0/+19
2012-03-15cli: don't recheck group options if already doneAleksander Morgado1-1/+6
2012-03-15cli: specify common options in a new groupAleksander Morgado1-8/+5
2012-03-15cli: add debug logs when parsing properties to create a bearerAleksander Morgado1-10/+16
2012-03-15cli: allow passing the new 'allow-roaming' in the bearer creation stringAleksander Morgado1-15/+36
2012-03-15cli: on modem actions creating/listing bearers, just print bearer pathAleksander Morgado1-74/+4
2012-03-15cli: report access technologies in use by the modemAleksander Morgado1-3/+15
2012-03-15cli: always keep a MMManager aroundAleksander Morgado1-4/+7
2012-03-15cli: default to showing modem info if no action specifiedAleksander Morgado1-8/+9
2012-03-15cli: implement bearer creating and listing based on the new MMBearerAleksander Morgado1-24/+102
2012-03-15cli: implement bearer creation, deletion and listingAleksander Morgado1-0/+281
2012-03-15cli: enable printing modem infoAleksander Morgado1-187/+142
2012-03-15cli: allow option groups to force async/sync operationsAleksander Morgado1-14/+10
2012-03-15cli: use the new libmm-glib API fixesAleksander Morgado1-81/+33
2012-03-15cli: fix sync operations, initialize contextAleksander Morgado1-0/+2
2012-03-15cli: logging improvementsAleksander Morgado1-0/+8
2012-03-15cli: start to port Modem actions to use the new libmm-glibAleksander Morgado1-392/+360
2012-03-15cli: add command to reset the modem to factory stateAleksander Morgado1-3/+56
2012-03-15cli: add command to reset the modemAleksander Morgado1-1/+55
2012-03-15cli: use new modem enabling and disabling APIAleksander Morgado1-15/+9
2012-03-15cli: add commands to enable and disable the modemAleksander Morgado1-1/+113
2012-03-15cli: add command to monitor modem stateAleksander Morgado1-4/+58
2012-03-15cli: include status information properties in the info command outputAleksander Morgado1-1/+101
2012-03-15cli: include system information properties in the info command outputAleksander Morgado1-1/+30
2012-03-15cli: handle multiline revision stringsAleksander Morgado1-1/+45
2012-03-15cli: add commands to get info from modemAleksander Morgado1-0/+243