pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38561?usp=email )
Change subject: hnbgw: Fix TC_ranap_ps_mo_disconnect testing CS instead of PS
......................................................................
hnbgw: Fix TC_ranap_ps_mo_disconnect testing CS instead of PS
Change-Id: I16a446a9de0a40f37a4af0bf54bcf0bd49b2d47f
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index 6606d3b..48f02a0 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -1294,7 +1294,7 @@
g_num_hnbs := 1;
f_init();
- vc_conn := f_start_handler_with_pars(refers(f_tc_ranap_mo_disconnect),
f_TestHdlrParams(6));
+ vc_conn := f_start_handler_with_pars(refers(f_tc_ranap_mo_disconnect),
f_TestHdlrParams(6, true));
vc_conn.done;
f_shutdown_helper();
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38561?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I16a446a9de0a40f37a4af0bf54bcf0bd49b2d47f
Gerrit-Change-Number: 38561
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>