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 server transport role ......................................................................
Patch Set 3: Code-Review-1
(2 comments)
File src/ss7_xua_srv.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42807/comment/ec32fa29_cc6fda... : PS3, Line 408: osmo_stream_srv_link_set_ip_dscp(xs->server, xs->cfg.ip_dscp); xs->server may actually be NULL, so you need to early return in that case.
File src/ss7_xua_srv_vty.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42807/comment/c71b2d3e_32ccdc... : PS3, Line 152: "ip-dscp " IP_DSCP_RANGE_STR, As mentioned in IM, this should be "init-ip-dscp".