osmo-mgw: Use DSCP value in valid range (<= 63)
DSCP is a 6-bit value, it cannot be 184. Change-Id: I72133e6ac5674577595f9d98e3fc68f8d741819cchanges/63/23963/1
parent
967d903040
commit
d883114318
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue