diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-03-14 13:47:29 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-03-14 13:47:29 +0100 |
commit | 953f929797e0ebf39f00e2e1e1cf46d6932fce01 (patch) | |
tree | 159dc5d3e1f0eff5adbdc710703c797d295495d8 /include/osmocom/gsm | |
parent | f48e8a8ba9b88800bbf8c09f6b67c5c9163bfa73 (diff) |
gsm_04_08: add _NUM_CHREQ_T to enum
_NUM_CHREQ_T defines the last element of the enum
Change-Id: Id67ba8de89dd6288e449197438e9e1c5d7f5a134
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index f395b85f..522015ac 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -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 */ |