aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/bts.c')
-rw-r--r--src/common/bts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index c7d36df8..f6ddfaa0 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -156,6 +156,8 @@ int bts_init(struct gsm_bts *bts)
initialized = 1;
}
+ INIT_LLIST_HEAD(&btsb->smscb_state.queue);
+
return rc;
}