arehbein has uploaded this change for review.

View Change

Include constants for cross component defaults (NSE timing)

Required change (libosmocore): I51d1fd8b596523ae2ac8fb6a186ce7a702334c27

Related: OS#5335
Change-Id: I7728df6e2ed10aa27cc06edff42aefc42ea25f6f
---
M src/common/bts.c
1 file changed, 22 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/84/31884/1
diff --git a/src/common/bts.c b/src/common/bts.c
index f1ece5a..e05f756 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -149,7 +149,16 @@
{}
};

-static const uint8_t bts_nse_timer_default[] = { 3, 3, 3, 3, 30, 3, 10 };
+static const uint8_t bts_nse_timer_default[] = {
+ NM_PAR_TNS_BLOCK_DEFAULT,
+ NM_PAR_TNS_BLOCK_RETRIES_DEFAULT,
+ NM_PAR_TNS_RESET_DEFAULT,
+ NM_PAR_TNS_RESET_RETRIES_DEFAULT,
+ NM_PAR_TNS_TEST_DEFAULT,
+ NM_PAR_TNS_ALIVE_RETRIES_DEFAULT,
+ NM_PAR_TSNS_PROV_DEFAULT
+};
+
static const uint8_t bts_cell_timer_default[] =
{ 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 };
static const struct gprs_rlc_cfg rlc_cfg_default = {

To view, visit change 31884. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I7728df6e2ed10aa27cc06edff42aefc42ea25f6f
Gerrit-Change-Number: 31884
Gerrit-PatchSet: 1
Gerrit-Owner: arehbein <arehbein@sysmocom.de>
Gerrit-MessageType: newchange