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

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

Change-Id: I72133e6ac5674577595f9d98e3fc68f8d741819c
This commit is contained in:
Harald Welte 2021-04-28 19:28:36 +02:00
parent 967d903040
commit d883114318
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ mgcp
rtp port-range 4002 16000 rtp port-range 4002 16000
rtp bind-ip 192.168.42.10 rtp bind-ip 192.168.42.10
rtp ip-probing rtp ip-probing
rtp ip-dscp 184 rtp ip-dscp 46
no rtp keep-alive no rtp keep-alive
no rtcp-omit no rtcp-omit
no rtp-patch no rtp-patch

View File

@ -37,7 +37,7 @@ mgcp
rtp port-range 4002 16000 rtp port-range 4002 16000
rtp bind-ip 172.18.0.180 rtp bind-ip 172.18.0.180
rtp ip-probing rtp ip-probing
rtp ip-dscp 184 rtp ip-dscp 46
no rtp keep-alive no rtp keep-alive
no rtcp-omit no rtcp-omit
no rtp-patch no rtp-patch

View File

@ -33,7 +33,7 @@ mgcp
rtp bind-ip 172.18.4.180 rtp bind-ip 172.18.4.180
rtp bind-ip-v6 fd02:db8:4::180 rtp bind-ip-v6 fd02:db8:4::180
rtp ip-probing rtp ip-probing
rtp ip-dscp 184 rtp ip-dscp 46
no rtp keep-alive no rtp keep-alive
no rtcp-omit no rtcp-omit
no rtp-patch no rtp-patch