aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoSIPConnector
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21*-vty-reference.xml: use ./common, not ../commonOliver Smith1-1/+1
Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 9/19) Change-Id: I5368bcff34586c515af23e5a868417e561fd539d
2018-11-21*.adoc: include from ./common, not ../commonOliver Smith1-7/+7
Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 8/19) Related: OS#3385 Change-Id: Id984f5e85481f7877567ee6d21f7ca455d773ef1
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-18sip-connector: update vty referenceNeels Hofmeyr1-14/+106
Change-Id: I79b91847337b6022f8f750533301b3bf0eb086df
2018-10-01running: Add note about DTMF supportPhilipp Maier1-0/+26
osmo-sip-connector does not yet support full DTMF support. The current implementation only supports DTMF tones to be send from MNCC to SIP, but not in the opposite direction. Change-Id: I578e50b0a42d88b05cf6da80443b71494b5eb26f Related: OS#2777
2018-09-25osmo-sip-connector: Explicitly note OsmoMSC config with external MNCCDaniel Willmann1-0/+4
Change-Id: Ia186ea48b1012e65dc6446c839fdb548d44b6a6c
2018-08-30OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusionVadim Yanitskiy1-7/+7
Change-Id: If20700d94775e91f174a1a07e00820ef0a91cd2f
2018-08-23Add manual for OsmoSIPConnectorDaniel Willmann6-0/+233
Ticket: OS#1684 Change-Id: I70d3014deb459e0b91a9a92c60710b994153538e
2018-08-23Add VTY reference for osmo-sip-connectorDaniel Willmann4-0/+1086
Ticket: OS#1684 Change-Id: I1045c20dd7234d425836ba93fa292a35ccddc7fd