fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39598?usp=email )
Change subject: mgw: osmo-mgw.cfg: remove deprecated no-op params
......................................................................
mgw: osmo-mgw.cfg: remove deprecated no-op params
This patch fixes the following warnings:
% Deprecated 'sdp audio-payload number <0-255>' config no longer has any
effect
% Deprecated 'sdp audio-payload name NAME' config no longer has any effect
% Deprecated 'loop (0|1)' config no longer has any effect
% Deprecated 'allow-transcoding' config no longer has any effect
% Deprecated 'loop (0|1)' config no longer has any effect
% Deprecated 'allow-transcoding' config no longer has any effect
Change-Id: Ie4f2b46eda2e848781b77e590ad20e80fed86257
---
M mgw/osmo-mgw.cfg
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/98/39598/1
diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg
index 2af7dff..8f390df 100644
--- a/mgw/osmo-mgw.cfg
+++ b/mgw/osmo-mgw.cfg
@@ -49,14 +49,10 @@
no rtp keep-alive
no rtcp-omit
no rtp-patch
- sdp audio-payload number 98
- sdp audio-payload name GSM
sdp audio-payload send-ptime
sdp audio-payload send-name
conn-timeout 0
- loop 0
number endpoints 300
- allow-transcoding
osmux off
osmux bind-ip 127.0.0.1
osmux bind-ip-v6 ::1
@@ -64,8 +60,6 @@
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/+/39598?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie4f2b46eda2e848781b77e590ad20e80fed86257
Gerrit-Change-Number: 39598
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>