Attention is currently required from: fixeria, laforge.
pespin 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 1:
(1 comment)
Patchset:
PS1:
I wonder whether we really want to add/maintain a "OSMO_SS7_ASP_PROT_M3UA_TCP" type ... […]
Well, tbh I also wonder whether we should be adding a new "m3ua-tcp" type. I think you are just mixing protocol layers there. When you configure it as M3UA, everything should work the same at M3UA level. It's only a detail on which protocol you use beneath it. So it probably makes sense to keep "m3ua" in vty for both, and add some extra option "transport (sctp|tcp)" which defaults to sctp. In the end is lower layer details like whether the transport acts as a server or as a client. And we don't have "m3ua-client" or "m3ua-server".