11
0
Fork 0

openbsc patch: Fix debug message (forgot to dereferent ptr)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2009-09-29 20:46:47 +02:00
parent e677f1c7bf
commit d6b2e4f18b
1 changed files with 1 additions and 1 deletions

View File

@ -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: