Commit Graph

83 Commits

Author SHA1 Message Date
Neels Hofmeyr f1b6500afd jenkins.sh: call 'make check'
Preceding commits have eradicated all warnings found by the 'make check' target
being added here. Call from jenkins.sh now that it will no longer fail.

Change-Id: I4e1a15b7a7ed50637b1c020dcd962f42d3ced08f
2016-10-21 02:22:02 +02:00
Neels Hofmeyr 129875ddb7 OsmoNITB: include abis.adoc from common/chapters/
Change-Id: If3d92fe19d402d77b0db0eb9d00efef0a8d02122
2016-10-21 02:22:02 +02:00
Neels Hofmeyr fa65533ab9 OsmoBSC: include bts-examples.adoc from OsmoNITB
Change-Id: I6b6d8c413762c710453b228f846216961b578597
2016-10-21 02:22:02 +02:00
Neels Hofmeyr fe9dca3a09 OsmoBSC+NITB/running: fix title levels, one too deep
Change-Id: If81e44c9a0774e5de39cc536989cef5cb214a224
2016-10-21 02:22:02 +02:00
Neels Hofmeyr 9b1cdce0f6 OsmoBTS/abis/rsl: combine separate dyn ts sections
There were two separate sections saying basically the same. Move the
entire 'Dynamic Channel Combinations' section further above and combine
with the 'IPA Style PDCH Management' section to avoid repetition.

Change-Id: Ic370ba34de5cb14f0194ff8c8661e45d7ca98e2b
2016-10-18 17:11:22 +02:00
Neels Hofmeyr 6dc47a8dd9 cosmetic: build: on a2x failure, use asciidoc -v and $ASCIIDOC_OPTS
This is only used to output warnings in case the a2x build failed.
Use ASCIIDOC_OPTS instead of repeating the same options (with one missing)
and add verbose output by asciidoc.

Change-Id: I6135ba1a3e46610eea6089e2218f1024c49054be
2016-10-18 17:11:22 +02:00
Neels Hofmeyr b156e76469 add 'make check' target
Generate *.check files from asciidoc output and grep for WARNINGs.
Add *.check files to gitignore and to 'make clean'.

Change-Id: Ibccc83a3415930a528f2e8e4e4dda3b81c6d0b64
2016-10-18 17:11:21 +02:00
Neels Hofmeyr 4dba500ed5 make clean: also remove generated image files
Change-Id: I80798e79b4ccee64f26f58f9754de02b2958e33e
2016-10-18 17:10:51 +02:00
Neels Hofmeyr 690178bc1a OsmoBTS/abis/rsl: add missing info for Osmocom Dyn Channels
The section 'Osmocom Style Dynamic Channels' ended in mid-sentence without
naming any of the hard facts. Complete that.

Add section links.

Change-Id: Ib92895fe1bb89fb1b14dc8fcbd88b98bbb6edeee
2016-10-18 17:08:49 +02:00
Neels Hofmeyr 43f69acdde OsmoBTS/abis/rsl: cosmetic: 'IPA style'
Consistently name the PDCH act methid 'IPA style', name ip.access only once
in the 'IPA Style Dynamic Channels' section.

Consistently write 'IPA style' without hyphen (not 'IPA-style').

Capitalize section headers ('IPA Style').

Change-Id: I91112c2d8af9424ebe7e1972fd4ef9c77d24a7b4
2016-10-18 17:08:49 +02:00
Neels Hofmeyr eda597fee0 OsmoBTS/chapters/configuration.adoc: fix index numbering
Change-Id: Ibe507fe36e0130377dec361d56fd75596ca64e75
2016-10-18 17:08:49 +02:00
Neels Hofmeyr 098baa4960 osmobts-usermanual.adoc: fix link to abis.adoc chapter
The chapter is in ../common/chapters, not in ./chapters

Change-Id: I698d83e96cb77900b99a0bd383587b1b68182efb
2016-10-18 17:08:49 +02:00
Neels Hofmeyr 1c6aba60ad OsmoBTS/chapters/dynamic-timeslots.adoc: Remove obsolete links
Those file never existed and the ladder diagrams are instead at
OsmoBTS/abis/dyn_ts*msc.

Change-Id: Icbae85b959e80afe7f272a11f33064a3e594da53
2016-10-18 17:08:49 +02:00
Neels Hofmeyr a74318b506 OsmoBTS/abis/rsl.adoc: fix missing section header
In effect, this fixes the dangling references from the table of RSL messages
with additions/limitations to the Chan Act message description.

Change-Id: Ic6f83f016ce9ec90af7eb0af1b1f71a10263915d
2016-10-18 17:08:49 +02:00
Alexander Couzens 05f5adbe83 OsmoBTS: add vty reference documentation
Including the required changes of the Makefile which is now simliar
as the other projects Makefile's.
Based on: OsmoBTS 0.3.0.283-f869

Change-Id: Id7362ce1c584b1926330b93770d68453e091c71c
2016-10-18 13:52:15 +00:00
Alexander Couzens e37ba377b3 build/Makefile: set LIBOSMO_DIR UPLOAD_PATH only if not exists
Allows the user to set by env or argument

Change-Id: Ibc2c9ff6e61fd8cb59b908a9586ad5841d698924
2016-10-18 13:34:08 +00:00
Alexander Couzens 3163b416fa add .gitreview
.gitreview is used by `git review` plugin.

