fixeria submitted this change.
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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]
To view, visit change 39852. To unsubscribe, or for help writing mail filters, visit settings.