From 18db4ad72df0700882b13ea9486cbe3c3dce9f3f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 22 Aug 2017 14:44:36 +0200 Subject: vty: fix doc for 'xua rkm routing-key-allocation' A doc element is missing, which fails the VTY tests in osmo-msc at Change-Id I5ae4e05ee7c57cad341ea5e86af37c1f6b0ffa77. Change-Id: I16aa74244ed5332bdc1fddd538e17b86f62ec3b2 --- src/osmo_ss7_vty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c index b58c3cb..8d2ec96 100644 --- a/src/osmo_ss7_vty.c +++ b/src/osmo_ss7_vty.c @@ -182,7 +182,8 @@ DEFUN(cs7_point_code, cs7_point_code_cmd, DEFUN(cs7_permit_dyn_rkm, cs7_permit_dyn_rkm_cmd, "xua rkm routing-key-allocation (static-only|dynamic-permitted)", - "SIGTRAN xxxUA related\n" "Routing Key Management Allocation Policy\n" + "SIGTRAN xxxUA related\n" "Routing Key Management\n" + "Routing Key Management Allocation Policy\n" "Only static (pre-confgured) Routing Keys permitted\n" "Dynamically allocate Routing Keys for what ASPs request\n") { -- cgit v1.2.3