Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/35796?usp=email )
Change subject: Implement M3UA-over-TCP (in addition to SCTP) ......................................................................
Patch Set 7:
(1 comment)
File include/osmocom/sigtran/osmo_ss7.h:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35796/comment/70cac7b2_67e67041 PS3, Line 616: osmo_sccp_simple_client2(void *ctx, const char *name, uint32_t default_pc,
So at least submit that part as a different patch and we can discuss whether we merge it [...] […]
The problem with osmo-{bsc,msc} being unable to use M3UA-over-TCP has been resolved by making the `trans_proto` argument of `osmo_ss7_asp_find_*()` functions optional (passing `-1` means any transport protocol). With the new patchset revision, I am able to connect both osmo-{bsc,msc} via osmo-stp using M3UA/TCP. This also eliminates the need to deprecate the existing `_simple_` API and add anything else.