Project

General

Profile

Feature #5752

Updated by laforge over 1 year ago

Once libosmocore provides the new API for the upcoming io_uring backend (#5751) we will need to port libosmo-sccp over to this new API. 

 Currently we're using the following code-paths for I/O 

 |_.libosmo-sigtran |_.libosmo-netif function|_.I/O function|_.provided by| 
 |xua_srv_conn_cb|sctp_recvmsg|libsctp| 
 |ipa_cli_read_cb|ipa_msg_recv_buffered|libosmocore| 
 |osmo_ss7_asp_send|osmo_stream_srv_send|libosmo-netif| 
 |osmo_ss7_asp_send|osmo_stream_cli_send|libosmo-netif| 

 We need to analyze each of those and migrate, if possible.

Back

Add picture from clipboard (Maximum size: 48.8 MB)