aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/oc2gbts_vty.c
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2021-09-27 19:23:15 +0200
committerlaforge <laforge@osmocom.org>2021-09-30 19:30:00 +0000
commit87f48a1d383c405d83ca44627260ac2fad2ad06e (patch)
treed04c9e389ff0e4f9d24c04bdfd55b2c3e5639f26 /src/osmo-bts-oc2g/oc2gbts_vty.c
parent5fa08dee72cd6388fcda1da9d332d92bd09860ca (diff)
lc15, oc2g, sysmo: fix show dsp-trace-flags
This was colliding with the global "show trx" command introduced a few years ago, and prevented both command from working. Change-Id: I57f9515292f7bd906599e2cc277542bfaf3b657b Related: OS#5080
Diffstat (limited to 'src/osmo-bts-oc2g/oc2gbts_vty.c')
-rw-r--r--src/osmo-bts-oc2g/oc2gbts_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-oc2g/oc2gbts_vty.c b/src/osmo-bts-oc2g/oc2gbts_vty.c
index d69225ac..ae7cd12d 100644
--- a/src/osmo-bts-oc2g/oc2gbts_vty.c
+++ b/src/osmo-bts-oc2g/oc2gbts_vty.c
@@ -133,7 +133,7 @@ DEFUN(cfg_phy_no_dsp_trace_f, cfg_phy_no_dsp_trace_f_cmd,
/* runtime */
DEFUN(show_dsp_trace_f, show_dsp_trace_f_cmd,
- "show trx <0-0> dsp-trace-flags",
+ "show dsp-trace-flags trx <0-0>",
SHOW_TRX_STR "Display the current setting of the DSP trace flags")
{
int trx_nr = atoi(argv[0]);