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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/79/16979/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200121/9a192f3c/attachment.htm>