diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-02-14 15:42:14 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-02-14 18:50:16 +0100 |
commit | e057146df7b16f34bf7fd59510e692cb9691f85b (patch) | |
tree | 994a425cedb638998fc1b7b8392c7e708870e4a7 /mgw/MGCP_Test.default | |
parent | 261af4b501b063e2ca190b40b8262200f866a98b (diff) |
re-organize configuration files; add tcpdump integration
Let's make sure we share common configuration between the test
suites and split the config file into a "default" part which is
used (but not copied) in the Docker images, and a "local" part
which is basically those overrides that the user (or docker image)
wants to do from the default.
Change-Id: I3db452e24e5238aa05254d903739c64d202e61db
Diffstat (limited to 'mgw/MGCP_Test.default')
-rw-r--r-- | mgw/MGCP_Test.default | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mgw/MGCP_Test.default b/mgw/MGCP_Test.default new file mode 100644 index 0000000..c9d6129 --- /dev/null +++ b/mgw/MGCP_Test.default @@ -0,0 +1,15 @@ +[LOGGING] +FileMask := LOG_ALL | TTCN_MATCHING; + +[TESTPORT_PARAMETERS] + +[MODULE_PARAMETERS] +mp_local_udp_port := 2727; +mp_local_ip:= "127.0.0.1"; +mp_remote_udp_port := 2427; +mp_remote_ip:= "127.0.0.1"; + +[MAIN_CONTROLLER] + +[EXECUTE] +MGCP_Test.control |