Change in osmo-bsc[master]: Lb: add missing X12 timer configurability

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/.

neels gerrit-no-reply at lists.osmocom.org
Tue Apr 27 15:34:53 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/23914 )


Change subject: Lb: add missing X12 timer configurability
......................................................................

Lb: add missing X12 timer configurability

While adding timers for Channel Mode Modify, I notice that X12 is
used in lcs_ta_req.c, but missing in net_init.c. Add it so that it is
exposed on the VTY configuration.

Change-Id: I19540f64de4937b39963bb66bebb1b5d433c2be2
---
M src/osmo-bsc/net_init.c
M tests/timer.vty
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/14/23914/1

diff --git a/src/osmo-bsc/net_init.c b/src/osmo-bsc/net_init.c
index 6cbb40c..478c62f 100644
--- a/src/osmo-bsc/net_init.c
+++ b/src/osmo-bsc/net_init.c
@@ -53,6 +53,7 @@
 	{ .T=-9, .default_val=5, .desc="Timeout for availability of MGW endpoint" },
 	{ .T=-10, .default_val=5, .desc="Timeout for fully configured MGW endpoint" },
 	{ .T=-11, .default_val=5, .desc="Timeout for Perform Location Response from SMLC" },
+	{ .T=-12, .default_val=5, .desc="Timeout for obtaining TA after BSSLAP TA Request" },
 	{ .T=-3111, .default_val=4, .desc="Wait time after lchan was released in error (should be T3111 + 2s)" },
 	{ .T=-3210, .default_val=20, .desc="After L3 Complete, wait for MSC to confirm" },
 	{}
diff --git a/tests/timer.vty b/tests/timer.vty
index 6c26681..4b9ddbb 100644
--- a/tests/timer.vty
+++ b/tests/timer.vty
@@ -26,6 +26,7 @@
 net: X9 = 5 s	Timeout for availability of MGW endpoint (default: 5 s)
 net: X10 = 5 s	Timeout for fully configured MGW endpoint (default: 5 s)
 net: X11 = 5 s	Timeout for Perform Location Response from SMLC (default: 5 s)
+net: X12 = 5 s	Timeout for obtaining TA after BSSLAP TA Request (default: 5 s)
 net: X3111 = 4 s	Wait time after lchan was released in error (should be T3111 + 2s) (default: 4 s)
 net: X3210 = 20 s	After L3 Complete, wait for MSC to confirm (default: 20 s)
 mgw: X2427 = 5 s	timeout for MGCP response from MGW (default: 5 s)
@@ -72,6 +73,7 @@
 net: X9 = 5 s	Timeout for availability of MGW endpoint (default: 5 s)
 net: X10 = 5 s	Timeout for fully configured MGW endpoint (default: 5 s)
 net: X11 = 5 s	Timeout for Perform Location Response from SMLC (default: 5 s)
+net: X12 = 5 s	Timeout for obtaining TA after BSSLAP TA Request (default: 5 s)
 net: X3111 = 4 s	Wait time after lchan was released in error (should be T3111 + 2s) (default: 4 s)
 net: X3210 = 20 s	After L3 Complete, wait for MSC to confirm (default: 20 s)
 mgw: X2427 = 5 s	timeout for MGCP response from MGW (default: 5 s)

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/23914
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I19540f64de4937b39963bb66bebb1b5d433c2be2
Gerrit-Change-Number: 23914
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210427/7d5898de/attachment.htm>


More information about the gerrit-log mailing list