pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38364?usp=email )
Change subject: vty: Fix 'update route' parameter comment descriptions ......................................................................
vty: Fix 'update route' parameter comment descriptions
There was one string which was not mapping to any actual param, making subsequent param descriptions show up incorrectly during VTY operation.
Related: SYS#7112 (cherry picked from commit bfd6d20376c5ea0d1f9e87ca32a9ff5c6fe99c98) Change-Id: I9b48fe9072f613c18c82965ef5aabd239b576a07 --- M src/osmo_ss7_vty.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/64/38364/1
diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c index b1ae66d..d55dc17 100644 --- a/src/osmo_ss7_vty.c +++ b/src/osmo_ss7_vty.c @@ -330,7 +330,6 @@ "Update the Route\n" "Destination Point Code\n" "Point Code Mask\n" - "Point Code Length\n" "Specify Destination Linkset\n" "Linkset Name\n" "Specify Priority\n"