smscb: Mention 23.041 and fix the size of the update number

This commit is contained in:
Holger Hans Peter Freyther 2010-12-29 12:00:01 +01:00
parent e05c7dfa8e
commit a1e8bf71fe
1 changed files with 3 additions and 3 deletions

View 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 {