aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-12-28 01:51:14 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-12-28 01:51:14 +0000
commitfdd0a6c157fcbfe94013e554da7e19cb11016066 (patch)
tree6bb612d75f8b4c7454e4b130795c24ee1a61099c /include/openbsc/gsm_04_11.h
parent8b3390effdda476c9a58d8046a2733b2b5ef4323 (diff)
Add SMS (GSM 04.11) testing program
Diffstat (limited to 'include/openbsc/gsm_04_11.h')
-rw-r--r--include/openbsc/gsm_04_11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_11.h b/include/openbsc/gsm_04_11.h
index 70145f9a0..3f4b0a31f 100644
--- a/include/openbsc/gsm_04_11.h
+++ b/include/openbsc/gsm_04_11.h
@@ -22,6 +22,7 @@
/* Chapter 8.1.1 */
struct gsm411_rp_data_hdr {
+ u_int8_t len;
u_int8_t msg_type;
u_int8_t msg_ref;
u_int8_t data[0];