aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-19 15:14:23 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-19 15:14:23 +0000
commit26aa6a1166f2593e93f926285a5a5476a9724195 (patch)
treec43cb225e029dbedb4c044247af329425a278dc1 /include
parentad2a12a4c30ea0af9373c5f3479429fddb36af05 (diff)
trau mux updates
* add function to map two lchans to each other * make sure to evic old trau mux mappings before creating a new one
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/trau_mux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/trau_mux.h b/include/openbsc/trau_mux.h
index 43836dbc5..f3d519fb1 100644
--- a/include/openbsc/trau_mux.h
+++ b/include/openbsc/trau_mux.h
@@ -32,6 +32,8 @@
/* map a TRAU mux map entry */
int trau_mux_map(const struct gsm_e1_subslot *src,
const struct gsm_e1_subslot *dst);
+int trau_mux_map_lchan(const struct gsm_lchan *src,
+ const struct gsm_lchan *dst);
/* unmap a TRAU mux map entry */
int trau_mux_unmap(const struct gsm_e1_subslot *ss);