aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoMGW
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21use autotools to add "make install" targetOliver Smith1-0/+0
For reasoning why a transition to autotools is desired, see the commit message of the previous patch in this series. "make install" copies the "build", "common" dirs, as well as the "*.xsl" files to $(prefix)/share/osmo-gsm-manuals. Prefix is typically /usr/local. Also a pkg-config file gets installed, so the path of the shared files can be looked up by autoconf scripts of the project repositories. The check-depends script is installed to $(prefix)/bin/osmo-gsm-manuals-check-depends and will be used by project specific autoconf scripts, too. All existing make targets ("make", "make check", "make upload") are still working, users only need to run "autoreconf -fi" and "./configure" beforehand. Makefile.am uses custom install-data-hook and uninstall-local targets, so we don't need to specify each file of the relevant subdirs in a _DATA variable (no extra maintenance effort). (moving manuals to project repositories 5/19) Related: OS#3385 Change-Id: I8e7036fae062ee783cb132b14608827a82c5e7c7
2018-11-20s/TOPDIR/OSMO_GSM_MANUALS_DIR/gOliver Smith1-4/+4
Replace TOPDIR with OSMO_GSM_MANUALS_DIR. When the project specific manuals will be built out of this repository, we still need to refer to the top directory of the shared content. But it will be in another repository, so we need to rename the variable to avoid confusion. (moving manuals to project repositories 3/19) Related: OS#3385 Change-Id: I2af797546de048a6ab19a5cbc755e5e15575d7ab
2018-11-18mgw: update vty referenceNeels Hofmeyr1-14/+146
Change-Id: Ib30ea8b02f8a950648b85e7ebc96a40ba5a36b34
2018-08-26OsmoMGW: document the 'X-Osmo-IGN' MGCP extensionNeels Hofmeyr2-0/+70
See also Ia6fe5ead4b601931c1bf41b29fc1b237aac37d2c in osmo-mgw.git, which changes the initial single-character implementation to match this specification of string tokens separated by spaces. Change-Id: If15a88c3b5b40fd1d24ad0f94f3231f678669ab1
2018-08-07Add initial OsmoMGW manualDaniel Willmann8-0/+282
Change-Id: I1b4ff96309d280c6a63105a6e06a82ec2e7b6908
2018-07-31mgw: Add new VTY referenceDaniel Willmann1-106/+15
Change-Id: Ic8ca983f3358aae9362fb21ff3a111f9c4f3935b
2018-03-17vty-ref: Update URI of docbook 5.0 schemaHarald Welte1-2/+2
... to match the /etc/xml/catalog file on debian (no "www" in hostname) Change-Id: Id9f3579c7f2bc3af13fe30b5268f249b6f59ed0d
2018-03-06OsmoMGW: update VTY referenceNeels Hofmeyr1-1733/+1604
This is the first update since the libosmocore changes to the 'show online-help' generated output. Hence the produced document now benefits from the structural improvements: - not repeating common commands for every node; - using section names that match the VTY prompt. Change-Id: I79804ec0e61cc19a679f079a083a5ea2ea3ee2de
2017-12-12osmo-mgw: Add vty reference manualPhilipp Maier4-0/+1779
add missing vty reference manual for osmo-mgw Change-Id: If9d8cdcbbbf14b23e48af5b9ae1c56c2a38219a2