smscb: Mention 23.041 and fix the size of the update number
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Dec 2010 11:00:01 +0000 (12:00 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Dec 2010 21:51:45 +0000 (22:51 +0100)
include/osmocore/protocol/gsm_03_41.h

index 852d25d..9e461f2 100644 (file)
@@ -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 {