From 0256c891878be531c24aa0c62e7c56ef8d71ab65 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 8 Jun 2021 00:44:38 +0200 Subject: vty: allow A5/4 encryption in config Add A5/4 to the internal mask of allowed algorithms. (Not actually working yet, A5/4 implementation follows in other patches.) Related: SYS#5324 Change-Id: Icac06ed554fd61bf7c4bfb1d5c3739a01f2915a4 --- src/osmo-bsc/bsc_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c index 707d99c2a..071e8289d 100644 --- a/src/osmo-bsc/bsc_vty.c +++ b/src/osmo-bsc/bsc_vty.c @@ -6777,7 +6777,7 @@ DEFUN_USRATTR(cfg_net_mnc, DEFUN_USRATTR(cfg_net_encryption, cfg_net_encryption_cmd, X(BSC_VTY_ATTR_NEW_LCHAN), - "encryption a5 <0-3> [<0-3>] [<0-3>] [<0-3>]", + "encryption a5 <0-4> [<0-4>] [<0-4>] [<0-4>]", "Encryption options\n" "GSM A5 Air Interface Encryption\n" "A5/n Algorithm Number\n" -- cgit v1.2.3