diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-03-14 16:06:47 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-03-15 14:11:13 +0100 |
commit | c656faed122b8d858e937d3262acb1925ed6e3d1 (patch) | |
tree | f9867bd8ba2c5408946f7ce789d7fe5a14409066 /include/osmocom | |
parent | 282e90843476989629f8ae7e36e4a59b69da40eb (diff) |
04.08: switch to r99 msg type bitmasks by default
[hfreyther: Separated from the previous patch to allow an easy
revert]
Diffstat (limited to 'include/osmocom')
-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 |