X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm_bs.h;h=81e1f139ba60cca3d9022bfed39d550d86216dc3;hp=a57b7c7822d11e185a827c592e72ee09164d7218;hb=5463e1b62a39ce417b610584e3d34a8bc30ac15e;hpb=877a2dfd52782f72ba2d28483212166f2326b1fa diff --git a/gsm_bs.h b/gsm_bs.h index a57b7c7..81e1f13 100644 --- a/gsm_bs.h +++ b/gsm_bs.h @@ -3,11 +3,11 @@ class Pgsm_bs : public Pgsm { public: - Pgsm_bs(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode); + Pgsm_bs(int type, char *portname, struct port_settings *settings, struct interface *interface); ~Pgsm_bs(); - unsigned char *p_m_g_dtmf; /* DTMF tone generation (MS only) */ - int p_m_g_dtmf_index; /* DTMF tone generation index */ + unsigned char *p_g_dtmf; /* DTMF tone generation (MS only) */ + int p_g_dtmf_index; /* DTMF tone generation index */ void setup_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc); void start_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc); @@ -20,6 +20,6 @@ class Pgsm_bs : public Pgsm int gsm_bs_conf(struct gsm_conf *gsm_conf, char *conf_error); int gsm_bs_exit(int rc); -int gsm_bs_init(void); +int gsm_bs_init(struct interface *interface); int message_bsc(struct lcr_gsm *lcr_gsm, int msg_type, void *arg);