aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-23 00:16:34 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-26 10:01:41 +0100
commitfb06b31343c22be4f952ad65111c4365b632d12f (patch)
tree64ec7fa3617ddc5ce8891cbf74e26cbcdf2bd8cf /openbsc/include
parent8a8e1c3ae8ccaa84862e53b64b744a2a4b5cd8ab (diff)
MNCC: remove 'upqueue'
The MNCC messages now again get directly handled by the net->mncc_recv() callback. If the callee wants to put them in a queue, it' his business to do that.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/gsm_04_08.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h
index 5ee231c8d..88d43cd65 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -44,8 +44,6 @@ int gsm48_send_rr_ass_cmd(struct gsm_lchan *dest_lchan, struct gsm_lchan *lchan,
int gsm48_send_ho_cmd(struct gsm_lchan *old_lchan, struct gsm_lchan *new_lchan,
u_int8_t power_command, u_int8_t ho_ref);
-int bsc_upqueue(struct gsm_network *net);
-
int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg);
/* convert a ASCII phone number to call-control BCD */