Add SMS (GSM 04.11) testing program
diff --git a/include/openbsc/gsm_04_11.h b/include/openbsc/gsm_04_11.h
index 70145f9..3f4b0a3 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];