pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29667 )
Change subject: mgw: Update to contain similar config from docker-playground.git
......................................................................
mgw: Update to contain similar config from docker-playground.git
Change-Id: I2aa4d86e548d6644f1dd9358f6b8b48a19c96c3c
---
M mgw/osmo-mgw.cfg
1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/29667/1
diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg
index 417026e..3844e79 100644
--- a/mgw/osmo-mgw.cfg
+++ b/mgw/osmo-mgw.cfg
@@ -2,11 +2,17 @@
! OsmoMGW (1.2.0.17-52e3) configuration saved from vty
!!
!
+log gsmtap 127.0.0.1
+ logging level set-all debug
+ logging filter all 1
+!
log stderr
logging filter all 1
logging color 1
+ logging print level 1
logging print category 1
logging timestamp 1
+ logging print file basename last
logging print extended-timestamp 1
logging level set-all notice
logging level lmgcp debug
@@ -16,6 +22,8 @@
line vty
no login
bind 127.0.0.1
+ctrl
+ bind 127.0.0.1
!
stats interval 0
stats reporter statsd
@@ -27,6 +35,9 @@
mtu 1024
enable
!
+e1_input
+ e1_line 0 driver ipa
+!
mgcp
bind ip 127.0.0.1
bind port 2427
@@ -49,3 +60,12 @@
osmux off
osmux bind-ip 127.0.0.1
osmux bind-ip-v6 ::1
+ trunk 1
+ sdp audio-payload send-ptime
+ sdp audio-payload send-name
+ no rtp keep-alive
+ loop 0
+ no rtcp-omit
+ no rtp-patch
+ allow-transcoding
+ line 0
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29667
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2aa4d86e548d6644f1dd9358f6b8b48a19c96c3c
Gerrit-Change-Number: 29667
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange