aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-06 18:51:01 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-07 14:16:41 +0200
commit15c23179dcf95d55b10ceb27e92976a54e5dd80f (patch)
treec51b8cbb3174fd23d5ee1969ec33d2f7b7759086 /include
parentb1409015fa2109edea8645c135da962ad3abf104 (diff)
nm_channel_fsm: Release lchans after BTS shutdown
This fixes some TTCN3 tests where some lchan resources were kept from previous tests. Change-Id: I78dca32cd061fba86cc88c4c4f323b33d51c58d0
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 85f90892..ad0f78d4 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -194,4 +194,6 @@ int conf_lchans_as_pchan(struct gsm_bts_trx_ts *ts,
bool ts_is_pdch(const struct gsm_bts_trx_ts *ts);
+void gsm_ts_release(struct gsm_bts_trx_ts *ts);
+
#endif /* _GSM_DATA_H */