laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/36429?usp=email )
Change subject: README.md Add Forum + Issue Tracker sections
......................................................................
README.md Add Forum + Issue Tracker sections
Change-Id: I0e9fc221fdf78ad94de7713b62473680ee7d58c2
---
M README.md
1 file changed, 26 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/README.md b/README.md
index 79907e7..bf9526c 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,14 @@
describing the level of CBSP conformance.
+Forum
+-----
+
+We welcome any osmo-bsc related discussions in the
+[Cellular Network Infrastructure -> 2G/3G RAN (GERAN)](https://discourse.osmocom.org/c/cni/geran)
+section of the osmocom discourse (web based Forum).
+
+
Mailing List
------------
@@ -62,6 +70,15 @@
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_Li…
when posting.
+
+Issue Tracker
+-------------
+
+We use the [issue tracker of the osmo-bsc project on osmocom.org](https://osmocom.org/projects/osmobsc/issues) for
+tracking the state of bug reports and feature requests. Feel free to submit any issues you may find, or help
+us out by resolving existing issues.
+
+
Contributing
------------
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/36429?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I0e9fc221fdf78ad94de7713b62473680ee7d58c2
Gerrit-Change-Number: 36429
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
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)
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/36428?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id1e320439c052797cb9c6cda51b65cd2b9e9a3c4
Gerrit-Change-Number: 36428
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36430?usp=email )
Change subject: Add README.md file (to show up in gitea / github / etc.)
......................................................................
Add README.md file (to show up in gitea / github / etc.)
Change-Id: Ic176636930e9a36cc428360147140a7339aa58b5
---
A README.md
1 file changed, 39 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/36430/1
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..907ebb1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+Osmocom TTCN-3 Test Suites
+==========================
+
+This repository contains a collection of test suites developed within
+the [Osmocom](https://osmocom.org/) (Open Source Mobile Communications)
+project. The test suites are developed in the
+[TTCN-3](https://de.wikipedia.org/wiki/TTCN-3) programming language,
+compiled/executed by the [Eclipse TITAN](https://projects.eclipse.org/projects/tools.titan)
+compiler and runtime.
+
+Those test suites mostly are performing *functional testing* of cellular
+network elements, from 2G, 3G, 4G to 5G. The individual test-suites are
+in sub-directories, while some shared library code is in *library*.
+
+
+Continuous Integration
+----------------------
+
+The individual tests suites are executed against different versions of
+the respective IUT (Implementation Under Test) by the Osmocom jenkins.
+
+See the [list of all TTCN-3 jenkins jobs](https://jenkins.osmocom.org/jenkins/view/TTCN3/)
+for more details
+
+
+Further reading
+--------------
+
+Some more information about those test suites can be found
+at <https://osmocom.org/projects/cellular-infrastructure/wiki/Titan_TTCN3_Tests…>.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36430?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic176636930e9a36cc428360147140a7339aa58b5
Gerrit-Change-Number: 36430
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/36427?usp=email )
Change subject: Add funding link to github mirror
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/36427?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I754edea2ed122b6056e0fc94056ec6d509299067
Gerrit-Change-Number: 36427
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Sat, 23 Mar 2024 15:48:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/36429?usp=email )
Change subject: README.md Add Forum + Issue Tracker sections
......................................................................
README.md Add Forum + Issue Tracker sections
Change-Id: I0e9fc221fdf78ad94de7713b62473680ee7d58c2
---
M README.md
1 file changed, 26 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/29/36429/1
diff --git a/README.md b/README.md
index 79907e7..bf9526c 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,14 @@
describing the level of CBSP conformance.
+Forum
+-----
+
+We welcome any osmo-bsc related discussions in the
+[Cellular Network Infrastructure -> 2G/3G RAN (GERAN)](https://discourse.osmocom.org/c/cni/geran)
+section of the osmocom discourse (web based Forum).
+
+
Mailing List
------------
@@ -62,6 +70,15 @@
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_Li…
when posting.
+
+Issue Tracker
+-------------
+
+We use the [issue tracker of the osmo-bsc project on osmocom.org](https://osmocom.org/projects/osmobsc/issues) for
+tracking the state of bug reports and feature requests. Feel free to submit any issues you may find, or help
+us out by resolving existing issues.
+
+
Contributing
------------
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/36429?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I0e9fc221fdf78ad94de7713b62473680ee7d58c2
Gerrit-Change-Number: 36429
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/36428/1
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)
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/36428?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id1e320439c052797cb9c6cda51b65cd2b9e9a3c4
Gerrit-Change-Number: 36428
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange