libosmocore/src/vty
Neels Hofmeyr 0b723f6a6c 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
2017-09-23 12:24:56 +00:00
..
Makefile.am fsm: Add VTY introspection of osmo_fsm and their instances 2017-01-07 12:21:11 +00:00
buffer.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
command.c vty: use internal node id for xml ids 2017-09-23 12:24:56 +00:00
fsm_vty.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
logging_vty.c Ignore broken everything log level 2017-07-10 11:33:14 +02:00
stats_vty.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
telnet_interface.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
utils.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vector.c doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vty.c VTY: implicit node exit by de-indenting, not parent lookup 2017-09-19 01:35:30 +00:00