fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39852?usp=email )
Change subject: s1gw: disable Nagle for eNB and MME connections ......................................................................
s1gw: disable Nagle for eNB and MME connections
Change-Id: Id89941659fd2763aad9262b05aa007370424f2c1 Related: SYS#7288 --- M s1gw/S1GW_Tests.default 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/52/39852/1
diff --git a/s1gw/S1GW_Tests.default b/s1gw/S1GW_Tests.default index 4ed872b..8f9cfdc 100644 --- a/s1gw/S1GW_Tests.default +++ b/s1gw/S1GW_Tests.default @@ -3,7 +3,8 @@ ConsoleMask := ERROR | WARNING | PARALLEL | VERDICTOP | USER;
[TESTPORT_PARAMETERS] - +*.S1AP_ENB.noDelay := "yes" // eNB: turn off Nagle +*.S1AP.noDelay := "yes" // MME: turn off Nagle
[MODULE_PARAMETERS]