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 --- src/common/bts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/bts.c') diff --git a/src/common/bts.c b/src/common/bts.c index da411761..22006156 100644 --- a/src/common/bts.c +++ b/src/common/bts.c @@ -159,6 +159,7 @@ int bts_init(struct gsm_bts *bts) bts->rtp_port_range_start = 16384; bts->rtp_port_range_end = 17407; bts->rtp_port_range_next = bts->rtp_port_range_start; + bts->rtp_ip_dscp = -1; /* configurable via OML */ bts->load.ccch.load_ind_period = 112; -- cgit v1.2.3