diff options
Diffstat (limited to 'include/osmocom/gsm/protocol')
| -rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_58.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 530bbc86..56cf4dd9 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -82,7 +82,7 @@ struct abis_rsl_cchan_hdr { /* \brief Check if given RSL message discriminator is transparent */ #define ABIS_RSL_MDISC_IS_TRANSP(x) (x & 0x01) -/* \brief RSL Message Tyoe (Chapter 9.1) */ +/* \brief RSL Message Type (Chapter 9.1) */ enum abis_rsl_msgtype { /* Radio Link Layer Management */ RSL_MT_DATA_REQ = 0x01, |
