From 34598a346419f0e661526e6208dade4aff570008 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 26 Feb 2011 16:49:21 +0000 Subject: [gsm] Make LCR work with current Osmocom-BB. Osmocom-BB is still developed, and this only works with the jolly/voice branch. Audio is not yet transmitted, so it is not quite usefull yet. --- gsm_ms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gsm_ms.h') diff --git a/gsm_ms.h b/gsm_ms.h index 3e9794f..822f0a6 100644 --- a/gsm_ms.h +++ b/gsm_ms.h @@ -23,10 +23,10 @@ class Pgsm_ms : public Pgsm int message_epoint(unsigned int epoint_id, int message_id, union parameter *param); }; -int handle_gsm_ms(void); +int handle_gsm_ms(int *quit); int gsm_ms_conf(struct gsm_conf *gsm_conf, char *conf_error); int gsm_ms_exit(int rc); int gsm_ms_init(void); -int gsm_ms_new(const char *name, const char *socket_path); +int gsm_ms_new(const char *name); int gsm_ms_delete(const char *name); -- cgit v1.2.3-55-g7522