aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-04-29 13:23:07 +0200
committerlaforge <laforge@osmocom.org>2022-05-01 15:58:04 +0000
commitc81236c08f8df8edd10ca3216383cb00b5092ddd (patch)
tree9d55458e78cc607e80114f9b62752973b0ae63e2
parent7b4b464f91566162f90fd03cb6c7ee4fd3cb6f74 (diff)
cbc: Expect CBC to include Channel Indicator IE in CBSP KILL
This should be present for all KILL relating to CBS. Change-Id: Id9f280158a0370134ec4a4ca9a977d884670b27e Related: SYS#5906, OS#5540, OS#5541
-rw-r--r--cbc/CBC_Tests.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn
index 36fa55cd..e76e61ed 100644
--- a/cbc/CBC_Tests.ttcn
+++ b/cbc/CBC_Tests.ttcn
@@ -377,7 +377,8 @@ runs on test_CT {
f_ecbe_tx_delete_cbs(msg.msg_id);
/* FIXME: cbc segfaults if we terminate here (if we don't wait for Connect_result? */
- f_cbsp_handle_kill(0, msg.msg_id, msg.ser_nr, cell_list_success, cell_list_success);
+ f_cbsp_handle_kill(0, msg.msg_id, msg.ser_nr, exp_list:=cell_list_success, tx_list:=cell_list_success,
+ tx_fail_list:=omit, tx_compl_list:=omit, channel_ind:=msg.channel_ind);
f_ecbe_rx_resp(200);
}