X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm_conf.c;h=a64f2ff8863b9a750f30d027eb1e2714a4c5abc9;hp=f5af15aa898b04606d6577e405a94c95e41ad52c;hb=fc6a1a6e99c90e47a998d56f852c7db29f44dc35;hpb=2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9 diff --git a/gsm_conf.c b/gsm_conf.c index f5af15a..a64f2ff 100644 --- a/gsm_conf.c +++ b/gsm_conf.c @@ -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);