Change in osmo-ttcn3-hacks[master]: bsc: Reduce TC_bssap_rlsd_does_not_cause_bssmap_reset to 4 lchan

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jun 11 15:59:44 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9547


Change subject: bsc: Reduce TC_bssap_rlsd_does_not_cause_bssmap_reset to 4 lchan
......................................................................

bsc: Reduce TC_bssap_rlsd_does_not_cause_bssmap_reset to 4 lchan

This test establishes an SDCCH for each iteration.  However,
* due to OS#3333, osmo-bsc is currently not properly releasing those
  lchan's,
* due to OS#3222, we furthermore don't allocate "larger" channels like TCH

and as a result on a combined CCCH system we only have 4 SDCCH, which
is less than the 8 that we try to use here.

Change-Id: I0f7fff54248a505387bdfe105259e8ad10ce6c77
Related: OS#3333
Related: OS#3332
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/47/9547/1

diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 2477539..9c0ec62 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2046,7 +2046,7 @@
 	/* Setup up a number of connections and RLSD them again from the MSC
 	 * side. In the buggy behavior, the fourth one triggers BSSMAP Reset.
 	 * Let's do it some more times for good measure. */
-	for (i := 0; i < 8; i := i+1) {
+	for (i := 0; i < 4; i := i+1) {
 		/* Since we're doing a lot of runs, give each one a fresh
 		 * T_guard from the top. */
 		T_guard.start;

-- 
To view, visit https://gerrit.osmocom.org/9547
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f7fff54248a505387bdfe105259e8ad10ce6c77
Gerrit-Change-Number: 9547
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180611/d3d321c6/attachment.htm>


More information about the gerrit-log mailing list