aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-23 00:13:47 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-01 17:23:41 +0100
commitfea236e27c143a84a8fa3566510bce8702a349da (patch)
treec4bc2db0efb42aa9bff1d9419c966f9d91214d19 /openbsc/include/openbsc/mncc.h
parent31bbbf4e52030d413b00e694e47e84935d289fb6 (diff)
MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c
Diffstat (limited to 'openbsc/include/openbsc/mncc.h')
-rw-r--r--openbsc/include/openbsc/mncc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index 260c257a9..bd3eb71fe 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -157,5 +157,6 @@ struct gsm_data_frame {
char *get_mncc_name(int value);
int int_mncc_recv(struct gsm_network *net, int msg_type, void *arg);
void mncc_set_cause(struct gsm_mncc *data, int loc, int val);
+void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg);
#endif