aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
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 /src/common/bts.c
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 'src/common/bts.c')
-rw-r--r--src/common/bts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index 05584aa3..67e67367 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -407,7 +407,6 @@ int bts_init(struct gsm_bts *bts)
bts->smscb_queue_tgt_len = 2;
bts->smscb_queue_hyst = 2;
- INIT_LLIST_HEAD(&bts->oml_queue);
INIT_LLIST_HEAD(&bts->bsc_oml_hosts);
/* register DTX DL FSM */