aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-06 12:02:13 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-06 12:02:13 +0000
commit2d35ae6d3bab5d44197907849ba189f53fc693b1 (patch)
treeeab189b05e2389e2d89001a939790bccee46f4df /include
parent1cbfaf508a25b615171cec73c8bbd2f41fc9b764 (diff)
implement parsing of PAGING RESPONSE
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_04_08.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 8033942e3..e781677c3 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -98,6 +98,16 @@ struct gsm48_control_channel_descr {
u_int8_t t3212;
} __attribute__ ((packed));
+/* Section 9.1.25 PAGING RESPONSE */
+struct gsm48_paging_response {
+ u_int8_t spare:4,
+ cipher_keyt_seq:4;
+ /* length + 3 bytes */
+ u_int32_t classmark2;
+ u_int8_t mi_len;
+ u_int8_t mi[0];
+} __attribute__ ((packed));
+
/* Section 9.2.9 CM service request */
struct gsm48_service_request {
u_int8_t cm_service_type : 4,