Change in osmo-bsc[master]: vty: allow 5 encryption algo entries

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Wed Jun 23 22:10:02 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24762 )


Change subject: vty: allow 5 encryption algo entries
......................................................................

vty: allow 5 encryption algo entries

follow-up to
0256c891878be531c24aa0c62e7c56ef8d71ab65
Icac06ed554fd61bf7c4bfb1d5c3739a01f2915a4

Previous patch increased the range, but let's also allow one more
argument so that the A5 mask can be fully enabled.

Change-Id: Ie8cd753e4425d7d51397e4dddc24108fa0392de4
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/62/24762/1

diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index 1ec34bc..8ba55e6 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -6777,12 +6777,13 @@
 DEFUN_USRATTR(cfg_net_encryption,
 	      cfg_net_encryption_cmd,
 	      X(BSC_VTY_ATTR_NEW_LCHAN),
-	      "encryption a5 <0-4> [<0-4>] [<0-4>] [<0-4>]",
+	      "encryption a5 <0-4> [<0-4>] [<0-4>] [<0-4>] [<0-4>]",
 	      "Encryption options\n"
 	      "GSM A5 Air Interface Encryption\n"
 	      "A5/n Algorithm Number\n"
 	      "A5/n Algorithm Number\n"
 	      "A5/n Algorithm Number\n"
+	      "A5/n Algorithm Number\n"
 	      "A5/n Algorithm Number\n")
 {
 	struct gsm_network *gsmnet = gsmnet_from_vty(vty);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/24762
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie8cd753e4425d7d51397e4dddc24108fa0392de4
Gerrit-Change-Number: 24762
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210623/bae6d059/attachment.htm>


More information about the gerrit-log mailing list