Change in libosmo-sccp[master]: xua_asp_fsm.c: Drop unused defines

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jan 21 20:35:05 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/16979 )

Change subject: xua_asp_fsm.c: Drop unused defines
......................................................................

xua_asp_fsm.c: Drop unused defines

Those values (except for XUA_T_ACK_SEC) are not used at all, and anyway
they already exist as timers in osmo_sccp_timer_defaults (sccp_scoc.c).

Change-Id: Id5902e809e02b2651e381cd58ef97b77c1143dc2
---
M src/xua_asp_fsm.c
1 file changed, 0 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index 6bab96b..c8dcac6 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -40,12 +40,7 @@
  */
 
 /* According to RFC3868 Section 8 */
-#define XUA_T_A_SEC	2
-#define XUA_T_R_SEC	2
 #define XUA_T_ACK_SEC	2
-#define XUA_T_BEAT_SEC	30
-#define SUA_T_IAS_SEC	(7*60)		/* SUA only */
-#define SUA_T_IAR_SEC	(15*60)		/* SUA only */
 
 static const struct value_string xua_asp_event_names[] = {
 	{ XUA_ASP_E_M_ASP_UP_REQ,	"M-ASP_UP.req" },

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/16979
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Id5902e809e02b2651e381cd58ef97b77c1143dc2
Gerrit-Change-Number: 16979
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200121/79fe9ea2/attachment.htm>


More information about the gerrit-log mailing list