9
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
Oliver Smith cd4916c87f manuals: set OSMO_REPOSITORY
Fix uploading manuals to the wrong directory.

Related: OS#5902
Change-Id: I44f138c4102ea74f8e88350e130a9303203d6440
2023-03-07 14:22:59 +01:00
Harald Welte e5e69dc73e Add very clear obsolescence / unmaintained warnings
* add messages at start-up and to the VTY
* users must explicitly confirm they want to run osmo-nitb

Change-Id: I5d5c0ff386dbc2e7b7dd02d6c33d1f9fec70707b
2020-12-10 11:17:14 +01:00
Pau Espin 4e53b2b103 doc: Copy {bsc,bts}.adoc from osmo-gsm-manuals
Those adoc files are only used by osmo-bsc.git and openbsc.git
(osmo-nitb), and the later is deprecated and no longer maintained, which
means new features are only added to BSC. Hence it makes no sense to
keep the doc shared between both. As a result, they will be dropped from
osmo-gsm-manuals.git and we keep an unmodified copy here.

Change-Id: Ic3b4192238be3147f61779845521eae84511fb7e
2020-07-20 13:15:57 +02:00
Harald Welte 206794e09e manual: Fix copy+paste error
Change-Id: I260946d39f78cf2713dc26860935ab29b83a5532
2019-12-01 14:22:51 +01:00
Daniel Willmann 2e5fc99327 manuals: Generate vty/counter documentation for osmo-bscnat
Change-Id: Ice7f15192a57e2c964d07d364732af888972ba0f
Depends: I44bb395009582f5e1399f277e15203553c2dcf78 (docker-playground.git)
Depends: I52c3cb2cdcfb143e71ac2c1aa40bb466e41a0f5c (docker-playground.git)
Related: OS#1700
2019-07-18 20:41:07 +02:00
Daniel Willmann 50b60b33cc manuals: Update osmonitb counter/vty documentation
Change-Id: Ia598124fbb98b3ec8dee606f9d028bb3cc6ff002
Related: OS#1700
2019-07-18 20:29:51 +02:00
Oliver Smith 4320f89f7d manuals: Osmo{NAT,MGCP} -> OsmoBSC{NAT,MGCP}
Rename the manuals to their proper names.

Change-Id: I8c020361c141c758bfb32562dbd7f34f4fd81c39
2018-11-30 10:35:03 +01:00
Oliver Smith 8c4bfaf4cf OsmoMGCP and OsmoNAT manuals moved from osmo-gsm-manuals.git
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-29 16:19:47 +01:00
Oliver Smith eaa61bff5d manuals/OsmoNITB: integrate into this repository
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
2018-11-29 16:19:08 +01:00