Change in osmo-gsm-tester[master]: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

2020-06-10 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625 )

Change subject: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s
..

srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

the default value of 60s is too long to trigger errors in the handling
of this timer. So a 5s timer is more likely to reveal potential issues
during the test execution

Change-Id: Id7a6739487c7875c4f26a47d05978c9ea9f33873
---
M src/osmo_gsm_tester/templates/srsenb.conf.tmpl
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl 
b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index b3efd22..e0c54a1 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -274,7 +274,7 @@
 #pregenerate_signals  = false
 #tx_amplitude = 0.6
 #link_failure_nof_err = 50
-#rrc_inactivity_timer = 6
+rrc_inactivity_timer = 5000
 #max_prach_offset_us  = 30
 #eea_pref_list = EEA0, EEA2, EEA1
 #eia_pref_list = EIA2, EIA1, EIA0

--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625
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: Id7a6739487c7875c4f26a47d05978c9ea9f33873
Gerrit-Change-Number: 18625
Gerrit-PatchSet: 3
Gerrit-Owner: srs_andre 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


Change in osmo-gsm-tester[master]: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

2020-06-02 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625 )

Change subject: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625
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: Id7a6739487c7875c4f26a47d05978c9ea9f33873
Gerrit-Change-Number: 18625
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin 
Gerrit-Comment-Date: Tue, 02 Jun 2020 08:23:34 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-gsm-tester[master]: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

2020-06-01 Thread srs_andre
srs_andre has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625 )


Change subject: srsenb.conf.tmpl: reduce RRC inactivity timer to 5s
..

srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

the default value of 60s is too long to trigger errors in the handling
of this timer. So a 5s timer is more likely to reveal potential issues
during the test execution

Change-Id: Id7a6739487c7875c4f26a47d05978c9ea9f33873
---
M src/osmo_gsm_tester/templates/srsenb.conf.tmpl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/25/18625/1

diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl 
b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index 4ff5ee8..295b8d2 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -274,7 +274,7 @@
 #pregenerate_signals  = false
 #tx_amplitude = 0.6
 #link_failure_nof_err = 50
-#rrc_inactivity_timer = 6
+rrc_inactivity_timer = 5000
 #max_prach_offset_us  = 30
 #eea_pref_list = EEA0, EEA2, EEA1
 #eia_pref_list = EIA2, EIA1, EIA0

--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/18625
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: Id7a6739487c7875c4f26a47d05978c9ea9f33873
Gerrit-Change-Number: 18625
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre 
Gerrit-MessageType: newchange