Completed GSM mobile station support with OsmocomBB
[lcr.git] / gsm.h
diff --git a/gsm.h b/gsm.h
index f2e37eb..71ed759 100644 (file)
--- a/gsm.h
+++ b/gsm.h
@@ -54,6 +54,7 @@ class Pgsm : public PmISDN
 
        int hunt_bchannel(void);
        void call_conf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *gsm);
+       void call_proc_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
        void alert_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
        void setup_cnf(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);
        void setup_compl_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);