From 25ffe4211afa37a68274535d64a12670fd5ceebc Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Fri, 11 Dec 2020 14:15:11 +0100 Subject: api,libmm-glib,cli: add command to disable facility lock --- cli/mmcli-completion | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/mmcli-completion') diff --git a/cli/mmcli-completion b/cli/mmcli-completion index c77b9fe3..33398949 100644 --- a/cli/mmcli-completion +++ b/cli/mmcli-completion @@ -70,6 +70,10 @@ _mmcli() COMPREPLY=( $(compgen -W "[response]" -- $cur) ) return 0 ;; + '--3gpp-disable-facility-lock') + COMPREPLY=( $(compgen -W "[FACILITY,CONTROL_KEY]" -- $cur) ) + return 0 + ;; '--cdma-activate') COMPREPLY=( $(compgen -W "[CARRIER]" -- $cur) ) return 0 -- cgit v1.2.3-70-g09d2