aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-29 12:00:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-29 22:51:45 +0100
commita1e8bf71fef3f25181df22d7017935871329ba2a (patch)
tree04ed7b3d60330f2cf45580e12bc5091443ef080e
parente05c7dfa8e85babe0e9b15e499ffab4da5b53a13 (diff)
smscb: Mention 23.041 and fix the size of the update number
-rw-r--r--include/osmocore/protocol/gsm_03_41.h6
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 {