Change in osmo-ttcn3-hacks[master]: SGSN: fix using non-existing VTY command for encryption

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

fixeria gerrit-no-reply at lists.osmocom.org
Sun Jul 4 00:06:18 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24836 )

Change subject: SGSN: fix using non-existing VTY command for encryption
......................................................................

SGSN: fix using non-existing VTY command for encryption

Change-Id: I366ccd5a562c86e6df79bbc200fb46d1aef69b39
Fixes: [1] Iad65cbf9840aa883cb34e53554b94a4142c82638
Related: SYS#5324
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 0047ba8..2461962 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -2905,7 +2905,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 	f_sleep(1.0);
-	f_vty_config(SGSNVTY, "sgsn", "encryption GEA0 GEA3 GEA4");
+	f_vty_config(SGSNVTY, "sgsn", "encryption gea 0 3 4");
 	vc_conn := f_start_handler(refers(f_TC_attach_usim_a54_a54), testcasename(), g_gb, 40);
 	vc_conn.done;
 	f_cleanup();
@@ -2915,7 +2915,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 	f_sleep(1.0);
-	f_vty_config(SGSNVTY, "sgsn", "encryption GEA0 GEA3 GEA4");
+	f_vty_config(SGSNVTY, "sgsn", "encryption gea 0 3 4");
 	vc_conn := f_start_handler(refers(f_TC_attach_usim_a54_a53), testcasename(), g_gb, 40);
 	vc_conn.done;
 	f_cleanup();
@@ -2925,7 +2925,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 	f_sleep(1.0);
-	f_vty_config(SGSNVTY, "sgsn", "encryption GEA0 GEA3");
+	f_vty_config(SGSNVTY, "sgsn", "encryption gea 0 3");
 	vc_conn := f_start_handler(refers(f_TC_attach_usim_a53_a54), testcasename(), g_gb, 40);
 	vc_conn.done;
 	f_cleanup();
@@ -2935,7 +2935,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 	f_sleep(1.0);
-	f_vty_config(SGSNVTY, "sgsn", "encryption GEA0");
+	f_vty_config(SGSNVTY, "sgsn", "encryption gea 0");
 	vc_conn := f_start_handler(refers(f_TC_attach_usim_a50_a54), testcasename(), g_gb, 40);
 	vc_conn.done;
 	f_cleanup();
@@ -2945,7 +2945,7 @@
 	var BSSGP_ConnHdlr vc_conn;
 	f_init();
 	f_sleep(1.0);
-	f_vty_config(SGSNVTY, "sgsn", "encryption GEA0 GEA3 GEA4");
+	f_vty_config(SGSNVTY, "sgsn", "encryption gea 0 3 4");
 	vc_conn := f_start_handler(refers(f_TC_attach_usim_a54_a50), testcasename(), g_gb, 40);
 	vc_conn.done;
 	f_cleanup();

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I366ccd5a562c86e6df79bbc200fb46d1aef69b39
Gerrit-Change-Number: 24836
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210704/8a77b9db/attachment.htm>


More information about the gerrit-log mailing list