summaryrefslogtreecommitdiff
path: root/cesar/bsu
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu')
-rw-r--r--cesar/bsu/beacon/test/utest/src/beacon.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/cesar/bsu/beacon/test/utest/src/beacon.c b/cesar/bsu/beacon/test/utest/src/beacon.c
index 76f33cf6cf..8a668572a5 100644
--- a/cesar/bsu/beacon/test/utest/src/beacon.c
+++ b/cesar/bsu/beacon/test/utest/src/beacon.c
@@ -36,7 +36,6 @@ test_case_beacon_write_read (test_t t)
pbproc_tx_beacon_params_t params;
bsu_beacon_t beacon, beacon_recv;
mac_config_t mac_config;
- bsu_beacon_schedules_t schedules;
u8 tei;
u64 mac_addr;
bsu_beacon_type_t type;
@@ -56,17 +55,6 @@ test_case_beacon_write_read (test_t t)
BSU_BEACON_TYPE_CENTRAL);
}
test_end;
- test_begin (t, "Read central beacon")
- {
- bsu_beacon_bmi_discover_t discover;
- discover.present = false;
- mac_coexistence_mode_t hm;
- bsu_beacon_read_schedules (pbbeacon, &schedules, &discover, &hm);
- bsu_beacon_test_beacon_check_read (t, &beacon, &schedules);
- test_fail_unless (beacon.bmis.discover.present == discover.present);
- test_fail_unless (beacon.bmis.discover.tei == discover.tei);
- }
- test_end;
test_begin (t, "Read completely")
{
bool returned;