aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 22:30:37 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-15 22:30:37 +0800
commit13046202ebb060c31c8470ca3d49d383cc135352 (patch)
tree9e343805eac7fe5c7551ea61ee88b54082c3afa2 /openbsc
parent3e8e046ee533c9a094e2e78d6bc839d650170905 (diff)
bsc: Remove the old msc parameter, everything is in the VTY config now
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc/osmo_bsc_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_main.c b/openbsc/src/bsc/osmo_bsc_main.c
index 062bbf80e..a79d7ea9d 100644
--- a/openbsc/src/bsc/osmo_bsc_main.c
+++ b/openbsc/src/bsc/osmo_bsc_main.c
@@ -84,7 +84,6 @@ static void handle_options(int argc, char** argv)
{"config-file", 1, 0, 'c'},
{"disable-color", 0, 0, 's'},
{"timestamp", 0, 0, 'T'},
- {"msc", 1, 0, 'm'},
{"local", 1, 0, 'l'},
{"log-level", 1, 0, 'e'},
{"rf-ctl", 1, 0, 'r'},
@@ -181,7 +180,6 @@ static void signal_handler(int signal)
int main(int argc, char **argv)
{
- char *msc;
int rc;
log_init(&log_info);