pespin submitted this change.

View Change

Approvals: osmith: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
asp_vty: Fix wrong vty write 'blocked' command

This is not criticial since "block"/"no block" commands are yet to be
fully implemented.

Change-Id: Ia42a064cfdbba025bc3ae5479e8e6edec4abe770
---
M src/ss7_asp_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ss7_asp_vty.c b/src/ss7_asp_vty.c
index 6b03275..f13cb60 100644
--- a/src/ss7_asp_vty.c
+++ b/src/ss7_asp_vty.c
@@ -1411,7 +1411,7 @@
vty_out(vty, " shutdown%s", VTY_NEWLINE);
break;
case OSMO_SS7_ASP_ADM_S_BLOCKED:
- vty_out(vty, " blocked%s", VTY_NEWLINE);
+ vty_out(vty, " block%s", VTY_NEWLINE);
break;
case OSMO_SS7_ASP_ADM_S_ENABLED:
/* Default, no need to print: */

To view, visit change 42527. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ia42a064cfdbba025bc3ae5479e8e6edec4abe770
Gerrit-Change-Number: 42527
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>