[PATCH] osmo-ttcn3-hacks[master]: msc: Don't explicitly enable TMSI allocation

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jan 27 11:46:17 UTC 2018


Review at  https://gerrit.osmocom.org/6126

msc: Don't explicitly enable TMSI allocation

f_init() already enables TMSI allocation, no need to re-do that.
Only tests *without* TMSI allocation must explicitly change this config.

Change-Id: I123b44b36c3ed7e6bc0347d9703b8bd6288ba060
---
M msc_tests/MSC_Tests.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)


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

diff --git a/msc_tests/MSC_Tests.ttcn b/msc_tests/MSC_Tests.ttcn
index 94e5822..8512d3e 100644
--- a/msc_tests/MSC_Tests.ttcn
+++ b/msc_tests/MSC_Tests.ttcn
@@ -1061,7 +1061,6 @@
 	var BSC_ConnHdlr vc_conn;
 	f_init();
 	f_vty_config(MSCVTY, "network", "authentication required");
-	f_vty_config(MSCVTY, "msc", "assign-tmsi");
 
 	vc_conn := f_start_handler(refers(f_tc_lu_auth_2G_fail), testcasename(), 23);
 	vc_conn.done;
@@ -1075,7 +1074,6 @@
 	var BSC_ConnHdlr vc_conn;
 	f_init();
 	f_vty_config(MSCVTY, "network", "authentication required");
-	f_vty_config(MSCVTY, "msc", "assign-tmsi");
 	f_vty_config(MSCVTY, "network", "encryption a5 1 3");
 
 	vc_conn := f_start_handler(refers(f_tc_lu_imsi_auth_tmsi_encr_13_13), testcasename(), 24);

-- 
To view, visit https://gerrit.osmocom.org/6126
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I123b44b36c3ed7e6bc0347d9703b8bd6288ba060
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list