arehbein has uploaded this change for review.
gm_12_21.h: Add cross-component parameter defaults (NSE timing)
These defaults are communicated via OML, but are also set as defaults in osmo-bsc and osmo-bts
Related: OS#5335
Change-Id: I51d1fd8b596523ae2ac8fb6a186ce7a702334c27
---
M include/osmocom/gsm/protocol/gsm_12_21.h
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/77/31877/1
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h
index 4fe90bd..af5df35 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -303,9 +303,19 @@
NM_PAR_N3101_DEFAULT = 10,
NM_PAR_N3103_DEFAULT = 4,
NM_PAR_N3105_DEFAULT = 8,
+ NM_PAR_TNS_BLOCK_DEFAULT = 3,
+ NM_PAR_TNS_BLOCK_RETRIES_DEFAULT = 3,
+ NM_PAR_TNS_RESET_DEFAULT = 3,
+ NM_PAR_TNS_RESET_RETRIES_DEFAULT = 3,
+ NM_PAR_TNS_TEST_DEFAULT = 30,
+ NM_PAR_TNS_ALIVE_RETRIES_DEFAULT = 10,
+ NM_PAR_TSNS_PROV_DEFAULT = 3,
/* TODO: Add more default values to unify defaults across components (e.g. Ny1) */
};
+/* Constant per 3GPP TS 48.016 v16, Table 11.1 */
+#define NM_PAR_TNS_ALIVE 3
+
/*! OML Probable Cause (Section 9.4.43) Manufacturer specific values */
enum abis_mm_event_causes {
/* Critical causes */
To view, visit change 31877. To unsubscribe, or for help writing mail filters, visit settings.