[MERGED] osmo-ttcn3-hacks[master]: bts: f_rsl_transceive: Add altsteps for sacch/facch/meas_rep

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 Mar 12 17:37:45 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: bts: f_rsl_transceive: Add altsteps for sacch/facch/meas_rep
......................................................................


bts: f_rsl_transceive: Add altsteps for sacch/facch/meas_rep

It may be that during CHAN DEACT we still receive any of those messages,
which is not an error condition.  Let's activate the related altsteps.

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 7b6fc2f..80500f2 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -379,6 +379,9 @@
 		setverdict(fail, "Timeout expecting " & id);
 		self.stop;
 		}
+	[] as_l1_sacch();
+	[] as_meas_res();
+	[] as_l1_dcch();
 	[] RSL.receive {
 		setverdict(fail, "Unexpected RSL message received");
 		}

-- 
To view, visit https://gerrit.osmocom.org/7246
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic27b28ead3fc4bff82655d0e8d88fda01b71eca7
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list