[PATCH] osmo-gsm-manuals[master]: INSTALL.txt: add missing dep and vty ref howto

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Sep 19 00:45:09 UTC 2017


Review at  https://gerrit.osmocom.org/3983

INSTALL.txt: add missing dep and vty ref howto

Change-Id: I1068d665b91faf1faa1b295503fcdc33f4ac500a
---
M INSTALL.txt
1 file changed, 23 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/83/3983/1

diff --git a/INSTALL.txt b/INSTALL.txt
index 39653d3..2669c0c 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -7,9 +7,31 @@
   dblatex \
   mscgen \
   graphviz \
-  python-pychart
+  python-pychart \
+  python-nwdiag
 
 Build PDFs, run:
   make
 or for a parallel build using more CPU cores:
   make -j 5
+
+To update the VTY reference for a given program, use osmodumpdoc.py, available
+from git.osmocom.org/python/osmo-python-tests -- for example, for osmo-msc:
+
+  cd ~/osmo-python-tests
+  ./setup.py install
+
+  cd ~/osmo-msc
+  mkdir build
+  cd build
+  ../configure --enable-smpp
+  make
+  osmodumpdoc.py -p ~/osmo-msc
+
+  cp doc/msc_vty_reference.xml ~/osmo-gsm-manuals/OsmoMSC/vty/
+  cd ~/osmo-gsm-manuals/OsmoMSC
+  git status
+  git diff
+  make
+  git commit -a -m "OsmoMSC: update VTY reference"
+  git push origin HEAD:refs/for/master/msc_vty

-- 
To view, visit https://gerrit.osmocom.org/3983
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1068d665b91faf1faa1b295503fcdc33f4ac500a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list