neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28236 )
Change subject: hnbgw: fix id string s/HBGW/HNBGW
......................................................................
hnbgw: fix id string s/HBGW/HNBGW
Change-Id: I5935208843851fdac3536269617b56e8459b578d
---
M hnbgw/HNBGW_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/36/28236/1
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28236
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: I5935208843851fdac3536269617b56e8459b578d
Gerrit-Change-Number: 28236
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange