From bc6199ff495534d2ffb14ee7a5ad7fb700052b24 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 10 May 2018 19:38:18 +0200 Subject: bts: Fix TC_rll_rel_req() The test case was broken (c/r bit), the BTS operated correctly. Change-Id: I07285aa715fa218c62b9fd2d81c88e73a4117f08 --- bts/BTS_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 69f7b575..49bf45e3 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -3373,7 +3373,7 @@ private function f_TC_rll_rel_req(charstring id) runs on ConnHdlr { RSL.send(ts_RSL_REL_REQ(g_chan_nr, tc.link_id, RSL_REL_MODE_NORMAL)); /* ... and expect the DISC on the Um side */ alt { - [] as_l1_exp_lapdm(tr_LAPDm_DISC(tc.sapi, cr_MO_CMD, true)) { + [] as_l1_exp_lapdm(tr_LAPDm_DISC(tc.sapi, cr_MT_CMD, true)) { /* FIXME: send a UA in resposne to the DISC */ } } -- cgit v1.2.3