aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-22 23:57:45 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-01 17:23:41 +0100
commit76556376c3ef78804ea4ca480a56eced6808313d (patch)
tree548e0b2c98f04533ac9b9ea37adfb6ca3a1d6ff3 /openbsc/src/gsm_04_08.c
parent3e6376d20d730a515849067a41b01359a8bae051 (diff)
MNCC: rename mncc_send() to mncc_tx_to_cc()
This name clearly indicates: MNCC api transmits to Call Control, i.e. down from the L4/application into the L3 04.08 code.
Diffstat (limited to 'openbsc/src/gsm_04_08.c')
-rw-r--r--openbsc/src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index b91ce6ac6..634eed335 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -2818,7 +2818,7 @@ static struct downstate {
(sizeof(downstatelist) / sizeof(struct downstate))
-int mncc_send(struct gsm_network *net, int msg_type, void *arg)
+int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
{
int i, rc = 0;
struct gsm_trans *trans = NULL, *transt;