jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33147 )
Change subject: Add more parameters for ASCI tests to TestHdlrParams
......................................................................
Add more parameters for ASCI tests to TestHdlrParams
Change-Id: I5aaea5a92fcfa737624ef46b56dcfefb74266758
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/47/33147/1
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 944e153..ad41e30 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -785,7 +785,12 @@
boolean inter_bsc_ho_in__ho_req_in_initial_sccp_cr,
boolean ignore_mgw_mdcx,
boolean fail_on_dlcx,
- boolean ignore_ipa_media
+ boolean ignore_ipa_media,
+ boolean vgcs_setup_only,
+ boolean vgcs_talker_req,
+ boolean vgcs_talker_est,
+ boolean vgcs_talker_rel,
+ boolean vgcs_assign_fail
};
/* Note: Do not use valueof() to get a value of this template, use
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33147
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: I5aaea5a92fcfa737624ef46b56dcfefb74266758
Gerrit-Change-Number: 33147
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange