summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/mframe_sched.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-02-28 20:58:22 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 23:48:45 +0100
commitaa4225d2cb41c8d42fa91e464a27f8af23c38bd8 (patch)
tree5936b16daaacdc95d1d9d4face491dcd60bdbd2b /src/target/firmware/include/layer1/mframe_sched.h
parent26810bd363c936c9fca0b138d01ab0a46dd900a6 (diff)
add test mode mframe task: Send Normal Burst in every TDMA frame
Diffstat (limited to 'src/target/firmware/include/layer1/mframe_sched.h')
-rw-r--r--src/target/firmware/include/layer1/mframe_sched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/mframe_sched.h b/src/target/firmware/include/layer1/mframe_sched.h
index 79b0be04..019d31bb 100644
--- a/src/target/firmware/include/layer1/mframe_sched.h
+++ b/src/target/firmware/include/layer1/mframe_sched.h
@@ -20,6 +20,9 @@ enum mframe_task {
MF_TASK_SDCCH8_5,
MF_TASK_SDCCH8_6,
MF_TASK_SDCCH8_7,
+
+ /* Test task: send Normal Burst in all timeslots */
+ MF_TASK_UL_ALL_NB,
};
/* Schedule mframe_sched_items according to current MF TASK list */