aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-28 19:28:36 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-28 19:28:36 +0200
commitd88311431881407ce259b090abd3b3b54597ca88 (patch)
tree0a4b4239fdda887cc74d9246487a3c8a7d51b99c
parent967d9030409e927400ebbcc7c6051d2ac6e3b949 (diff)
osmo-mgw: Use DSCP value in valid range (<= 63)
DSCP is a 6-bit value, it cannot be 184. Change-Id: I72133e6ac5674577595f9d98e3fc68f8d741819c
-rw-r--r--osmo-cn-latest/osmo-mgw.cfg2
-rw-r--r--osmo-mgw-latest/osmo-mgw.cfg2
-rw-r--r--ttcn3-mgw-test/osmo-mgw.cfg2
3 files changed, 3 insertions, 3 deletions
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 @@ mgcp
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 @@ mgcp
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 @@ mgcp
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