X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=90890b3c0fa23341ba6b9715f36588c84261a385;hp=c310023a26dd7ff0ccaad59d877ec0057b3babcb;hb=863e741714652a1b6610e8d84b42f49ca4b680ca;hpb=877a2dfd52782f72ba2d28483212166f2326b1fa diff --git a/mISDN.h b/mISDN.h index c310023..90890b3 100644 --- a/mISDN.h +++ b/mISDN.h @@ -64,13 +64,6 @@ struct mISDNport { int locally; /* local causes are sent as local causes not remote */ int los, ais, rdi, slip_rx, slip_tx; - /* gsm */ -#ifdef WITH_GSM_BS - int gsm_bs; /* this is the (only) GSM BS interface */ -#endif -#ifdef WITH_GSM_MS - int gsm_ms; /* this is an GSM MS interface */ -#endif int lcr_sock; /* socket of loopback on LCR side */ int isloopback; /* will be set on open, in case it is a loopback if */ @@ -126,6 +119,7 @@ class PmISDN : public Port void message_crypt(unsigned int epoint_id, int message_id, union parameter *param); struct mISDNport *p_m_mISDNport; /* pointer to port */ int p_m_delay; /* use delay instead of dejitter */ + int p_m_tx_dejitter; /* use dejitter on transmit data to DSP */ int p_m_tx_gain, p_m_rx_gain; /* volume shift (0 = no change) */ char p_m_pipeline[256]; /* filter pipeline */ int p_m_echo, p_m_conf; /* remote echo, conference number */