aboutsummaryrefslogtreecommitdiffstats
path: root/src/sba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sba.h')
-rw-r--r--src/sba.h2
1 files changed, 2 insertions, 0 deletions
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;