aboutsummaryrefslogtreecommitdiffstats
path: root/mgw
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-16 13:44:57 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-03-16 13:46:40 +0100
commitade455b09c05fc0260f74625e34dc3e052fe79a9 (patch)
treebbe733e578d05133289ad40bded26329c90257bb /mgw
parent94f3f1bfa65ae54b26baac898a3c62c44bc6b564 (diff)
MGCP_Test: fix config file include path
The config file mistakenly references the defaults for the MSC. - correct include path to use MGCP_Test.default Change-Id: I12c6907717dfba1c31790a2b71f42e37743351af
Diffstat (limited to 'mgw')
-rw-r--r--mgw/MGCP_Test.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgw/MGCP_Test.cfg b/mgw/MGCP_Test.cfg
index 0cca79ee..90d736be 100644
--- a/mgw/MGCP_Test.cfg
+++ b/mgw/MGCP_Test.cfg
@@ -2,7 +2,7 @@
# Common configuration, shared between test suites
"../Common.cfg"
# testsuite specific configuration, not expected to change
-"./MSC_Tests.default"
+"./MGCP_Test.default"
# Local configuration below