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 1:
(2 comments)
File src/osmo_ss7_asp.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35796/comment/64440ba2_a564468f PS1, Line 853: ss7_asp_m3ua_tcp_srv_conn_cb This function is 90% identical to `m3ua_tcp_cli_read_cb()`. I would of course like to reduce code duplication. Suggestions are welcome!
File src/xua_rkm.c:
https://gerrit.osmocom.org/c/libosmo-sccp/+/35796/comment/5572ab10_6745cc88 PS1, Line 240: M3UA-over-SCTP or M3UA-over-TCP? Can we use asp->cfg.proto maybe? @laforge@osmocom.org your feedback would be welcome here.