aboutsummaryrefslogtreecommitdiffstats
path: root/manuals
AgeCommit message (Collapse)AuthorFilesLines
2019-12-01manual: Fix copy+paste errorHarald Welte1-1/+1
Change-Id: I260946d39f78cf2713dc26860935ab29b83a5532
2019-07-18manuals: Generate vty/counter documentation for osmo-bscnatDaniel Willmann2-2061/+2341
Change-Id: Ice7f15192a57e2c964d07d364732af888972ba0f Depends: I44bb395009582f5e1399f277e15203553c2dcf78 (docker-playground.git) Depends: I52c3cb2cdcfb143e71ac2c1aa40bb466e41a0f5c (docker-playground.git) Related: OS#1700
2019-07-18manuals: Update osmonitb counter/vty documentationDaniel Willmann4-4724/+4176
Change-Id: Ia598124fbb98b3ec8dee606f9d028bb3cc6ff002 Related: OS#1700
2018-11-30manuals: Osmo{NAT,MGCP} -> OsmoBSC{NAT,MGCP}Oliver Smith8-4/+4
Rename the manuals to their proper names. Change-Id: I8c020361c141c758bfb32562dbd7f34f4fd81c39
2018-11-29OsmoMGCP and OsmoNAT manuals moved from osmo-gsm-manuals.gitOliver Smith8-0/+3606
Add both manuals to manuals/OsmoMGCP and manuals/OsmoNAT. Build them just like the existing OsmoNITB manual: $ cd manuals/OsmoMGCP $ make The commit history only consisted of the initial commit and was not imported. Related: OS#3385 Change-Id: Ibace91bc518079765e12529596a1763b6c5a04b5
2018-11-29manuals/OsmoNITB: integrate into this repositoryOliver Smith15-0/+6069
Move from doc/manuals to manuals/OsmoNITB as we have two more manuals (OsmoMGCP and OsmoNAT) that need to be moved to manuals/. Make the manuals build without a toplevel configure.ac file from autotools: $ cd manuals/OsmoNITB $ make openbsc/configure.ac is not used to integrate the manuals, as it would be extra effort to integrate all three of the manuals there. This is not worth it for the legacy codebase. Related: OS#3385 Change-Id: I0036ad8dbecd23695305ac491c7ee87caa44c7f9