Attention is currently required from: laforge, pespin.
2 comments:
File src/ss7_xua_srv.c:
Patch Set #3, 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.
It can't be NULL, when called from VTY, because the L_CS7_XUA_NODE, from which it is called, is only entered when the server has been created. But in case this function is used somewhere else in the future, I added a check.
File src/ss7_xua_srv_vty.c:
Patch Set #3, Line 152: "ip-dscp " IP_DSCP_RANGE_STR,
As mentioned in IM, this should be "init-ip-dscp".
Done
To view, visit change 42807. To unsubscribe, or for help writing mail filters, visit settings.