aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2009-09-29 20:46:47 +0200
committerSylvain Munaut <tnt@246tNt.com>2009-09-29 20:53:05 +0200
commitd6b2e4f18be216df1de88744753f4c0613f0c36b (patch)
treedc23507987393cf7aff34df562905b0c9a8c8766
parente677f1c7bf846a1180431dd5beb8064b698172e8 (diff)
openbsc patch: Fix debug message (forgot to dereferent ptr)
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--openbsc-mncc-bridge-rtp.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc-mncc-bridge-rtp.diff b/openbsc-mncc-bridge-rtp.diff
index 505053e..917c3f7 100644
--- a/openbsc-mncc-bridge-rtp.diff
+++ b/openbsc-mncc-bridge-rtp.diff
@@ -39,7 +39,7 @@ index bac920e..752a554 100644
+
+ DEBUGP(DCC, "Setting up external RTP TCH map between (bts=%u,trx=%u,ts=%u) and (ip=%08x, port=%d)\n",
+ bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
-+ ip, port);
++ *ip, *port);
+
+ switch (bts->type) {
+ case GSM_BTS_TYPE_NANOBTS_900: