summaryrefslogtreecommitdiff
path: root/cesar/bsu/test/utest/src/bsut.c
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-03-28 18:44:01 +0200
committerNélio Laranjeiro2012-07-18 17:36:38 +0200
commit862efc028d75cd3322854ff7f9a51b9b5361942f (patch)
treed7efe3b28550edc60ac9946d5431d2519f42f9c1 /cesar/bsu/test/utest/src/bsut.c
parenta4b159734dd5fe2ffc14f0ccde27f42c04758f21 (diff)
cesar/bsu: fix deactivate/activate, closes #3060
Diffstat (limited to 'cesar/bsu/test/utest/src/bsut.c')
-rw-r--r--cesar/bsu/test/utest/src/bsut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/bsu/test/utest/src/bsut.c b/cesar/bsu/test/utest/src/bsut.c
index ad4fd34c8f..fc05b69615 100644
--- a/cesar/bsu/test/utest/src/bsut.c
+++ b/cesar/bsu/test/utest/src/bsut.c
@@ -527,6 +527,7 @@ test_case_bsu_timer_event (test_t test)
bsu_activate (t.bsu, true);
t.bsu->aclf->pwl_sync.trig_present = false;
t.phy->phy_date = 0;
+ t.bsu->sta_avln->sync.init = true;
bsu_beacon_t beacon;
bsu_test_create_beacon (&t, &beacon);
bsu_update (t.bsu, &beacon, BSU_UPDATE_STA_TYPE_STA);