aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-04 20:09:55 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-07 19:24:14 +0200
commit6019b5a5083e91f207572b805c1f4a7902c7c5db (patch)
treed1342519b3281b180120aef024b8daa1dab2a612 /openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
parent84db98fdbe93c6431469787f7ccf4e17458214be (diff)
nat: Fix the documentation issue with the osmux command
Documentation error (missing docs): <command id='osmux (on|off)'> <param name='off' doc='(null)' />
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_nat_vty.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
index d5903d87e..ab89db838 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_vty.c
@@ -1177,7 +1177,7 @@ DEFUN(show_ussd_connection,
return CMD_SUCCESS;
}
-#define OSMUX_STR "RTP multiplexing"
+#define OSMUX_STR "RTP multiplexing\n"
DEFUN(cfg_bsc_osmux,
cfg_bsc_osmux_cmd,
"osmux (on|off)",