summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/mframe_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/layer1/mframe_sched.h')
-rw-r--r--src/target/firmware/include/layer1/mframe_sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/firmware/include/layer1/mframe_sched.h b/src/target/firmware/include/layer1/mframe_sched.h
index 74e2d271..9434fc69 100644
--- a/src/target/firmware/include/layer1/mframe_sched.h
+++ b/src/target/firmware/include/layer1/mframe_sched.h
@@ -31,6 +31,9 @@ enum mframe_task {
MF_TASK_TCH_H_0,
MF_TASK_TCH_H_1,
+ MF_TASK_GPRS_PDTCH,
+ MF_TASK_GPRS_PTCCH,
+
MF_TASK_NEIGH_PM51_C0T0,
MF_TASK_NEIGH_PM51,
MF_TASK_NEIGH_PM26E,
@@ -42,6 +45,7 @@ enum mframe_task {
enum mf_sched_item_flag {
MF_F_SACCH = (1 << 0),
+ MF_F_PTCCH = (1 << 1),
};
/* The scheduler itself */