aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/rtp_proxy.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-22 23:43:29 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-01 17:23:41 +0100
commit54209c2dce4bea775a82ea53df98a3d2a42e97df (patch)
tree28b3c4e9ae999b0eadcd9190ddad4c075e5911e1 /openbsc/src/rtp_proxy.c
parent9af6ddfcec25f43c5b50a6c5a6b80e341ab9a8a7 (diff)
MNCC: rename mncc_upq_enqueue() to cc_tx_to_mncc()
The new function name clearly indicates: The Call Control (TS 04.08, msc-side in OpenBSC) wants to transmit something to the MNCC interface.
Diffstat (limited to 'openbsc/src/rtp_proxy.c')
-rw-r--r--openbsc/src/rtp_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/rtp_proxy.c b/openbsc/src/rtp_proxy.c
index 21ec00414..8d14447fa 100644
--- a/openbsc/src/rtp_proxy.c
+++ b/openbsc/src/rtp_proxy.c
@@ -442,7 +442,7 @@ static int rtp_socket_read(struct rtp_socket *rs, struct rtp_sub_socket *rss)
if (rc < 0)
goto out_free;
msgb_free(msg);
- mncc_upq_enqueue(rs->receive.net, new_msg);
+ cc_tx_to_mncc(rs->receive.net, new_msg);
break;
case RTP_NONE: /* if socket exists, but disabled by app */