Attention is currently required from: jolly.
pespin has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42807?usp=email )
Change subject: Add DSCP configuration support for STP server ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: You need to: 1- add a osmo_stream_srv_set_ip_dscp() API in libosmo-netif, which calls internally osmo_sock_set_dscp() on the stream socket 2- Use the new osmo_stream_srv_set_ip_dscp() from libosmo-netif in libosmo-sigtran's xua_accept_cb(), best place before the TCP/SCTP socket params are applied (see ss7_asp_apply_tcp_pars()).