aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 22:35:25 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 22:35:25 +0800
commit5dcef3c8b109bd2ff41cdf6ecf84e624291892e1 (patch)
tree5053cbd3a8b4bdd9308d91749f0378089770bb3c
parent102bcafb58c18a0aacaa8952bdee83460a1669dd (diff)
gsm48: Add paging response header0.1.7
-rw-r--r--include/osmocore/protocol/gsm_04_08.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h
index 1a112a08..20023787 100644
--- a/include/osmocore/protocol/gsm_04_08.h
+++ b/include/osmocore/protocol/gsm_04_08.h
@@ -120,6 +120,15 @@ struct gsm48_imm_ass {
uint8_t mob_alloc[0];
} __attribute__ ((packed));
+/* Chapter 9.1.25 */
+struct gsm48_pag_resp {
+ uint8_t spare:4,
+ key_seq:4;
+ uint32_t classmark2;
+ uint8_t mi_len;
+ uint8_t mi[0];
+} __attribute__ ((packed));
+
/* Chapter 10.5.1.3 */
struct gsm48_loc_area_id {
uint8_t digits[3]; /* BCD! */