From 87f48a1d383c405d83ca44627260ac2fad2ad06e Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 27 Sep 2021 19:23:15 +0200 Subject: 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 --- src/osmo-bts-oc2g/oc2gbts_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bts-oc2g/oc2gbts_vty.c') 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]); -- cgit v1.2.3