aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-09-27 11:13:55 +0200
committerHarald Welte <laforge@gnumonks.org>2009-09-27 11:13:55 +0200
commit23b710fa4f424f6e6afd4c1e2cea38f3767d8b5d (patch)
treecb01f51a2552c87dc1e22922c814f74a0e711e47 /openbsc/include/openbsc/gsm_04_08.h
parent82aa6843ba4773ff90571442ab75bfa8800b73c0 (diff)
parent849f554c87174ea465c18b93104f67fb516c0c2f (diff)
Merge branch 'master' into encryption
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_08.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_08.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h
index 99d774770..acca100e0 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -78,6 +78,13 @@ struct gsm48_loc_area_id {
u_int16_t lac;
} __attribute__ ((packed));
+/* Section 9.2.2 */
+struct gsm48_auth_req {
+ u_int8_t key_seq:4,
+ spare:4;
+ u_int8_t rand[16];
+} __attribute__ ((packed));
+
/* Section 9.2.15 */
struct gsm48_loc_upd_req {
u_int8_t type:4,