pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41088?usp=email )
Change subject: sigtran-osmocom.adoc: Improve route section
......................................................................
sigtran-osmocom.adoc: Improve route section
Change-Id: Ice7c6f09bbf37c032af9a7f6f21d7994ce53ea82
---
M common/chapters/sigtran-osmocom.adoc
1 file changed, 16 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/88/41088/1
diff --git a/common/chapters/sigtran-osmocom.adoc b/common/chapters/sigtran-osmocom.adoc
index ddba669..32d03cf 100644
--- a/common/chapters/sigtran-osmocom.adoc
+++ b/common/chapters/sigtran-osmocom.adoc
@@ -381,11 +381,16 @@
=== Osmocom SS7 Routes
-An Osmocom SS7 Route routes traffic with a matching destination point
-code and point code mask (similar to IP Address + Netmask) towards a
-specified SS7 Linkset or Application Server. The Linkset or
+An Osmocom SS7 Route holds information to route traffic with a matching
+destination point code and point code mask (similar to IP Address + Netmask)
+towards a specified SS7 Linkset or Application Server. The Linkset or
Application Servers are identified by their name.
+Routes are inserted in a routing table, where they are ordered first based
+on prefix mask length (longest prefix first) and then on priority (lowest value first).
+As a result, more specific routes (eg. a single Point Code) will match and
+be used before more generic ones (eg. a subnet).
+
.Major Attributes of an Osmocom SS7 Application Server Process
[options="header",cols="25%,75%"]
|====
@@ -393,8 +398,16 @@
|Point Code|Destination Point Code for this route
|Mask|Destination Mask for this route (like an IP netmask)
|Linkset/AS Name|Destination Linkset or AS, identified by name
+|Priority|Priority of the route in the routing table; lower value means higher priority
|====
+The `show cs7 instance <0-15> route` command can be used on the
+VTY to obtain the list of routes inserted in the system routing table.
+
+The `show cs7 instance <0-15> route-lookup <DPC> from <OPC> sls <SLS>` command
+can be used on the VTY to test and debug routing of specific traffic on the
+currently running routing table, similar to what `ip route get` linux command
+does in the IP world.
=== Osmocom SCCP Instances
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41088?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Ice7c6f09bbf37c032af9a7f6f21d7994ce53ea82
Gerrit-Change-Number: 41088
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41087?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: sigtran.adoc: small fixes and improvements
......................................................................
sigtran.adoc: small fixes and improvements
Change-Id: Ia8457f3fef3c7e455b102b4685850be5fbf6f186
---
M common/chapters/sigtran.adoc
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/87/41087/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41087?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Ia8457f3fef3c7e455b102b4685850be5fbf6f186
Gerrit-Change-Number: 41087
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41087?usp=email )
Change subject: sigtran.adoc: Fix typo
......................................................................
sigtran.adoc: Fix typo
Change-Id: Ia8457f3fef3c7e455b102b4685850be5fbf6f186
---
M common/chapters/sigtran.adoc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/87/41087/1
diff --git a/common/chapters/sigtran.adoc b/common/chapters/sigtran.adoc
index 75767e3..052e726 100644
--- a/common/chapters/sigtran.adoc
+++ b/common/chapters/sigtran.adoc
@@ -419,7 +419,7 @@
transmitting user data to us.
In order to be able to use this feature, the SCTP association peer must support
-the ASCONF extension. The extension support is negotiation during the INIT
+the ASCONF extension. The extension support is negotiated during the INIT
handshake of the association. Furthermore, for ASCONF features to work properly,
the assoc also needs to announce/use the AUTH extension, as per RFC5061 section
4.2.7. Otherwise, the peer receiving an SCTP INIT with
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/41087?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Ia8457f3fef3c7e455b102b4685850be5fbf6f186
Gerrit-Change-Number: 41087
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Attention is currently required from: fixeria.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email )
Change subject: SGsAP_Emulation: Introduce proper support for server-mode
......................................................................
Patch Set 3:
(1 comment)
File library/SGsAP_Emulation.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083/comment/6ce54044_470c… :
PS2, Line 264: return g_pars.remote_sctp_port == -1
> No semicolon at the end of line?
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iccf4ac96c56e947529f0ffc06428e2325a115d50
Gerrit-Change-Number: 41083
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 10 Sep 2025 14:31:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: fixeria, pespin.
Hello Jenkins Builder, fixeria,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Code-Review+1 by fixeria, Verified+1 by Jenkins Builder
Change subject: SGsAP_Emulation: Introduce proper support for server-mode
......................................................................
SGsAP_Emulation: Introduce proper support for server-mode
Prior to this commit, only initial (not really useful) SCTP server-mode
support existed in SGsAP_Emulation.
This is basically because MSC_Tests uses the SCTP client-mode, and
MME_Tests_SGsAP were not yet in a fully working state.
In server-mode, we have a conn_id for the listening socket and a conn_id
for the accepted socket; track them properly.
Moreover, in server node we definetly need some sort of event to wait
for the client to connect; introduce it.
Based on existing work in Iuh_Emulation.
Change-Id: Iccf4ac96c56e947529f0ffc06428e2325a115d50
---
M library/SGsAP_Emulation.ttcn
M mme/MME_Tests.ttcn
M msc/MSC_Tests.ttcn
3 files changed, 111 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/83/41083/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iccf4ac96c56e947529f0ffc06428e2325a115d50
Gerrit-Change-Number: 41083
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: daniel, laforge, lynxis lazus, osmith.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41074?usp=email )
Change subject: mme: Mark GTP and diameter emulations alive
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
> @pespin@sysmocom. […]
It keeps the components running until the end of the test, we already use that in most components eveyrwhere, otherwise there's problems when tearing them down and the UIT sending messages to them, or sending messages between components during tear down.
Grep for "alive" in git log.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41074?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I53851dc981e9395e025cd5d2fb0122bea49564ee
Gerrit-Change-Number: 41074
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 10 Sep 2025 14:29:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>
Attention is currently required from: lynxis lazus.
neels has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/38491?usp=email )
Change subject: vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent
......................................................................
Patch Set 11:
(1 comment)
File tests/msc_vlr/msc_vlr_test_authen_reuse.err:
https://gerrit.osmocom.org/c/osmo-msc/+/38491/comment/009fd659_b3f2fe29?usp… :
PS11, Line 184: DVLR vlr_lu_fsm(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:GERAN-A:LU){VLR_ULA_S_DONE}: Deferring: will deallocate with msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:GERAN-A:LU)
> I don't know. […]
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38491?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I27fd1048f85363797b43808d2061ce28be6da81b
Gerrit-Change-Number: 38491
Gerrit-PatchSet: 11
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 10 Sep 2025 02:15:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>
Attention is currently required from: lynxis lazus.
neels has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/38491?usp=email )
Change subject: vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent
......................................................................
Patch Set 11: Code-Review+2
(1 comment)
Patchset:
PS11:
one could do a bit of code checking how we, in general, deallocate osmo_fsm_inst in osmo-msc. I guess we use OTC_SELECT, and the tests should actually be a very good indicator, indeed.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38491?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I27fd1048f85363797b43808d2061ce28be6da81b
Gerrit-Change-Number: 38491
Gerrit-PatchSet: 11
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 10 Sep 2025 02:15:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email )
Change subject: SGsAP_Emulation: Introduce proper support for server-mode
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File library/SGsAP_Emulation.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083/comment/816f5fdc_28cb… :
PS2, Line 264: return g_pars.remote_sctp_port == -1
No semicolon at the end of line?
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41083?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iccf4ac96c56e947529f0ffc06428e2325a115d50
Gerrit-Change-Number: 41083
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 09 Sep 2025 19:06:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes