aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-05 12:25:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-05 12:25:25 +0100
commit111a58dd376eebad0ba92005a7bcd878ef0c4064 (patch)
treeb9d4c7901e4ca5486594da977eda2dc0e1343834 /openbsc
parentd1a2563a749d2e25b94b73b8af8c36172c008f3d (diff)
[bsc_mgcp] Print a message which mode is configured
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_mgcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/src/bsc_mgcp.c b/openbsc/src/bsc_mgcp.c
index 9daad7ab4..e6e49278c 100644
--- a/openbsc/src/bsc_mgcp.c
+++ b/openbsc/src/bsc_mgcp.c
@@ -1152,6 +1152,8 @@ int main(int argc, char** argv)
inet_aton(forward_ip, &endp->remote);
endp->ci = CI_UNUSED + 23;
}
+
+ DEBUGP(DMGCP, "Configured for Audio Forwarding.\n");
} else {
bfd.when = BSC_FD_READ;
bfd.cb = read_call_agent;
@@ -1184,6 +1186,8 @@ int main(int argc, char** argv)
DEBUGP(DMGCP, "Failed to register the fd\n");
return -1;
}
+
+ DEBUGP(DMGCP, "Configured for MGCP.\n");
}
/* initialisation */