diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2010-06-10 13:30:50 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2010-06-10 13:30:50 +0200 |
commit | d005eabe16b8621b125454fc356ec85e37908b06 (patch) | |
tree | 1e48f218800865819bb8cb6c43bd04d1f6ad5ebd | |
parent | 4f585491b995e4244f85c1ebf10d93443b6ec3fe (diff) |
gsm48: Add authentication response message
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | include/osmocore/protocol/gsm_04_08.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h index 20023787..c79b1d03 100644 --- a/include/osmocore/protocol/gsm_04_08.h +++ b/include/osmocore/protocol/gsm_04_08.h @@ -142,6 +142,11 @@ struct gsm48_auth_req { uint8_t rand[16]; } __attribute__ ((packed)); +/* Section 9.2.3 */ +struct gsm48_auth_resp { + uint8_t sres[4]; +} __attribute__ ((packed)); + /* Section 9.2.15 */ struct gsm48_loc_upd_req { uint8_t type:4, |