laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27983
)
Change subject: cbc: Expect CBC to include Channel Indicator IE in CBSP KILL
......................................................................
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
---
M cbc/CBC_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/cbc/CBC_Tests.ttcn b/cbc/CBC_Tests.ttcn
index 36fa55c..e76e61e 100644
--- a/cbc/CBC_Tests.ttcn
+++ b/cbc/CBC_Tests.ttcn
@@ -377,7 +377,8 @@
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);
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27983
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id9f280158a0370134ec4a4ca9a977d884670b27e
Gerrit-Change-Number: 27983
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged