pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38351?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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 Change-Id: Idb9d7d1b0eb260f6dea916287472c088d9719d8a --- M src/osmo_ss7_vty.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c index 6d78c2e..0dd8a58 100644 --- a/src/osmo_ss7_vty.c +++ b/src/osmo_ss7_vty.c @@ -346,7 +346,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"