aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/protocol/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-25 23:42:57 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-25 23:42:57 +0200
commitd09446d28e1abf11a823a0f5ddbfeacd20bbfdc2 (patch)
tree2476b8f381420b47d03707e6553224822d6d4584 /libosmocore/include/osmocore/protocol/gsm_04_08.h
parentc31f480f088392e0b01f080175118ae461e5503c (diff)
parent237f6241f2b91a81b928ce4e3fc1364f61f11eaa (diff)
Merge commit '237f6241f2b91a81b928ce4e3fc1364f61f11eaa'
Diffstat (limited to 'libosmocore/include/osmocore/protocol/gsm_04_08.h')
-rw-r--r--libosmocore/include/osmocore/protocol/gsm_04_08.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libosmocore/include/osmocore/protocol/gsm_04_08.h b/libosmocore/include/osmocore/protocol/gsm_04_08.h
index 1a112a085..200237875 100644
--- a/libosmocore/include/osmocore/protocol/gsm_04_08.h
+++ b/libosmocore/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! */