aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2009-08-12 12:48:00 +0200
committerHarald Welte (local) <laflocal@hanuman.gnumonks.org>2009-08-13 10:14:59 +0200
commit06513f26a11cb561d6db6797fa34a3b6db136286 (patch)
tree5828180198143032d430ca783b73e807a05b300f /openbsc/src/bsc_hack.c
parent0e451d0f2e249ede7e77effecbc49d8219a1ce85 (diff)
replace the command line option -a with the auth-policy config option
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-rw-r--r--openbsc/src/bsc_hack.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index 6de6fd2d9..6243b426f 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -1115,7 +1115,6 @@ static void print_help()
printf(" -s --disable-color\n");
printf(" -c --config-file filename The config file to use.\n");
printf(" -l --database db-name The database to use\n");
- printf(" -a --authorize-everyone Allow everyone into the network.\n");
printf(" -r --reject-cause number The reject cause for LOCATION UPDATING REJECT.\n");
printf(" -p --pcap file The filename of the pcap file\n");
printf(" -C --cardnr number For bs11 select E1 card number other than 0\n");
@@ -1165,9 +1164,6 @@ static void handle_options(int argc, char** argv)
case 'c':
config_file = strdup(optarg);
break;
- case 'a':
- gsm0408_allow_everyone(1);
- break;
case 'r':
gsm0408_set_reject_cause(atoi(optarg));
break;