aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.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/gsm_data.h
parent31bbbf4e52030d413b00e694e47e84935d289fb6 (diff)
MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 66ef46c50..f9c87e757 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -848,10 +848,4 @@ int gsm_bts_model_register(struct gsm_bts_model *model);
struct gsm_subscriber_connection *subscr_con_allocate(struct gsm_lchan *lchan);
void subscr_con_free(struct gsm_subscriber_connection *conn);
-/* FIXME: this should go some other header file, but there is no good one */
-static inline void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg)
-{
- msgb_enqueue(&net->upqueue, msg);
-}
-
#endif