aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-05-31 16:03:30 +0700
committerlaforge <laforge@osmocom.org>2020-05-31 18:40:20 +0000
commit383b3bf58b51807b12a8f032fa407a43b025fc18 (patch)
tree7e48450b9820ac7f90d2724e65a8050d16080923 /TODO-RELEASE
parentf8e153d815ead9bd11665d0270c439ab5c5f568b (diff)
bts_features: introduce osmo_bts_unset_feature()
This function may be useful in a case when most of the BTS models do support some feature, but just a couple models do not. It's much easier to unset that feature 2/10 times than set it 8/10 times individually for each BTS model. Change-Id: Ib5fa27287be7f1ecf2f82249b1e8c848465cbac0 Related: I431c8ab9478cbc40179903edc21043623d805da1
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index bc95b914..a6ed7309 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -10,3 +10,4 @@
gsm API/ABI change l1sap.h, added struct members to ph_data_param and ph_tch_param
sim API/ABI change new osim_file_desc_find_aid()
sim API/ABI change all over the place
+gsm new API new osmo_bts_unset_feature()