This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b58aa60d785f4400ba6e21752d16ea01ac4c0a1f (commit)
from 36153239bfd0b633c4d259a9de0a759f41197a2b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=b58aa60d785f4400ba6e21752d16ea0…
commit b58aa60d785f4400ba6e21752d16ea01ac4c0a1f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Nov 9 18:29:54 2016 +0100
cosmetic: vty prompts: add space after '#'
Typically, our VTY prompts have space after the '#', but some of the osmo-bts
VTY prompts don't:
OsmoBTS# configure terminal
OsmoBTS(config)# bts 0
OsmoBTS(bts)#gsmtap-sapi ccch
Add spaces after the '#' to yield e.g.
OsmoBTS(bts)# gsmtap-sapi ccch
Change-Id: If0591a359e77f01abb76c4113181af7a7733ddd4
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)