api,libmm-glib,cli: add command to disable facility lock
This commit is contained in:

committed by
Aleksander Morgado

parent
b1dde0aec3
commit
25ffe4211a
@@ -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
|
||||
|
Reference in New Issue
Block a user