pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35593?usp=email )
Change subject: epdg: Remove unneded register by message ......................................................................
epdg: Remove unneded register by message
Since recently GTP2 Emulation got improved routing, and it should simply match by the already registered imsi.
Change-Id: I410242d6597db10b97edf72b92e749db28520c39 --- M epdg/EPDG_Tests.ttcn 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/35593/1
diff --git a/epdg/EPDG_Tests.ttcn b/epdg/EPDG_Tests.ttcn index 60e0d1c..353c738 100644 --- a/epdg/EPDG_Tests.ttcn +++ b/epdg/EPDG_Tests.ttcn @@ -440,7 +440,6 @@ } } private function f_GTP2C_CreateSession_success() runs on EPDG_ConnHdlr { - f_gtp2_register_udmsg('20'O); as_GTP2C_CreateSession_success(); }