From a1e8bf71fef3f25181df22d7017935871329ba2a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 29 Dec 2010 12:00:01 +0100 Subject: [PATCH] smscb: Mention 23.041 and fix the size of the update number --- include/osmocore/protocol/gsm_03_41.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osmocore/protocol/gsm_03_41.h b/include/osmocore/protocol/gsm_03_41.h index 852d25d00..9e461f2c1 100644 --- a/include/osmocore/protocol/gsm_03_41.h +++ b/include/osmocore/protocol/gsm_03_41.h @@ -3,15 +3,15 @@ #include -/* 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 {