Skip to content
Success

Changes

Summary

  1. tests/vty: Add vty-transcript-test for osmo-stp (details)
  2. Fix 'update route' vty command (details)
Commit d3e69b874971441071663a2457773dac77b579ae by Pau Espin Pedrol
tests/vty: Add vty-transcript-test for osmo-stp

So far we were only testing vty transcript for libosmo-sccp in ASP mode
(osmo_ss7_vty_init_asp()). Let's also test in SG mode
(osmo_ss7_vty_init_sg()), the one used in osmo-stp.

Last command in SG-only node "route-table system" shows a current bug in
command "update route", returning "% Unknown command.".

Related: SYS#7112
Change-Id: If2f069b9d724038c326f5c35848faa1e9c216fd5
The file was modifiedtests/vty/Makefile.am
The file was addedtests/vty/osmo_stp_test.vty
Commit 5361f273e1cad25505e490d89d4b12d990cba557 by Pau Espin Pedrol
Fix 'update route' vty command

Optional param marks in VTY command descriptions are only supported
per token, spanning a list of params is not supported and fails
matching.

Related: SYS#7112
Change-Id: I28d3b587ae5d6ca7f494221e2bfc39357a45736d
The file was modifiedtests/vty/osmo_stp_test.vty
The file was modifiedsrc/osmo_ss7_vty.c