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
This commit is contained in:
Pau Espin 2024-01-16 17:54:51 +01:00
parent c13a4cda43
commit b1ce3ad159
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ private altstep as_GTP2C_CreateSession_success() runs on EPDG_ConnHdlr {
}
}
private function f_GTP2C_CreateSession_success() runs on EPDG_ConnHdlr {
f_gtp2_register_udmsg('20'O);
as_GTP2C_CreateSession_success();
}