aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-06-10 13:36:59 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-14 20:43:51 +0200
commit2030a2a22877fb9878b4eff2b898f4ad35148066 (patch)
treeef1cf32d2c6ac5dd4fb40bd8ed5286fa6d3f9b1e /openbsc/include/openbsc/gsm_data.h
parent30a15384f4db4ded59c1c4aeae1f17fb74b5f71b (diff)
gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 3960bbe25..f8bda6df5 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -184,6 +184,7 @@ struct gsm_loc_updating_operation {
struct timer_list updating_timer;
unsigned int waiting_for_imsi : 1;
unsigned int waiting_for_imei : 1;
+ unsigned int key_seq : 4;
};
/*