From e25773980ba1bebd809bed41982e6f1da8aff1b9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 28 Nov 2019 12:20:44 +0100 Subject: [PATCH] sip: add osmo-sip-connector.cfg Add config that works with SIP_Tests.default. Change-Id: I820a6573fafea9990eabcf40f1b7745558717cc7 --- sip/osmo-sip-connector.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sip/osmo-sip-connector.cfg diff --git a/sip/osmo-sip-connector.cfg b/sip/osmo-sip-connector.cfg new file mode 100644 index 000000000..59f89db66 --- /dev/null +++ b/sip/osmo-sip-connector.cfg @@ -0,0 +1,25 @@ +! +! OsmoMNCC (1.1.0-dirty) configuration saved from vty +!! +! +log stderr + logging filter all 1 + logging color 1 + logging print category 1 + logging timestamp 1 + logging print extended-timestamp 1 + logging print file basename + logging level all debug +! +stats interval 5 +! +line vty + no login + bind 127.0.0.1 +! +sip + local 127.0.0.1 5060 + remote 127.0.0.2 5060 +mncc + socket-path /tmp/mncc +app