aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-10 19:38:18 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-10 19:38:18 +0200
commitbc6199ff495534d2ffb14ee7a5ad7fb700052b24 (patch)
treeb0f9965b250fc623aefd5db40bed4867634f6207
parente613f96593f9a511001f27ad2ef4766ba34fb77b (diff)
bts: Fix TC_rll_rel_req()
The test case was broken (c/r bit), the BTS operated correctly. Change-Id: I07285aa715fa218c62b9fd2d81c88e73a4117f08
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
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 */
}
}