Change in osmo-ttcn3-hacks[master]: mgw: osmo-mgw config should not try to set DSCP > 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:30:01 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23962 )

Change subject: mgw: osmo-mgw config should not try to set DSCP > 63
......................................................................

mgw: osmo-mgw config should not try to set DSCP > 63

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

Change-Id: I9e023125d42ba350c924f2dd7055e84a1a6564cc
---
M mgw/osmo-mgw.cfg
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/mgw/osmo-mgw.cfg b/mgw/osmo-mgw.cfg
index beb6fdf..76525bc 100644
--- a/mgw/osmo-mgw.cfg
+++ b/mgw/osmo-mgw.cfg
@@ -24,7 +24,7 @@
   rtp bind-ip 127.0.0.1
   rtp bind-ip-v6 ::1
   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/osmo-ttcn3-hacks/+/23962
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: I9e023125d42ba350c924f2dd7055e84a1a6564cc
Gerrit-Change-Number: 23962
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210428/483158d3/attachment.htm>


More information about the gerrit-log mailing list