Change-Id: Ia60e51f156985f7c3c1f0452d4d3760cb1396f1b
2016-10-18 12:44:12 +00:00
Neels Hofmeyr 643fb2d763 Merge "portability: use py script instead of 'date -d @1234'" 2016-10-18 12:41:40 +00:00
Neels Hofmeyr e2ba56ccce portability: use py script instead of 'date -d @1234'
On FreeBSD, the 'date' command's -d option has a completely different meaning.
Instead, use a small python script to do the date format conversion, which
should be more portable.

As a side effect, we now also use UTC instead of the build server's timezone,
which may be considered a more international choice.

Add build/unix-time-to-fmt.py, call in build/Makefile.asciidoc.inc.

Change-Id: I91a40656184f553ee375216d8ba5c7788fe9990d
2016-10-18 14:27:53 +02:00
Neels Hofmeyr 1eb93b57e1 add jenkins.sh script for jenkins build job
Change-Id: I6c3d959202f510f0c9780d0fa28c769ea9d721e8
2016-10-17 01:46:53 +02:00
Ivaylo Kostov a9b0620119 Typo in Chapter 14.2 2016-10-13 18:02:11 +02:00
Harald Welte 8f198c108a OM2000 MSC: Fix spelling 2016-10-03 14:35:54 +02:00
Harald Welte ef94bf4094 OM2000 message sequence charts: specify MO in node name 2016-10-03 14:33:44 +02:00
Neels Hofmeyr bf471a0517 common: port_numbers.adoc: sync with wiki page
https://osmocom.org/projects/cellular-infrastructure/wiki/PortNumbers
2016-09-09 17:01:23 +02:00
Neels Hofmeyr d363b3964a OsmoBTS/abis/dyn_ts_osmocom_style.msc: adjust PDCH Act ack
The act ack for switchover to PDCH is now issued immediately, after
commit 'dyn TS: if PCU is not connected, allow operation as TCH'.
Adjust the chart accordingly.
2016-08-23 01:12:22 +02:00
Neels Hofmeyr 41fba3d1e9 OsmoBTS/abis/rsl: fix subtitle for ladder diagram of osmo dyn switchover 2016-08-22 17:36:28 +02:00
Daniel Willmann 09eea26c83 Add section about configuring power-ramping 2016-08-08 17:03:39 +02:00
Harald Welte 63548b94c4 osmobts-abis: Add Revision log regarding dynamic cannels 2016-07-31 21:53:33 +02:00
Harald Welte 84e3a9e060 spelling: message discriminator, not descriminator 2016-07-31 21:46:35 +02:00
Neels Hofmeyr c743fd5812 Document dynamic channels on Abis, both IPA and Osmocom style
Based in ladder diagram and WIP wording for IPA style from Neels
Hofmeyr, completed by me.
2016-07-31 21:46:28 +02:00
Neels Hofmeyr f5fb7e847c OsmoBTS: hardware support: remove dup, tweak wording
Don't mention the common part twice.
Use plural for hw specific parts.
No commata before 'and'.
2016-07-26 13:16:31 +02:00
Neels Hofmeyr adbc4f301c bibliography: fix spelling of my surname 2016-07-26 12:52:24 +02:00
Neels Hofmeyr d809dd5843 OsmoBTS: wording tweak 2016-07-26 12:50:39 +02:00
Neels Hofmeyr 180c6dd4b5 OsmoBTS: typos
'3GPP specified': when talking about written information, one usually uses
the present tense '3GPP specifies'.
2016-07-26 12:46:33 +02:00
Harald Welte 3615f3277c GSUP: Add ladder diagrams for protocol transactions / procedures 2016-07-23 21:00:13 +02:00
Harald Welte 7043bbda5e Update GSUP chapter regarding UMTS AKA and other recent changes
The GSUP protocol has been enhanced with
* Support for UMTS AKA in 'Auth Tuple' / SAI operations
* Authentication Failure Report
* CN Domain indicator

Let's update the documentation accordingly.
2016-07-23 14:58:04 +02:00
Harald Welte 5861815a69 add Ericsson OM2000 message sequence charts (one for each MO) 2016-07-10 16:03:53 +02:00
Neels Hofmeyr 293cb9f2fe abis/oml.doc: remove duplicate sentence part 2016-06-27 17:42:53 +02:00
Harald Welte 693cb84386 Merge branch 'max/ctrl' 2016-06-07 23:16:19 +02:00
Max 964ccee117 Add OsmoNITB control interface description 2016-06-07 23:16:01 +02:00
Max 10b4f22733 Add OsmoSGSN control interface description 2016-06-07 23:16:01 +02:00
Max 5ba5e6e2ee Add OsmoBTS control interface description 2016-06-07 23:16:01 +02:00
Max 9e927f9f3c Add OsmoBSC control interface description 2016-06-07 23:16:01 +02:00
Max 887839f0e4 Expand common control interface description
Add variables common to all osmocom programs which are using control
interface.
2016-06-07 23:16:01 +02:00
Neels Hofmeyr c1b0e983e9 minor tweak 2016-05-25 15:12:33 +02:00
Jonathan Brielmaier 56cdbf359c fix various typos across all manuals 2016-05-25 15:01:28 +02:00
Harald Welte 08e0f64081 Makefile.inc: Fix "make upload" for asciidoc PDFs 2016-05-22 20:26:22 +02:00
Harald Welte 53a3f350fb bibliography: Add SIM/USIM card related spec references 2016-05-22 20:21:20 +02:00
Harald Welte e5d8884cb7 Add SIM/USIM related terminology to glossary 2016-05-20 10:59:19 +02:00
Max 0b3e259572 Add OsmoBSC control interface description 2016-05-04 14:30:49 +02:00