summaryrefslogtreecommitdiffstats
path: root/gsm.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-10-31 17:12:26 +0100
committerAndreas Eversberg2010-12-13 09:06:49 +0100
commit8a4387be03a34632a6c0cc1d997c74d98f2fb1ae (patch)
treeb6694f41d04ed08859b2b3295596acf76031bcfa /gsm.h
parentAdding forwarding of DTMF and keypad between peers (diff)
downloadlcr-8a4387be03a34632a6c0cc1d997c74d98f2fb1ae.tar.gz
lcr-8a4387be03a34632a6c0cc1d997c74d98f2fb1ae.tar.xz
lcr-8a4387be03a34632a6c0cc1d997c74d98f2fb1ae.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);