MNCC: move cc_tx_to_mncc() from gsm_data.h into mncc.c
diff --git a/openbsc/src/mncc.c b/openbsc/src/mncc.c
index 1c5e21c..103ad76 100644
--- a/openbsc/src/mncc.c
+++ b/openbsc/src/mncc.c
@@ -107,3 +107,8 @@
 	data->cause.location = loc;
 	data->cause.value = val;
 }
+
+void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg)
+{
+	msgb_enqueue(&net->upqueue, msg);
+}