Support of GSM uses socket interface for both network and mobile
[lcr.git] / options.c
index 7fb9bcb..b1c52cf 100644 (file)
--- 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