[gsm] Make LCR work with current Osmocom-BB.
[lcr.git] / gsm_bs.h
index ba2d696..8a55213 100644 (file)
--- a/gsm_bs.h
+++ b/gsm_bs.h
@@ -9,6 +9,9 @@ class Pgsm_bs : public Pgsm
        Pgsm_bs(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode);
        ~Pgsm_bs();
 
+       unsigned char *p_m_g_dtmf; /* DTMF tone generation (MS only) */
+       int p_m_g_dtmf_index; /* DTMF tone generation index */
+
        void setup_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
        void start_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
        void stop_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
@@ -22,3 +25,7 @@ int handle_gsm_bs(void);
 int gsm_bs_conf(struct gsm_conf *gsm_conf, char *conf_error);
 int gsm_bs_exit(int rc);
 int gsm_bs_init(void);
+
+extern "C" {
+int mncc_send(struct gsm_network *instance, int msg_type, void *data);
+};