summaryrefslogtreecommitdiffstats
path: root/gsm_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsm_conf.c')
-rw-r--r--gsm_conf.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gsm_conf.c b/gsm_conf.c
index efde7bd..560d9b3 100644
--- a/gsm_conf.c
+++ b/gsm_conf.c
@@ -141,12 +141,8 @@ int gsm_conf(struct gsm_conf *gsm_conf)
} else
if (!strcmp(option,"reject-cause")) {
- if (params[0][0]==0) {
- SPRINT(gsm_conf_error, "Error in %s (line %d): parameter for option %s missing.\n",filename,line, option);
- goto error;
- }
- gsm_conf->reject_cause = atoi(params[0]);
-
+ SPRINT(gsm_conf_error, "Option '%s' in gsm.conf has moved to openbsc.cfg", option);
+ goto error;
} else
if (!strcmp(option,"allow-all")) {
gsm_conf->allow_all = 1;