summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/mframe_sched.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-19 15:51:26 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-10-25 20:58:32 +0200
commitf1d942b8f4a28e7c57674e5b9d16d6635b24e88c (patch)
treed3456a8e38184685f0277ebe43b794e532bf99c8 /src/target/firmware/include/layer1/mframe_sched.h
parent76bfbc819397d15764c4fcb7b578f53f5bef7c37 (diff)
target/fw/layer1: Add support for the various TCH multi frame tasks
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/include/layer1/mframe_sched.h')
-rw-r--r--src/target/firmware/include/layer1/mframe_sched.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/mframe_sched.h b/src/target/firmware/include/layer1/mframe_sched.h
index 5e71daca..fa944221 100644
--- a/src/target/firmware/include/layer1/mframe_sched.h
+++ b/src/target/firmware/include/layer1/mframe_sched.h
@@ -23,6 +23,11 @@ enum mframe_task {
MF_TASK_SDCCH8_6,
MF_TASK_SDCCH8_7,
+ MF_TASK_TCH_F_EVEN,
+ MF_TASK_TCH_F_ODD,
+ MF_TASK_TCH_H_0,
+ MF_TASK_TCH_H_1,
+
/* Test task: send Normal Burst in all timeslots */
MF_TASK_UL_ALL_NB,
};