neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31085 )
Change subject: hnbgw: add HNBAP port to ConnHdlr
......................................................................
hnbgw: add HNBAP port to ConnHdlr
To test behavior of active conns on HNBAP HNB DeRegister and HNBAP UE
De-/Register.
Change-Id: I1e7ffded5bd9974c444dbb567b6afa643b5b2501
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/85/31085/1
diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn
index eb7fad0..c8959e0 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -196,6 +196,7 @@
timer g_Tguard;
port TELNETasp_PT HNBGWVTY;
+ port HNBAP_PT HNBAP;
}
@@ -410,6 +411,10 @@
/* Iuh RUA part */
connect(vc_conn:RUA, vc_RUA[pars.hnb_idx]:CLIENT);
+ /* disconnect test_CT HNBAP[i], instead connect ConnHdlr.HNBAP to HNBAP[i] */
+ disconnect(self:HNBAP[pars.hnb_idx], vc_Iuh[pars.hnb_idx]:HNBAP);
+ connect(vc_conn:HNBAP, vc_Iuh[pars.hnb_idx]:HNBAP);
+
if (pars.ps_domain) {
/* SGSN side */
connect(vc_conn:BSSAP, g_sgsn.vc_RAN:CLIENT);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31085
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: I1e7ffded5bd9974c444dbb567b6afa643b5b2501
Gerrit-Change-Number: 31085
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange