aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-06-01 20:11:19 +0200
committerHarald Welte <laforge@osmocom.org>2021-06-01 20:29:17 +0200
commit20199da02d37a6d284915a27ec12641e79b8781c (patch)
tree7685b15446ecdac16f6d7d5cbdad18031bab80bf /TODO-RELEASE
parent6c7ac6abcdee2264a725833bd0396b8cc75a7228 (diff)
sim: Add osim_card_{reset,close}() API
This is required to reset and close a card under software control after opening it with osim_card_open() Change-Id: Ie9ec66db4d54fdb1331f4ae05ca3ca4274912e9d
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 e57ffaba..ad644aaf 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -12,3 +12,4 @@ libosmogsm gsm0808_old_bss_to_new_bss_info ABI break (struct changes size),
libosmosim osim_card_hdl ABI + API breakage due to new struct members
libosmocore osmo_tdef_fsm_inst_state_chg change default_timeout arg from unsigned long to long type (API breakage, not ABI)
libosmovty vty_read_config_filep New API
+libosmosim osim_card_{reset,close} New API