diff options
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index 23d2077c..49e977b0 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -804,7 +804,7 @@ static inline uint8_t gsm48_hdr_msg_type_r99(const struct gsm48_hdr *hdr) } } -#define gsm48_hdr_msg_type gsm48_hdr_msg_type_r98 +#define gsm48_hdr_msg_type gsm48_hdr_msg_type_r99 /* Section 10.4 */ #define GSM48_MT_RR_INIT_REQ 0x3c |