summaryrefslogtreecommitdiffstats
path: root/gsm.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-10-31 17:12:26 +0100
committerAndreas Eversberg2010-10-31 17:12:26 +0100
commit6e1e99808e5b1c16b00904d31f95d0b74487023e (patch)
treeb6694f41d04ed08859b2b3295596acf76031bcfa /gsm.h
parentAdding forwarding of DTMF and keypad between peers (diff)
downloadlcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.tar.gz
lcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.tar.xz
lcr-6e1e99808e5b1c16b00904d31f95d0b74487023e.zip
Completed GSM mobile station support with OsmocomBB
OsmocomBB stack can now be attached to LCRl
Diffstat (limited to 'gsm.h')
-rw-r--r--gsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsm.h b/gsm.h
index f2e37eb..71ed759 100644
--- 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);