Attention is currently required from: neels, laforge, msuraev.
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32273 )
Change subject: add static SS7 routing example to cs7-config.adoc
......................................................................
Patch Set 3:
(1 comment)
File common/chapters/cs7-config.adoc:
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32273/comment/1d5251a7_b40d…
PS1, Line 365: Every component has a distinct M3UA port. For
I don't immediately see a reason why the other
side (BSC) would have to use a "distinct" port. […]
I also think this
sentence is too generic or not accurate.
The problem here comes from that fact that we implement this using 1-to-1 SCTP sockets,
which may pose some limitations on the IP addresses + local port that can be assigned in
several different ASPs.
If we implemented 1-to-many sockets, we'd internally have 1 socket which means could
be shared by several ASPs sharing the local addresses, and find out the ASP based on
remote addresses. But since we are creating 1 socket per ASPs, the kernel doesn't
allow re-creating another socket with the same IP address + local port (I think even if
the local addresses are different, but I'd need to test it).
So maybe simply documenting this feature may be better than simply writing that the port
must be unique.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32273
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: I44afddf7004f5bf37eec706ca3da12c04f83f8fa
Gerrit-Change-Number: 32273
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: msuraev <msuraev(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 11 Aug 2023 16:21:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <nhofmeyr(a)sysmocom.de>
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment