summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-07-13 16:03:13 +0200
committerAndreas.Eversberg2010-07-13 16:03:13 +0200
commit9a422ceb257559b0264cd306489fab0b854b96bc (patch)
tree1bcb0871047cf25d8f536241807cfd6489eaa503 /include
parent[layer1] Added mf_off to shedule next RACH request. (diff)
downloadosmocom-9a422ceb257559b0264cd306489fab0b854b96bc.tar.gz
osmocom-9a422ceb257559b0264cd306489fab0b854b96bc.tar.xz
osmocom-9a422ceb257559b0264cd306489fab0b854b96bc.zip
[layer 1] Reset option for scheduled frames.
This is usefull to drop a scheduled RACH request after an IMM.ASS is received.
Diffstat (limited to 'include')
-rw-r--r--include/l1a_l23_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/l1a_l23_interface.h b/include/l1a_l23_interface.h
index 5408c48..88f5b59 100644
--- a/include/l1a_l23_interface.h
+++ b/include/l1a_l23_interface.h
@@ -195,6 +195,7 @@ struct l1ctl_pm_conf {
enum l1ctl_reset_type {
L1CTL_RES_T_BOOT, /* only _IND */
L1CTL_RES_T_FULL,
+ L1CTL_RES_T_SCHED,
};
/* argument to L1CTL_RESET_REQ and L1CTL_RESET_IND */