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/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Jun 25 08:18:30 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified



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: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210625/93b4ae00/attachment.htm>


More information about the gerrit-log mailing list