Skip to content
Success

Changes

Summary

  1. Fix setting traffic-mode 'roundrobin' over VTY (details)
Commit 8a2cd648e55f476225e7d426ac2badc7dee334df by Pau Espin Pedrol
Fix setting traffic-mode 'roundrobin' over VTY

String in osmo_ss7_as_traffic_mode_vals[] is "round-robin" while string
in VTY command was "roundrobin", so it didn't really match when set over
VTY. This has apparently broken for really long, I couldn't find the
originating commit breaking this.

Use "roundrobin" (without dash) to match wording used in Cisco ITP.

Change-Id: I61340549c596f1c04bc2269dbc165c327bf72037
The file was modifiedsrc/osmo_ss7_as.c