gsm_04_08: add _NUM_CHREQ_T to enum

_NUM_CHREQ_T defines the last element of the enum

Change-Id: Id67ba8de89dd6288e449197438e9e1c5d7f5a134
This commit is contained in:
Alexander Couzens 2017-03-14 13:47:29 +01:00
parent f48e8a8ba9
commit 953f929797
1 changed files with 1 additions and 0 deletions

View File

@ -1466,6 +1466,7 @@ enum chreq_type {
CHREQ_T_RESERVED_IGNORE,
CHREQ_T_PDCH_ONE_PHASE,
CHREQ_T_PDCH_TWO_PHASE,
_NUM_CHREQ_T,
};
/* Chapter 11.3 */