gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE

The previous version of this commit got reverted to avoid a breakage in openbsc.
The problem is openbsc use an array of chreq_type with a manual defined size. This array
is using enums as index which breaks if any elements got added into the
middle, because the size of the array can't hold elements greater or
equal than the size.

Change-Id: I6676105507fe4e5627f740dfe4c2770f766ad068
This commit is contained in:
Alexander Couzens 2016-12-05 15:57:42 +01:00
parent 6d0fd7ba97
commit f48e8a8ba9
1 changed files with 2 additions and 0 deletions

View File

@ -1464,6 +1464,8 @@ enum chreq_type {
CHREQ_T_LMU,
CHREQ_T_RESERVED_SDCCH,
CHREQ_T_RESERVED_IGNORE,
CHREQ_T_PDCH_ONE_PHASE,
CHREQ_T_PDCH_TWO_PHASE,
};
/* Chapter 11.3 */