neels submitted this change.

View Change

Approvals: laforge: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
hnbgw: fix id string s/HBGW/HNBGW

Change-Id: I5935208843851fdac3536269617b56e8459b578d
---
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 fd868b0..81d9f1a 100644
--- a/hnbgw/HNBGW_Tests.ttcn
+++ b/hnbgw/HNBGW_Tests.ttcn
@@ -288,7 +288,7 @@
}

/* global initialization function */
-function f_init(charstring id := "HBGW", float guard_timeout := 30.0) runs on test_CT {
+function f_init(charstring id := "HNBGW", float guard_timeout := 30.0) runs on test_CT {

g_hnb_cfg[0] := {
lai := {

To view, visit change 28236. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5935208843851fdac3536269617b56e8459b578d
Gerrit-Change-Number: 28236
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged