sip: add osmo-sip-connector.cfg

Add config that works with SIP_Tests.default.

Change-Id: I820a6573fafea9990eabcf40f1b7745558717cc7
diff --git a/sip/osmo-sip-connector.cfg b/sip/osmo-sip-connector.cfg
new file mode 100644
index 0000000..59f89db
--- /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