From ddf78124f875db769b1945c5fb419e9e646a8f4b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 20 Jul 2017 11:46:36 +0200 Subject: remove timer section from osmo-{bts,bsc}.cfg.tmpl As described in https://osmocom.org/issues/2380 and related gerrit patch https://gerrit.osmocom.org/#/c/3306 the config files currently contain timers with a 'zero' value, leading to issues. The config file templates used in osmo-gsm-tester suffer actually from exactly the same issue: They basically contain values that were written back to the file based on the default initialization in libbsc, which unfortunately was zero in some cases. Let's remove those values, they are the (bad) default anyway. libbsc patches in the pipeline will introduce reasonable defaults and forbid the use of zero for timers. Change-Id: I8cde29a597a17c2659b3b87268be4b12975f4bef --- selftest/template_test.ok | 11 ----------- selftest/template_test/osmo-nitb.cfg.tmpl | 11 ----------- 2 files changed, 22 deletions(-) (limited to 'selftest') diff --git a/selftest/template_test.ok b/selftest/template_test.ok index 688361f..5af4b6a 100644 --- a/selftest/template_test.ok +++ b/selftest/template_test.ok @@ -35,17 +35,6 @@ network handover power budget interval 6 handover power budget hysteresis 3 handover maximum distance 9999 - timer t3101 10 - timer t3103 0 - timer t3105 0 - timer t3107 0 - timer t3109 4 - timer t3111 0 - timer t3113 60 - timer t3115 0 - timer t3117 0 - timer t3119 0 - timer t3141 0 bts 0 type val_type_bts0 band val_band_bts0 diff --git a/selftest/template_test/osmo-nitb.cfg.tmpl b/selftest/template_test/osmo-nitb.cfg.tmpl index 7a76878..200dfdc 100644 --- a/selftest/template_test/osmo-nitb.cfg.tmpl +++ b/selftest/template_test/osmo-nitb.cfg.tmpl @@ -35,17 +35,6 @@ network handover power budget interval 6 handover power budget hysteresis 3 handover maximum distance 9999 - timer t3101 10 - timer t3103 0 - timer t3105 0 - timer t3107 0 - timer t3109 4 - timer t3111 0 - timer t3113 60 - timer t3115 0 - timer t3117 0 - timer t3119 0 - timer t3141 0 smpp local-tcp-ip ${nitb.ip_address.addr} 2775 system-id test-nitb -- cgit v1.2.3