aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-13 09:18:49 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-13 09:18:49 +0200
commit06009c8d5a251e3803259ca63eec18970e2554a7 (patch)
tree18bb2591daf1737d9046de78abd91a941adc5023 /openbsc/src/osmo-bsc/osmo_bsc_main.c
parentfede54c8217e32579eb8f0c4aa1a9443a876c02b (diff)
bsc: Remove the handling of the RTP option from the switch/case stmt
The 'P' code was not present in the getopt call anyway.
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_main.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c
index 5aad97456..51e507761 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_main.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c
@@ -115,9 +115,6 @@ static void handle_options(int argc, char **argv)
case 'T':
log_set_print_timestamp(stderr_target, 1);
break;
- case 'P':
- ipacc_rtp_direct = 0;
- break;
case 'e':
log_set_log_level(stderr_target, atoi(optarg));
break;