From cb38815c0b91fe25a1876e83c239b2908fa2a80c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Jun 2010 18:42:42 +0200 Subject: [L1CTL] Introduce L1CTL_RESET_RESP 1) On boot, L23 is notified by L1CTL_RESET_IND: 2) At any time, L23 can call L1CTL_RESET_REQ and get a L1CTL_RESET_RESP once the reset has been performed. Also, there is no 'l1ctl_info_dl' in the RESET_IND anymore, as it is useless. --- include/l1a_l23_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/l1a_l23_interface.h b/include/l1a_l23_interface.h index 5651d7b1..3782c58d 100644 --- a/include/l1a_l23_interface.h +++ b/include/l1a_l23_interface.h @@ -37,6 +37,7 @@ #define L1CTL_ECHO_RESP 12 #define L1CTL_RACH_RESP 13 #define L1CTL_RESET_REQ 14 +#define L1CTL_RESET_RESP 15 /* * NOTE: struct size. We do add manual padding out of the believe -- cgit v1.2.3