summaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-3gpp.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02api,3gpp: new 'SetPacketServiceState()' methodAleksander Morgado1-1/+85
2021-04-30mmcli,3gpp: common method to parse --disable-facility-lock input stringAleksander Morgado1-22/+36
2021-04-30api,libmm-glib,cli: add command to disable facility lockMichal Mazur1-2/+98
2021-03-24cli,3gpp-ussd: move actions to a separate source fileAleksander Morgado1-244/+20
2020-03-21cli: context: add ':' to the section titlesAleksander Morgado1-1/+1
2020-01-31cli: fix warnings with -WshadowAleksander Morgado1-3/+2
2018-12-07api,modem-3gpp: new 'SetInitialEpsBearerSettings' methodAleksander Morgado1-0/+76
2018-11-26cli: allow multiple output format typesAleksander Morgado1-57/+11
2018-01-20modem-3gpp: allow loading and changing EPS UE mode of operationAleksander Morgado1-0/+76
2016-09-28mmcli,ussd: don't rely on lock status to allow actionsAleksander Morgado1-2/+2
2015-12-07license: mmcli is GPLv2+, not GPLv3+Aleksander Morgado1-1/+1
2014-05-20cli: consistently use spaces for indentationBen Chan1-8/+8
2013-08-14cli: fix help message for --3gpp-ussd-respondBen Chan1-1/+1
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado1-0/+1
2012-07-25cli: allow modifying default DBus timeout with `--timeout'Aleksander Morgado1-0/+12
2012-07-25cli: ensure modem is enabled when performing actionsAleksander Morgado1-2/+2
2012-03-26mmcli: abort certain operations if modem is unlockedAleksander Morgado1-8/+20
2012-03-15cli: ensure EOL is added at every error messageAleksander Morgado1-2/+2
2012-03-15cli: include 3GPP-USSD specific actionsAleksander Morgado1-2/+224
2012-03-15cli: fail if requesting 3GPP actions and modem is not 3GPPAleksander Morgado1-0/+14
2012-03-15cli: use new enums/flags string getters/buildersAleksander Morgado1-2/+2
2012-03-15cli: split the command to register in a 3GPP networkAleksander Morgado1-12/+19
2012-03-15cli: use g_list_free_full() when possibleAleksander Morgado1-2/+1
2012-03-15cli: implement 3GPP related actionsAleksander Morgado1-0/+298