aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index c05779ab..a8b62237 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -47,8 +47,7 @@ struct gprs_rlcmac_pdch {
void add_paging(struct gprs_rlcmac_paging *pag);
- /* TODO: the PDCH should know the trx/ts it belongs to */
- void free_resources(BTS *bts, uint8_t trx, uint8_t ts);
+ void free_resources();
bool is_enabled() const;