summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/src/aclf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/aclf/src/aclf.c')
-rw-r--r--cesar/bsu/aclf/src/aclf.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/bsu/aclf/src/aclf.c b/cesar/bsu/aclf/src/aclf.c
index 6f531167cc..a43e6618c8 100644
--- a/cesar/bsu/aclf/src/aclf.c
+++ b/cesar/bsu/aclf/src/aclf.c
@@ -381,3 +381,10 @@ bsu_aclf_clear_sync (bsu_aclf_t *ctx)
for (i = 2; i < BSU_ACLF_BPSD_NB; i++)
ctx->bpsd[i] = ctx->bpsd[i - 1] + ctx->beacon_period_theo_tck;
}
+
+u32
+bsu_aclf_beacon_expiration_date (bsu_aclf_t *ctx)
+{
+ dbg_claim (ctx);
+ return ctx->bpsd[2];
+}