From cb4340b8a443811a7bfa281a32937663b51c8d62 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 6 Mar 2020 11:28:40 +0100 Subject: rsl: make IP DSCP configurable Related: OS#4438 Depends: libosmo-abis I41603db8c1286660ad57ac1c78a8fb393a2b080b Change-Id: Icdef5d40243fefdeae23f3bcf9c6702e8487928a --- include/osmo-bts/gsm_data_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h index e0d70b0b..33166700 100644 --- a/include/osmo-bts/gsm_data_shared.h +++ b/include/osmo-bts/gsm_data_shared.h @@ -741,6 +741,7 @@ struct gsm_bts { uint16_t rtp_port_range_start; uint16_t rtp_port_range_end; uint16_t rtp_port_range_next; + int rtp_ip_dscp; struct { uint8_t ciphers; /* flags A5/1==0x1, A5/2==0x2, A5/3==0x4 */ -- cgit v1.2.3