Attention is currently required from: laforge, msuraev, neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32273?usp=email )
Change subject: add static SS7 routing example to cs7-config.adoc ......................................................................
Patch Set 6:
(1 comment)
File common/chapters/cs7-config.adoc:
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32273/comment/51f51185_f665d... PS5, Line 375: For static routing, the M3UA port numbers must be fixed, i.e. there must be no `0` for a client's local port as in : `asp foo 2905 0 m3ua`. Instead, you may use `asp foo 2905 2905 m3ua`.
well, I just tried again, to set one osmo-bsc with sctp-role client to local port 0, and the connect […]
Hi neels, IIUC in your archives the files you used for "2905_0" case are wrong, they use 2905 for both local and remote. BTW, I have the feeling using 2905 (same port) for both local and remote at the same host (localhost, lo interface) is really asking for trouble, with multihoming working in unexpected ways?