pespin has uploaded this change for review.

View Change

ss7_asp: Improve spec references of T(ack)

Change-Id: I9dafa424e68aaf16956a6a07b93bd1cff6671f46
---
M src/xua_asp_fsm.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/58/40458/1
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index 596db45..f7117d3 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -44,7 +44,7 @@
* *
*/

-/* According to RFC3868 Section 8 */
+/* According to SUA RFC3868 Section 8, M3UA RFC4666 Section 4.3.4.1 */
#define XUA_T_ACK_SEC 2

static const struct value_string xua_asp_event_names[] = {
@@ -88,7 +88,7 @@
/* routing context[s]: list of 32bit integers */
/* ACTIVE: traffic mode type, tid label, drn label ? */

- struct {
+ struct { /* RFC3868 & RFC4666 timer T(ack) */
struct osmo_timer_list timer;
int out_event;
} t_ack;

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

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I9dafa424e68aaf16956a6a07b93bd1cff6671f46
Gerrit-Change-Number: 40458
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>