summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/test/utest/src/bpsd.c
diff options
context:
space:
mode:
authorlaranjeiro2010-05-17 10:57:11 +0000
committerlaranjeiro2010-05-17 10:57:11 +0000
commit1ebd137b26fb3d5ef30794d642c68d97e82235f3 (patch)
tree7a36a66ea99190fe05400d6812d9f215d0930af9 /cesar/bsu/aclf/test/utest/src/bpsd.c
parent7a40d05000eb75fe3ac67c0ed4b95ebf69e3be3f (diff)
cesar/bsu/aclf: fix schedules computation
* On each schedule shift compute the current beacon period duration * Compute correctly the beacon time stamp from the central beacon * Keep the aclf activation status git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7091 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/bsu/aclf/test/utest/src/bpsd.c')
-rw-r--r--cesar/bsu/aclf/test/utest/src/bpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/bsu/aclf/test/utest/src/bpsd.c b/cesar/bsu/aclf/test/utest/src/bpsd.c
index 26dffb5fdc..808556ce03 100644
--- a/cesar/bsu/aclf/test/utest/src/bpsd.c
+++ b/cesar/bsu/aclf/test/utest/src/bpsd.c
@@ -162,7 +162,7 @@ test_case_aclf_compute_bto (test_t t)
* BTOs of the central beacon. */
bts = bpsd_cco[1];
bsu_aclf_compute_beacon_period_start_date (test_sta.aclf, bts,
- btos_cco, 0);
+ btos_cco, 0, 0);
bsu_aclf_bto (test_sta.aclf, btos_sta, bto_nb);
bsu_aclf_beacon_period_start_date (test_sta.aclf, bpsd_sta,
bpsd_nb);