pespin submitted this change.
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(-)
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 change 38561. To unsubscribe, or for help writing mail filters, visit settings.