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 "An utility library for Open Source Mobile Communications".
The branch, neels/vty_ref has been created at f031158ff29a04fdd3fd9bcd419992a6b61a88ad (commit)
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=f031158ff29a04fdd3fd9bcd41999...
commit f031158ff29a04fdd3fd9bcd419992a6b61a88ad Author: Neels Hofmeyr neels@hofmeyr.de Date: Mon Sep 18 16:42:06 2017 +0200
vty: derive node name from prompt, use as XML ids
The 'show online-help' produces XML output with <node id="..."> ids. We reference those from the osmo-gsm-manuals.
Instead of numeric IDs coming from internal code, rather use a human-readable node ID. In order to obtain such while remaining backwards compatible, derive such a name from the command node's prompt by stripping non-alnum characters.
If this is merged, we need to adjust the references in osmo-gsm-manuals.git.
Change-Id: I8fa555570268b231c5e01727c661da92fad265de
http://cgit.osmocom.org/libosmocore/commit/?id=e9db33b27081359c6c937b8755469...
commit e9db33b27081359c6c937b8755469af2c7806374 Author: Neels Hofmeyr neels@hofmeyr.de Date: Mon Sep 18 17:10:36 2017 +0200
vty: use internal node id for xml ids
The 'show online-help' produces XML output with <node id="..."> ids. We reference those from the osmo-gsm-manuals, but until now, these ids fall out of sync when the amount of VTY nodes changes.
Change these ids to use the internal node ID constant (as in enum bsc_vty_node) instead of a simple counter.
If this is merged, we need to adjust the references in osmo-gsm-manuals.git.
Change-Id: Ib07fb9d9106e19f5be6539493e82b5d5991f8bc2
-----------------------------------------------------------------------
hooks/post-receive
osmocom-commitlog@lists.osmocom.org