pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40457?usp=email )
Change subject: ss7_as: Improve description of recovery-timeout VTY cmd
......................................................................
ss7_as: Improve description of recovery-timeout VTY cmd
Change-Id: Ia456839041bd897f7af9a08aa0866de414dfd9fa
---
M src/ss7_as_vty.c
M src/xua_as_fsm.c
M tests/vty/osmo_stp_test.vty
3 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
laforge: Looks good to me, but someone else must approve
diff --git a/src/ss7_as_vty.c b/src/ss7_as_vty.c
index 6293de2..bac0410 100644
--- a/src/ss7_as_vty.c
+++ b/src/ss7_as_vty.c
@@ -222,7 +222,7 @@
DEFUN_ATTR(as_recov_tout, as_recov_tout_cmd,
"recovery-timeout <1-2000>",
- "Specifies the recovery timeout value in milliseconds\n"
+ "Specifies RFC4666 recovery timer T(r) timeout\n"
"Recovery Timeout in Milliseconds\n",
CMD_ATTR_IMMEDIATE)
{
diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index 5b01009..3e117ee 100644
--- a/src/xua_as_fsm.c
+++ b/src/xua_as_fsm.c
@@ -222,7 +222,7 @@
struct xua_as_fsm_priv {
struct osmo_ss7_as *as;
- struct {
+ struct { /* RFC4666 recovery timer T(r) */
struct osmo_timer_list t_r;
struct llist_head queued_xua_msgs;
} recovery;
diff --git a/tests/vty/osmo_stp_test.vty b/tests/vty/osmo_stp_test.vty
index de852e1..c22eea9 100644
--- a/tests/vty/osmo_stp_test.vty
+++ b/tests/vty/osmo_stp_test.vty
@@ -389,7 +389,7 @@
traffic-mode Specifies traffic mode of operation of the ASP within the AS
sls-shift Shift SLS bits used during routing decision
binding-table AS Loadshare binding table operations
- recovery-timeout Specifies the recovery timeout value in milliseconds
+ recovery-timeout Specifies RFC4666 recovery timer T(r) timeout
qos-class Specity QoS Class of AS
routing-key Define a routing key
point-code Point Code Specific Features
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40457?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ia456839041bd897f7af9a08aa0866de414dfd9fa
Gerrit-Change-Number: 40457
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>