pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35593?usp=email )
Change subject: epdg: Remove unneeded register by message ......................................................................
epdg: Remove unneeded 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved daniel: Looks good to me, but someone else must approve
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(); }