From 97aa0881beacf536e3a2296381c055887583db8f Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Fri, 2 Sep 2011 11:08:56 +0200 Subject: Support of GSM uses socket interface for both network and mobile There is no linking of any osmocomBB source code required. In order to use osmocomBB or OpenBSC, just enable the interface, as described in defaults/interface.conf. At osmocomBB/mobile or at OpenBSC, just use the option "-m" to enable the socket interface. Enable GSM at LCR with "./configure --with-gsm-ms --with-gsm-bs". --- options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 7fb9bcb..b1c52cf 100644 --- a/options.c +++ b/options.c @@ -35,7 +35,6 @@ struct options options = { 0700, /* rights of lcr admin socket */ -1, /* socket user (-1= no change) */ -1, /* socket group (-1= no change) */ - 0, /* enable gsm */ 1, /* use polling of main loop */ "mISDN_l1loop.1", /* GSM/Asterisk side */ "mISDN_l1loop.2", /* LCR side */ @@ -236,9 +235,6 @@ int read_options(char *options_error) if (!strcmp(option,"socketrights")) { options.socketrights = strtol(param, NULL, 0); } else - if (!strcmp(option,"gsm")) { - options.gsm = 1; - } else if (!strcmp(option,"polling")) { options.polling = 1; } else -- cgit v1.2.3-55-g7522