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 <lafo...@gnumonks.org>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to