Change in osmo-ttcn3-hacks[master]: BTS: fix latest: ignore mismatching messages in as_rsl_init_guard()

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

fixeria gerrit-no-reply at lists.osmocom.org
Wed Jun 10 07:25:01 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18753 )


Change subject: BTS: fix latest: ignore mismatching messages in as_rsl_init_guard()
......................................................................

BTS: fix latest: ignore mismatching messages in as_rsl_init_guard()

Another surprise from the latest osmo-bts release: it may send us
CCCH LOAD INDication message during the RSL bring up. Ignore it.

Change-Id: Iab22b620a5f7b07fe03c1b13bebef2931d14879d
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 012327e..b098fc6 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -188,6 +188,8 @@
 		Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
 			"Timeout waiting for RSL bring up");
 		}
+	/* osmo-bts may send us CCCH LOAD INDication or whatever else */
+	[] RSL_CCHAN.receive(ASP_RSL_Unitdata:?) { repeat; }
 }
 
 function f_init_rsl(charstring id) runs on test_CT {

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iab22b620a5f7b07fe03c1b13bebef2931d14879d
Gerrit-Change-Number: 18753
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200610/bf0a986f/attachment.htm>


More information about the gerrit-log mailing list