Attention is currently required from: pespin.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/43667?usp=email )
Change subject: Add Cisco like DSCP configuration support ......................................................................
Patch Set 4:
(2 comments)
File src/ss7_asp_vty.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/43667/comment/cf84b99f_c0b28a... : PS4, Line 420: struct osmo_ss7_asp *asp = vty->index;
btw, I'd personally add a vty_out() here telling the user this vty is deprecated and that qos-class […]
Done
https://gerrit.osmocom.org/c/libosmo-sigtran/+/43667/comment/2db486cd_618827... : PS4, Line 449: vty_out(vty, "%% Config updated: ip-dscp %d -> %d%s", asp->cfg.ip_dscp, qos->ip_dscp,
I think you are missing the "qoss-class" somewhere in the string? like " -> qos-class %d (ip-dscp %d […]
Done