pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29742 )
Change subject: vty: Fix indentation in osmux cmd during write-config output ......................................................................
vty: Fix indentation in osmux cmd during write-config output
Change-Id: I24b381f5944b0b48b6bb93e2cf1646b22e1b35cf --- M src/osmo-bsc/bts_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/42/29742/1
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c index ca0cfda..0e14284 100644 --- a/src/osmo-bsc/bts_vty.c +++ b/src/osmo-bsc/bts_vty.c @@ -4548,7 +4548,7 @@ config_write_bts_amr(vty, bts, &bts->mr_half, 0);
if (bts->use_osmux != OSMUX_USAGE_OFF) { - vty_out(vty, " osmux %s%s", bts->use_osmux == OSMUX_USAGE_ON ? "on" : "only", + vty_out(vty, " osmux %s%s", bts->use_osmux == OSMUX_USAGE_ON ? "on" : "only", VTY_NEWLINE); }