aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mncc.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-22 23:47:34 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-01 17:23:41 +0100
commite6da14fde4c917be92c36ff8da9f8500839e9007 (patch)
treefdbce6760d984dec701909780788319595395275 /openbsc/src/mncc.c
parent54209c2dce4bea775a82ea53df98a3d2a42e97df (diff)
MNCC: clarify naming / rename mncc_recv() to int_mncc_recv()
the int_ perfix (internal) symbolizes that this is the internal MNCC handler code, receiving messages from the MNCC interface point.
Diffstat (limited to 'openbsc/src/mncc.c')
-rw-r--r--openbsc/src/mncc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/mncc.c b/openbsc/src/mncc.c
index 180b626e7..328e96c70 100644
--- a/openbsc/src/mncc.c
+++ b/openbsc/src/mncc.c
@@ -347,7 +347,8 @@ static int mncc_rcv_tchf(struct gsm_call *call, int msg_type,
}
-int mncc_recv(struct gsm_network *net, int msg_type, void *arg)
+/* Internal MNCC handler input function (from CC -> MNCC -> here) */
+int int_mncc_recv(struct gsm_network *net, int msg_type, void *arg)
{
struct gsm_mncc *data = arg;
int callref;