laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/36411?usp=email )
Change subject: Add funding link to github mirror
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/36411?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: If81f350017e51733cf13934e8481095eafe44a4f
Gerrit-Change-Number: 36411
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Sat, 23 Mar 2024 11:47:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/36415?usp=email )
Change subject: README.md: Add links to forum + issue tracker
......................................................................
README.md: Add links to forum + issue tracker
Change-Id: I1cad803af112241cef1c83a5ab7c19ae36c439df
---
M README.md
1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/15/36415/1
diff --git a/README.md b/README.md
index 5889df9..df1cb5f 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,14 @@
as well as the [VTY Reference Manual](https://ftp.osmocom.org/docs/latest/osmomsc-vty-reference.pdf)
+Forum
+-----
+
+We welcome any osmo-msc related discussions in the
+[Cellular Network Infrastructure -> 2G/3G CN](https://discourse.osmocom.org/c/cni/2g-3g-cn)
+section of the osmocom discourse (web based Forum).
+
+
Mailing List
------------
@@ -67,6 +75,14 @@
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_Li…
when posting.
+Issue Tracker
+-------------
+
+We use the [issue tracker of the osmo-msc project on osmocom.org](https://osmocom.org/projects/osmomsc/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-msc/+/36415?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I1cad803af112241cef1c83a5ab7c19ae36c439df
Gerrit-Change-Number: 36415
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-msc/+/36414?usp=email )
Change subject: README.md: More hyperlinks and add more interfaces / features
......................................................................
README.md: More hyperlinks and add more interfaces / features
Change-Id: Ic7e64d157969d466b3e1d423e20be5513a7c17fd
---
M README.md
1 file changed, 31 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/14/36414/1
diff --git a/README.md b/README.md
index 8d7995e..5889df9 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,37 @@
osmo-msc - Osmocom MSC Implementation
=====================================
-This repository contains a C-language implementation of a GSM Mobile Switching
-Centre (MSC) for 2G (GSM) and 3G (UMTS). It is part of the
+This repository contains a C-language implementation of a GSM **Mobile Switching
+Centre (MSC)** for 2G (GSM) and 3G (UMTS). It is part of the
[Osmocom](https://osmocom.org/) Open Source Mobile Communications
project.
OsmoMSC exposes
- * A over IP towards BSCs (e.g. OsmoBSC): 3GPP AoIP or SCCPlite
- * IuCS over IP towards RNCs / HNBGW (e.g. osmo-hnbgw)
- * The Osmocom typical telnet VTY and CTRL interfaces.
- * The Osmocom typical statsd exporter.
+
+ * *A over IP* towards BSCs (e.g. [osmo-bsc](https://osmocom.org/projects/osmobsc/wiki): 3GPP AoIP or SCCPlite
+ * *IuCS over IP* towards RNCs / HNBGW (e.g. [osmo-hnbgw](https://osmocom.org/projects/osmohnbgw/wiki))
+ * *MGCP* towards a co-located [osmo-mgw](https://osmocom.org/projects/osmo-mgw/wiki) for the RTP streams
+ * *[GSUP](https://osmocom.org/projects/cellular-infrastructure/wiki/GSUP)* (instead of 3GPP MAP) towards [osmo-hlr](https://osmocom.org/projects/osmo-hlr/wiki)
+ * *SMPP* towards any external SMS sending/receiving applications
+ * *[MNCC](https://osmocom.org/projects/osmomsc/wiki/MNCC)* as external call-control interface towards e.g.
+ [osmo-sip-connectr](https://osmocom.org/projects/osmo-sip-conector/wiki)
+ * The Osmocom typical telnet *VTY* and *CTRL* interfaces.
+ * The Osmocom typical *statsd* exporter.
OsmoMSC implements
+
* mobility management
* call control (either via built-in MNCC handler or external osmo-sip-connector)
+ * voice group call ([VGCS](https://osmocom.org/projects/cellular-infrastructure/wiki/Voice_Group…) and
+ voice broadcast calls ([VBS](https://osmocom.org/projects/cellular-infrastructure/wiki/Voice_Broadc…) as used in GSM-R
* USSD (exposed via GSUP)
* SMS (either via built-in SMSC or external via GSUP)
Homepage
--------
-You can find the OsmoMSC issue tracker and wiki online at
-<https://osmocom.org/projects/osmomsc> and <https://osmocom.org/projects/osmomsc/wiki>.
+You can find the OsmoMSC home page and wiki online at
+<https://osmocom.org/projects/osmomsc/wiki>.
GIT Repository
@@ -76,10 +85,10 @@
History
-------
-OsmoMSC originated from the OsmoNITB project, which started as a minimalistic
-all-in-one implementation of the GSM Network. In 2017, OsmoNITB had reached
-maturity and diversity (including M3UA SIGTRAN and 3G support in the form of
-IuCS and IuPS interfaces) that naturally lead to a separation of the all-in-one
-approach to fully independent separate programs as in typical GSM networks.
+OsmoMSC originated from the [OsmoNITB](https://osmocom.org/projects/osmonitb/wiki/OsmoNITB)
+project, which started as a minimalistic all-in-one implementation of the GSM Network. In 2017, OsmoNITB had
+reached maturity and diversity (including M3UA SIGTRAN and 3G support in the form of IuCS and IuPS interfaces)
+that naturally lead to a separation of the all-in-one approach to fully independent separate programs as in
+typical GSM networks.
OsmoMSC was one of the parts split off from the old openbsc.git.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/36414?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ic7e64d157969d466b3e1d423e20be5513a7c17fd
Gerrit-Change-Number: 36414
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/36408?usp=email )
Change subject: README.md: Add Forum + Issue Tracker sections
......................................................................
README.md: Add Forum + Issue Tracker sections
Change-Id: I2a25ae51cd5c9fdd48575715f3fa11c8631af32d
---
M README.md
1 file changed, 23 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/README.md b/README.md
index 31caa7d..b9c45fd 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,13 @@
[Abis reference Manual](https://ftp.osmocom.org/docs/latest/osmobts-abis.pdf)
describing the OsmoBTS specific A-bis dialect.
+Forum
+-----
+
+We welcome any osmo-bts related discussions in the
+[Cellular Network Infrastructure -> 2G RAN (GERAN)](https://discourse.osmocom.org/c/cni/geran)
+section of the osmocom discourse (web based Forum).
+
Mailing List
------------
@@ -69,6 +76,13 @@
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_Li…
when posting.
+Issue Tracker
+-------------
+
+We use the [issue tracker of the osmo-bts project on osmocom.org](https://osmocom.org/projects/osmobts/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-bts/+/36408?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I2a25ae51cd5c9fdd48575715f3fa11c8631af32d
Gerrit-Change-Number: 36408
Gerrit-PatchSet: 1
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-trx/+/36410?usp=email )
Change subject: README.md: Add Forum and Issue Tracker links
......................................................................
README.md: Add Forum and Issue Tracker links
Change-Id: Ib85f4e82d314cbab1c844497fb82dbda230589a5
---
M README.md
1 file changed, 23 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/10/36410/1
diff --git a/README.md b/README.md
index 4977ad4..b635362 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,13 @@
can be generated during the build process, and is also available online at
<https://ftp.osmocom.org/docs/latest/osmotrx-usermanual.pdf>.
+Forum
+-----
+
+We welcome any osmo-trx related discussions in the
+[Cellular Network Infrastructure -> 2 RAN (GERAN)](https://discourse.osmocom.org/c/cni/geran)
+section of the osmocom discourse (web based Forum).
+
Mailing List
------------
@@ -50,6 +57,13 @@
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_Li…
when posting.
+Issue Tracker
+-------------
+
+We use the [issue tracker of the osmo-trx project on osmocom.org](https://osmocom.org/projects/osmotrx/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-trx/+/36410?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ib85f4e82d314cbab1c844497fb82dbda230589a5
Gerrit-Change-Number: 36410
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange