Change in docker-playground[master]: osmo-mgw: Use DSCP value in valid range (<= 63)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Apr 28 17:29:10 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/23963 )


Change subject: osmo-mgw: Use DSCP value in valid range (<= 63)
......................................................................

osmo-mgw: Use DSCP value in valid range (<= 63)

DSCP is a 6-bit value, it cannot be 184.

Change-Id: I72133e6ac5674577595f9d98e3fc68f8d741819c
---
M osmo-cn-latest/osmo-mgw.cfg
M osmo-mgw-latest/osmo-mgw.cfg
M ttcn3-mgw-test/osmo-mgw.cfg
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/63/23963/1

diff --git a/osmo-cn-latest/osmo-mgw.cfg b/osmo-cn-latest/osmo-mgw.cfg
index ab45de0..93333cf 100644
--- a/osmo-cn-latest/osmo-mgw.cfg
+++ b/osmo-cn-latest/osmo-mgw.cfg
@@ -38,7 +38,7 @@
   rtp port-range 4002 16000
   rtp bind-ip 192.168.42.10
   rtp ip-probing
-  rtp ip-dscp 184
+  rtp ip-dscp 46
   no rtp keep-alive
   no rtcp-omit
   no rtp-patch
diff --git a/osmo-mgw-latest/osmo-mgw.cfg b/osmo-mgw-latest/osmo-mgw.cfg
index 602452d..8427528 100644
--- a/osmo-mgw-latest/osmo-mgw.cfg
+++ b/osmo-mgw-latest/osmo-mgw.cfg
@@ -37,7 +37,7 @@
   rtp port-range 4002 16000
   rtp bind-ip 172.18.0.180
   rtp ip-probing
-  rtp ip-dscp 184
+  rtp ip-dscp 46
   no rtp keep-alive
   no rtcp-omit
   no rtp-patch
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 1c49b11..f8e1a0d 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -33,7 +33,7 @@
  rtp bind-ip 172.18.4.180
  rtp bind-ip-v6 fd02:db8:4::180
  rtp ip-probing
- rtp ip-dscp 184
+ rtp ip-dscp 46
  no rtp keep-alive
  no rtcp-omit
  no rtp-patch

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23963
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I72133e6ac5674577595f9d98e3fc68f8d741819c
Gerrit-Change-Number: 23963
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210428/54f574af/attachment.htm>


More information about the gerrit-log mailing list