aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-16 18:11:09 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-16 18:13:44 +0200
commit8d2fe43c7f6034aaa1883cb7bba919a54c317517 (patch)
treee39b4b3a66932f8e6abc1ed20ae2e79e19e01030 /openbsc
parent115e81ee19483b49ff0df2b3ea28eb19cbd92d56 (diff)
nitb: Don't mention the broken PCAP generation option
The PCAP option doesn't seem to work for TCP/IP based BTS. Don't mention it to not confuse people that search for a way.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index a802507d4..031cb994d 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -97,7 +97,6 @@ static void print_help()
printf(" -s --disable-color\n");
printf(" -l --database db-name The database to use\n");
printf(" -a --authorize-everyone. Authorize every new subscriber. Dangerous!.\n");
- printf(" -p --pcap file The filename of the pcap file\n");
printf(" -T --timestamp Prefix every log line with a timestamp\n");
printf(" -V --version. Print the version of OpenBSC.\n");
printf(" -P --rtp-proxy Enable the RTP Proxy code inside OpenBSC\n");