summaryrefslogtreecommitdiff
path: root/cesar/bsu/test
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/test')
-rw-r--r--cesar/bsu/test/utest/src/schedules.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/bsu/test/utest/src/schedules.c b/cesar/bsu/test/utest/src/schedules.c
index 0dd73d1cd0..113044f1b4 100644
--- a/cesar/bsu/test/utest/src/schedules.c
+++ b/cesar/bsu/test/utest/src/schedules.c
@@ -42,7 +42,7 @@ test_case_ca_schedules (test_t test)
uint i, j;
ca_schedule_t scheds_cmp [3];
scheds_cmp[0].allocations[0].end_offset_tck = MAC_ATU_TO_TCK (500);
- scheds_cmp[0].allocations[0].glid = MAC_LID_SPC_HOLE;
+ scheds_cmp[0].allocations[0].glid = MAC_LID_SPC_BEACON_LISTEN;
scheds_cmp[0].allocations[1].end_offset_tck = MAC_ATU_TO_TCK (700);
scheds_cmp[0].allocations[1].glid = MAC_GLID_MIN;
scheds_cmp[0].allocations[2].end_offset_tck = MAC_ATU_TO_TCK (1000);
@@ -55,7 +55,7 @@ test_case_ca_schedules (test_t test)
scheds_cmp[0].allocations[5].glid = MAC_GLID_MIN;
/* next */
scheds_cmp[1].allocations[0].end_offset_tck = MAC_ATU_TO_TCK (500);
- scheds_cmp[1].allocations[0].glid = MAC_LID_SPC_HOLE;
+ scheds_cmp[1].allocations[0].glid = MAC_LID_SPC_BEACON_LISTEN;
scheds_cmp[1].allocations[1].end_offset_tck = MAC_ATU_TO_TCK (700);
scheds_cmp[1].allocations[1].glid = MAC_GLID_MIN;
scheds_cmp[1].allocations[2].end_offset_tck = MAC_ATU_TO_TCK (1000);
@@ -68,7 +68,7 @@ test_case_ca_schedules (test_t test)
scheds_cmp[1].allocations[5].glid = MAC_GLID_MIN;
/* next */
scheds_cmp[2].allocations[0].end_offset_tck = MAC_ATU_TO_TCK (50);
- scheds_cmp[2].allocations[0].glid = MAC_LID_SPC_HOLE;
+ scheds_cmp[2].allocations[0].glid = MAC_LID_SPC_BEACON_LISTEN;
scheds_cmp[2].allocations[1].end_offset_tck = MAC_ATU_TO_TCK (500);
scheds_cmp[2].allocations[1].glid = MAC_GLID_MIN;
scheds_cmp[2].allocations[2].end_offset_tck = MAC_ATU_TO_TCK (700);