Splitted GSM support into BS (network) and MS (mobile) part.
[lcr.git] / gsm_conf.c
index f5af15a..a64f2ff 100644 (file)
@@ -35,7 +35,6 @@ int gsm_conf(struct gsm_conf *gsm_conf, char *conf_error)
        SCPY(gsm_conf->openbsc_cfg, "openbsc.cfg");
        gsm_conf->reject_cause = 0;
        gsm_conf->keep_l2 = 0;
-       gsm_conf->noemergshut = 0;
 
        SPRINT(filename, "%s/gsm.conf", CONFIG_DATA);
 
@@ -149,9 +148,6 @@ int gsm_conf(struct gsm_conf *gsm_conf, char *conf_error)
                        gsm_conf->keep_l2 = 1;
 
                } else
-               if (!strcmp(option,"no-mergency-shutdown")) {
-                       gsm_conf->noemergshut = 1;
-               } else
                if (!strcmp(option,"pcapfile")) {
                        if (params[0][0]==0) {
                                UPRINT(conf_error, "Error in %s (line %d): parameter for option %s missing.\n",filename,line, option);