aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;