aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-08 15:18:43 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-08 15:21:39 +0200
commit16c0ab92c1cf822c76a19ff44dc5b2470138d709 (patch)
treeb0ad46e7183ee77374ee4b5699ddc6af63572471 /include
parent111b8e673b4282f4c9a01b59628c4298c251ccc0 (diff)
add commands to configure RTP jitter buffer
there's one global setting for the BTS default value, plus an interactive command to change the buffer of an active lchan on the fly
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 85762ae8..8e091f2a 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -44,6 +44,7 @@ struct gsm_bts_role_bts {
struct paging_state *paging_state;
char *bsc_oml_host;
char *rtp_bind_host;
+ unsigned int rtp_jitter_buf_ms;
};
#define bts_role_bts(x) ((struct gsm_bts_role_bts *)(x)->role)