aboutsummaryrefslogtreecommitdiffstats
path: root/msc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-06-21 18:21:25 +0200
committerOliver Smith <osmith@sysmocom.de>2023-06-21 18:21:25 +0200
commitf89620db2676ef0d4b68075f019ae0958d2ec37e (patch)
treec8df93c354d725a4b3431707a95ee1284423e4bd /msc
parent7d187ae98ebe8907f196bc60e80cdbfdec159fb9 (diff)
msc: BSC_ConnectionHandler: fix cpars.csd
Fix for: BSC_ConnectionHandler.ttcn:1546 Dynamic test case error: Using the value of an unbound boolean variable. Fixes: 92b280c8 ("msc: new test: TC_lu_and_mo_csd") Change-Id: I733db4dbc3ba3dd52ba501901b8b0ed36ff13344
Diffstat (limited to 'msc')
-rw-r--r--msc/BSC_ConnectionHandler.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index 039a97d8..8c9f63ff 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -992,6 +992,7 @@ template (value) CallParameters t_CallParams(hexstring called := '12345'H, integ
mo_call := false,
bearer_cap := valueof(ts_Bcap_voice),
emergency := false,
+ csd := false,
mncc_callref := omit,
mncc_bearer_cap := valueof(ts_MNCC_bcap_voice),
mncc_rtp_ip := "42.23.11.5",
@@ -1031,6 +1032,7 @@ template CallParameters tr_CallParams := {
mo_call := ?,
bearer_cap := ?,
emergency := ?,
+ csd := ?,
mncc_callref := *,
mncc_bearer_cap := ?,
mncc_rtp_ip := ?,