X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm_bs.h;h=afb04159391b32b105361d7650edd09dfe3a31cc;hp=b60c02cc5db6e19bce1c9abc210a44a76f8d384c;hb=5566f74eb29be75da44e29ba72ee6f015249ce61;hpb=f854931ffbee9464b278c433c4fdc7c3ea5af2fb diff --git a/gsm_bs.h b/gsm_bs.h index b60c02c..afb0415 100644 --- a/gsm_bs.h +++ b/gsm_bs.h @@ -6,10 +6,11 @@ class Pgsm_bs : public Pgsm Pgsm_bs(int type, char *portname, struct port_settings *settings, struct interface *interface); ~Pgsm_bs(); + char p_g_bs_name[32]; unsigned char *p_g_dtmf; /* DTMF tone generation (MS only) */ int p_g_dtmf_index; /* DTMF tone generation index */ - void select_payload_type(struct gsm_mncc *mncc, unsigned char *payload_types, int *payloads, int max_payloads); + void select_payload_type(struct gsm_mncc *mncc, unsigned char *payload_types, int *media_types, int *payloads, int max_payloads); void setup_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc); void call_conf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *gsm); void start_dtmf_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc); @@ -22,6 +23,8 @@ 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(struct interface *interface); +int gsm_bs_init(void); +int gsm_bs_new(struct interface *interface); +int gsm_bs_delete(const char *name); -int message_bsc(struct lcr_gsm *lcr_gsm, int msg_type, void *arg); +int message_bsc(class Pgsm_bs *pgsm_bs, struct lcr_gsm *lcr_gsm, int msg_type, void *arg);