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
This commit is contained in:
Harald Welte 2018-03-10 23:01:33 +01:00
parent 5398d5e6f7
commit 3c0a0f8a40
1 changed files with 3 additions and 0 deletions

View File

@ -379,6 +379,9 @@ runs on ConnHdlr {
setverdict(fail, "Timeout expecting " & id);
self.stop;
}
[] as_l1_sacch();
[] as_meas_res();
[] as_l1_dcch();
[] RSL.receive {
setverdict(fail, "Unexpected RSL message received");
}