mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 05:03:18 +00:00
vty: fix documentation for 'swap-channels (disable|enable)'
Change-Id: Idca1a2beab07ef4df9ae5c55658cab80f7cc7565
This commit is contained in:
@@ -246,7 +246,9 @@ DEFUN(cfg_rssi_offset, cfg_rssi_offset_cmd,
|
||||
|
||||
DEFUN(cfg_swap_channels, cfg_swap_channels_cmd,
|
||||
"swap-channels (disable|enable)",
|
||||
"Swap channels (default=disable)\n")
|
||||
"Swap primary and secondary channels of the PHY (if any)\n"
|
||||
"Do not swap primary and secondary channels (default)\n"
|
||||
"Swap primary and secondary channels\n")
|
||||
{
|
||||
struct trx_ctx *trx = trx_from_vty(vty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user