pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/28352 )
Change subject: README.md: Fix syntax for hyperlinks
......................................................................
README.md: Fix syntax for hyperlinks
Change-Id: I0648d816dbfa51caac11920bacc16925e179223c
---
M README.md
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/README.md b/README.md
index c9103d4..ac2893e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
--------
The official homepage of the project is
-https://osmocom.org/projects/osmo-e1d/wiki
+<https://osmocom.org/projects/osmo-e1d/wiki>
GIT Repository
--------------
@@ -44,12 +44,12 @@
------------
Our coding standards are described at
-https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
We us a gerrit based patch submission/review process for managing
contributions. Please see
-https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
more details
The current patch queue for osmo-e1d can be seen at
-https://gerrit.osmocom.org/#/q/project:osmo-e1d+status:open
+<https://gerrit.osmocom.org/#/q/project:osmo-e1d+status:open>
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/28352
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I0648d816dbfa51caac11920bacc16925e179223c
Gerrit-Change-Number: 28352
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
Attention is currently required from: iedemam.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28390 )
Change subject: logs: also record which BTS is signaling a SAPI REJECT
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/28390
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4d25cc4cf55b03c7311ba58cf6feae06c3028a5d
Gerrit-Change-Number: 28390
Gerrit-PatchSet: 1
Gerrit-Owner: iedemam <michael(a)kapsulate.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: iedemam <michael(a)kapsulate.com>
Gerrit-Comment-Date: Mon, 20 Jun 2022 10:38:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/28309 )
Change subject: implement GTP tunnel mapping via netfilter
......................................................................
Patch Set 5:
(1 comment)
Patchset:
PS5:
> i was able to login on the build slave via ssh and fixed the workspace. […]
I think the problem is that VTY tests shouldn't be doing stuff which needs administrative permission. Or is osmo-upf doing netfilter stuff requiring the permissions already at start up?
For TTCN3 is fine, we already do something similar with the osmo-ggsn using gtp kernel module.
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/28309
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ic0d319eb4f98cd51a5999c804c4203ab0bdda650
Gerrit-Change-Number: 28309
Gerrit-PatchSet: 5
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 20 Jun 2022 10:35:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: comment
pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/28364 )
Change subject: Convert + Expand README file
......................................................................
Convert + Expand README file
README.md in-line with that of other osmocom CNI projects:
* markdown syntax
* link to manuals, issue tracker, gerrit contributions, etc.
Change-Id: I98e09e8900c359382e2a90b187f0c6f22a1cf81d
---
D README
A README.md
2 files changed, 85 insertions(+), 35 deletions(-)
Approvals:
Jenkins Builder: Verified
keith: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/README b/README
deleted file mode 100644
index 0f1b3cf..0000000
--- a/README
+++ /dev/null
@@ -1,35 +0,0 @@
-About OsmoMSC
-=============
-
-OsmoMSC is an implementation of the 3GPP MSC (Mobile Switching Centre)
-network element. It implements the following core functionality within
-the 2G (GSM) and 3G (UMTS) networks:
-
-* mobility management
-* call control (either via built-in MNCC handler or external osmo-sip-connector)
-* USSD (exposed via GSUP)
-* SMS (either via built-in SMSC or external via GSUP)
-
-Historically, OsmoMSC originated from the OpenBSC project, which started
-as a minimalistic all-in-one implementation of the GSM Network. In 2017,
-OpenBSC 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. Before,
-it was the libmsc part of the old OsmoNITB. Since a true A interface and
-IuCS for 3G support is available, OsmoMSC exists only as a separate
-standalone entity.
-
-OsmoMSC exposes
-- GSUP towards OsmoHLR (or a MAP proxy);
-- A over IP towards a BSC (e.g. OsmoBSC);
-- IuCS towards an RNC or HNB-GW (e.g. OsmoHNBGW) for 3G voice;
-- MNCC (Mobile Network Call Control derived from GSM TS 04.07);
-- SMPP 3.4 (Short Message Peer-to-Peer);
-- The Osmocom typical telnet VTY and CTRL interfaces.
-
-Find OsmoMSC issue tracker and wiki online at
-https://osmocom.org/projects/osmomsc
-https://osmocom.org/projects/osmomsc/wiki
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d7995e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,85 @@
+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
+[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.
+
+OsmoMSC implements
+ * mobility management
+ * call control (either via built-in MNCC handler or external osmo-sip-connector)
+ * 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>.
+
+
+GIT Repository
+--------------
+
+You can clone from the official osmo-msc.git repository using
+
+ git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
+
+There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-msc>
+
+
+Documentation
+-------------
+
+User Manuals and VTY reference manuals are [optionally] built in PDF form
+as part of the build process.
+
+Pre-rendered PDF version of the current "master" can be found at
+[User Manual](https://ftp.osmocom.org/docs/latest/osmomsc-usermanual.pdf)
+as well as the [VTY Reference Manual](https://ftp.osmocom.org/docs/latest/osmomsc-vty-reference.pdf)
+
+
+Mailing List
+------------
+
+Discussions related to osmo-msc are happening on the
+openbsc(a)lists.osmocom.org mailing list, please see
+<https://lists.osmocom.org/mailman/listinfo/openbsc> for subscription
+options and the list archive.
+
+Please observe the [Osmocom Mailing List
+Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
+when posting.
+
+Contributing
+------------
+
+Our coding standards are described at
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
+
+We us a gerrit based patch submission/review process for managing
+contributions. Please see
+<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
+more details
+
+The current patch queue for osmo-msc can be seen at
+<https://gerrit.osmocom.org/#/q/project:osmo-msc+status:open>
+
+
+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 was one of the parts split off from the old openbsc.git.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/28364
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I98e09e8900c359382e2a90b187f0c6f22a1cf81d
Gerrit-Change-Number: 28364
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith <keith(a)rhizomatica.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged