From b98dd9e24085bf6838b5f2a5717c3345d54acb51 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 27 Oct 2013 10:20:37 +0100 Subject: sba: Move freeing a sba into a central place --- src/sba.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sba.h') diff --git a/src/sba.h b/src/sba.h index 5709ad4d..f39834a9 100644 --- a/src/sba.h +++ b/src/sba.h @@ -61,6 +61,8 @@ public: int timeout(struct gprs_rlcmac_sba *sba); void free_resources(struct gprs_rlcmac_pdch *pdch); + void free_sba(gprs_rlcmac_sba *sba); + private: BTS &m_bts; llist_head m_sbas; -- cgit v1.2.3