fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/36/24836/1

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 <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to