neels has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/34092
)
Change subject: hnbgw-latest: fixup for cnpool: use correct osmo-stp.cfg file name
......................................................................
hnbgw-latest: fixup for cnpool: use correct osmo-stp.cfg file name
Change-Id: I80ecfc694adb1cb44dddec30e845237676a4eead
---
M ttcn3-hnbgw-test/jenkins.sh
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
neels: Looks good to me, approved; Verified
diff --git a/ttcn3-hnbgw-test/jenkins.sh b/ttcn3-hnbgw-test/jenkins.sh
index ece6f16..308d562 100755
--- a/ttcn3-hnbgw-test/jenkins.sh
+++ b/ttcn3-hnbgw-test/jenkins.sh
@@ -37,7 +37,7 @@
fi
mkdir $base_dir/stp
- cp "$stp_cfg" $base_dir/stp/
+ cp "$stp_cfg" $base_dir/stp/osmo-stp.cfg
mkdir $base_dir/hnbgw
mkdir $base_dir/hnbgw/unix
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/34092
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I80ecfc694adb1cb44dddec30e845237676a4eead
Gerrit-Change-Number: 34092
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: merged