aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-16 18:35:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-20 16:25:47 +0200
commit5a2d8716ef412f11bdd61c353894e0725836c3ff (patch)
treeb424c1479e88ed885e3ad59eea42b6548d6e0326 /include
parent92186c672d762ae38fc0041e1b6638c1cbe282f5 (diff)
abis: Drop internal OML msg queue
There's no real use for this queue. If the link is gone, it makes no sense to keep old messages. Instead, BTS should generate new messages sharing current state when link becomes established (it actually does so already). Change-Id: Iecd3c7cb96f5fff3b4c7e04c74e031df0f7a6987
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 6e0e47b1..d3cb6bff 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -302,7 +302,6 @@ struct gsm_bts {
struct paging_state *paging_state;
struct llist_head bsc_oml_hosts;
- struct llist_head oml_queue;
unsigned int rtp_jitter_buf_ms;
bool rtp_jitter_adaptive;