diff options
Diffstat (limited to 'include/osmocore/protocol')
-rw-r--r-- | include/osmocore/protocol/gsm_03_41.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocore/protocol/gsm_03_41.h b/include/osmocore/protocol/gsm_03_41.h index 852d25d0..9e461f2c 100644 --- a/include/osmocore/protocol/gsm_03_41.h +++ b/include/osmocore/protocol/gsm_03_41.h @@ -3,15 +3,15 @@ #include <stdint.h> -/* GSM TS 03.41 definitions */ +/* GSM TS 03.41 definitions also TS 23.041*/ /* Chapter 9.3.2 */ struct gsm341_ms_message { struct { uint8_t code_hi:6; uint8_t gs:2; - uint8_t update:2; - uint8_t code_lo:6; + uint8_t update:4; + uint8_t code_lo:4; } serial; uint16_t msg_id; struct { |