laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/36428?usp=email )
Change subject: README.md: Overhaul (more links, fix markdown formatting) ......................................................................
README.md: Overhaul (more links, fix markdown formatting)
Change-Id: Id1e320439c052797cb9c6cda51b65cd2b9e9a3c4 --- M README.md 1 file changed, 19 insertions(+), 12 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/README.md b/README.md index 5eed2f2..79907e7 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,25 @@ =====================================
This repository contains a C-language implementation of a GSM Base Station -Controller (BSC). IT is part of the +Controller (BSC). It is part of the [Osmocom](https://osmocom.org/) Open Source Mobile Communications project.
OsmoBSC exposes - * A over IP towards an MSC (e.g. OsmoMSC): 3GPP AoIP or SCCPlite - * Abis interfaces towards various kinds of BTS (osmo-bts, sysmobts, nanoBTS, Siemens, Nokia, Ericsson) - * The Osmocom typical telnet VTY and CTRL interfaces. - * The Osmocom typical statsd exporter. - * Cell Broadcast Service Protocol (CBSP) towards a CBC (Cell Broadcast Centre, such as osmo-cbc). - * Lb interface towards a SMLC (Serving Mobile Location Centre, such as osmo-smlc). + + * *A over IP* towards an MSC (e.g. [osmo-msc](https://osmocom.org/projects/osmomsc/wiki)): 3GPP AoIP or SCCPlite + * *Abis* interfaces towards various kinds of BTS (e.g. [osmo-bts](https://osmocom.org/projects/osmobts/wiki/Wiki), sysmobts, nanoBTS, Siemens, Nokia, Ericsson) + * The Osmocom typical telnet *VTY* and *CTRL* interfaces. + * The Osmocom typical *statsd* exporter. + * Cell Broadcast Service Protocol (*CBSP*) towards a CBC (Cell Broadcast Centre, such as [osmo-cbc](https://osmocom.org/projects/osmo-cbc/wiki)). + * Lb interface towards a *SMLC* (Serving Mobile Location Centre, such as [osmo-smlc](https://osmocom.org/projects/osmo-smlc/wiki/OsmoSMLC)).
Homepage --------
-You can find the OsmoBSC issue tracker and wiki online at -https://osmocom.org/projects/osmobsc and https://osmocom.org/projects/osmobsc/wiki. +You can find the OsmoBSC homepage with issue tracker and wiki online at +https://osmocom.org/projects/osmobsc/wiki.
GIT Repository @@ -90,6 +91,3 @@ libmsc, i.e. the old OsmoNITB. Since the standalone OsmoMSC with a true A interface (and IuCS for 3G support) is available, OsmoBSC exists only as a separate standalone entity. - -OsmoBSC-NAT is a specialized solution to navigating RTP streams through a NAT. -(Todo: describe in more detail)