From 06009c8d5a251e3803259ca63eec18970e2554a7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Apr 2011 09:18:49 +0200 Subject: bsc: Remove the handling of the RTP option from the switch/case stmt The 'P' code was not present in the getopt call anyway. --- openbsc/src/osmo-bsc/osmo_bsc_main.c | 3 --- 1 file changed, 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; -- cgit v1.2.3