This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
srs_andre gerrit-no-reply at lists.osmocom.orgsrs_andre has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22597 )
Change subject: srsepc.conf.tmpl: double value of T3413 (paging timer)
......................................................................
srsepc.conf.tmpl: double value of T3413 (paging timer)
we've already incrased the t3413 value in 9c7fd618d226dc532b9408c329cfc2380de4850a
but realized it may still be too low in some cases.
we set it to 12s now.
Change-Id: I9c3c59c0ff8f539a44b420f8ba31eea016c211ce
---
M src/osmo_gsm_tester/templates/srsepc.conf.tmpl
M sysmocom/suites/4g/rrc_idle_mt_ping.py
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/97/22597/1
diff --git a/src/osmo_gsm_tester/templates/srsepc.conf.tmpl b/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
index 62f9977..d6ecaec 100644
--- a/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
@@ -31,7 +31,7 @@
dns_addr = 8.8.8.8
encryption_algo = EEA0
integrity_algo = EIA1
-paging_timer = 6
+paging_timer = 12
#####################################################################
# HSS configuration
diff --git a/sysmocom/suites/4g/rrc_idle_mt_ping.py b/sysmocom/suites/4g/rrc_idle_mt_ping.py
index bdebb26..3360dba 100755
--- a/sysmocom/suites/4g/rrc_idle_mt_ping.py
+++ b/sysmocom/suites/4g/rrc_idle_mt_ping.py
@@ -26,8 +26,8 @@
# Wait a bit
sleep(5)
-# Generate MT traffic, send single ping
-proc = epc.prepare_process('ping', ('ping', '-c', '1', ue.get_assigned_addr()))
+# Generate MT traffic, send single ping (10s timeout)
+proc = epc.prepare_process('ping', ('ping', '-w', '10', '-c', '1', ue.get_assigned_addr()))
proc.launch_sync()
output = proc.get_stdout()
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22597
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I9c3c59c0ff8f539a44b420f8ba31eea016c211ce
Gerrit-Change-Number: 22597
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/ab3f6dac/attachment.htm>