aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-02-14 13:50:04 +0100
committerlaforge <laforge@osmocom.org>2023-02-18 08:38:00 +0000
commit54e1782e711ab8151413feb88216d9f3af46bacb (patch)
tree7b6b01a7a9f20a0e5ddbc89851748bc4676e4eff /include
parent0b5c09b3f014823a6f1f7777e58d95de888a2f55 (diff)
i460_mux: make osmo_i460_subchan_count public
There may be situations where we must check if there are still I.460 subchannels active, so lets make the function osmo_i460_subchan_count public Change-Id: I0454ffe5809f21504c1e263a781c06596d452d4b Related: OS#5198
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/isdn/i460_mux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/isdn/i460_mux.h b/include/osmocom/isdn/i460_mux.h
index 770b1e15..ad9cb246 100644
--- a/include/osmocom/isdn/i460_mux.h
+++ b/include/osmocom/isdn/i460_mux.h
@@ -113,4 +113,6 @@ osmo_i460_subchan_add(void *ctx, struct osmo_i460_timeslot *ts, const struct osm
void osmo_i460_subchan_del(struct osmo_i460_subchan *schan);
+int osmo_i460_subchan_count(struct osmo_i460_timeslot *ts);
+
/*! @} */