mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
osmux: Fix the VTY online help in the osmux command
This should fix most of: Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux batch-factor <1-4>'> <param name='<1-4>' doc='(null)' /> Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' /> Documentation error (missing docs): <command id='osmux batch-factor <1-4>'> <param name='<1-4>' doc='(null)' />
This commit is contained in:
@@ -1068,7 +1068,7 @@ DEFUN(reset_all_endp, reset_all_endp_cmd,
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
#define OSMUX_STR "RTP multiplexing"
|
||||
#define OSMUX_STR "RTP multiplexing\n"
|
||||
DEFUN(cfg_mgcp_osmux,
|
||||
cfg_mgcp_osmux_cmd,
|
||||
"osmux (on|off)",
|
||||
|
Reference in New Issue
Block a user