summaryrefslogtreecommitdiffstats
path: root/gsm_ms.cpp
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-14 14:33:22 +0200
committerAndreas Eversberg2011-07-14 14:33:22 +0200
commit16445870043275f7d5a0b7aa9a1abfa9e8a5c249 (patch)
tree22f19b83e656854b733eeb7c01003f400748a247 /gsm_ms.cpp
parentMerge branch 'develop' (diff)
downloadlcr-16445870043275f7d5a0b7aa9a1abfa9e8a5c249.tar.gz
lcr-16445870043275f7d5a0b7aa9a1abfa9e8a5c249.tar.xz
lcr-16445870043275f7d5a0b7aa9a1abfa9e8a5c249.zip
This was missing at merge:
deleted: Makefile.in deleted: configure modified: gsm_bs.cpp modified: gsm_ms.cpp
Diffstat (limited to 'gsm_ms.cpp')
-rw-r--r--gsm_ms.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gsm_ms.cpp b/gsm_ms.cpp
index c8292f9..481a4ac 100644
--- a/gsm_ms.cpp
+++ b/gsm_ms.cpp
@@ -37,8 +37,6 @@ void *l23_ctx = NULL;
static int dtmf_timeout(struct lcr_timer *timer, void *instance, int index);
-static int dtmf_timeout(struct lcr_timer *timer, void *instance, int index);
-
/*
* constructor
*/
@@ -62,12 +60,6 @@ Pgsm_ms::Pgsm_ms(int type, struct mISDNport *mISDNport, char *portname, struct p
memset(&p_m_g_dtmf_timer, 0, sizeof(p_m_g_dtmf_timer));
add_timer(&p_m_g_dtmf_timer, dtmf_timeout, this, 0);
- p_m_g_dtmf_state = DTMF_ST_IDLE;
- p_m_g_dtmf_index = 0;
- p_m_g_dtmf[0] = '\0';
- memset(&p_m_g_dtmf_timer, 0, sizeof(p_m_g_dtmf_timer));
- add_timer(&p_m_g_dtmf_timer, dtmf_timeout, this, 0);
-
PDEBUG(DEBUG_GSM, "Created new GSMMSPort(%s %s).\n", portname, ms_name);
}