From dbd2ea870869996141bf3e9fe067f6ed44a4a486 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 19 Feb 2009 17:07:01 +0000 Subject: add debug statement when setting up trau mapping --- src/trau_mux.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trau_mux.c') diff --git a/src/trau_mux.c b/src/trau_mux.c index 94d11cfc6..2616785c0 100644 --- a/src/trau_mux.c +++ b/src/trau_mux.c @@ -46,6 +46,11 @@ int trau_mux_map(const struct gsm_e1_subslot *src, if (!me) return -ENOMEM; + DEBUGP(DCC, "Setting up TRAU mux map between (e1=%u,ts=%u,ss=%u) " + "and (e1=%u,ts=%u,ss=%u)\n", + src->e1_nr, src->e1_ts, src->e1_ts_ss, + dst->e1_nr, dst->e1_ts, dst->e1_ts_ss); + /* make sure to get rid of any stale old mappings */ trau_mux_unmap(src); trau_mux_unmap(dst); -- cgit v1.2.3