aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-12 16:47:40 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-02-19 15:51:18 +0000
commit35ba85c37d6fca81fc54dc4436d28030a8b70c3a (patch)
treec056b9cb09f05088d6e0fe7b760d7f3d36840a97 /include
parentdd42eb9f90f62903f7d55a937225b2329cd9c84d (diff)
HO: lchan: store last seen measurement report nr, tweak log
Handover decision 2 will also store the last seen mr nr for neighbor cell measurements and hence can tell whether a neighbor's measurement is outdated. Change-Id: Ic1148364597f91b5a55666c80c758b61fa56f582
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 77fda0045..65fb32b6d 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -422,6 +422,7 @@ struct gsm_lchan {
struct gsm_meas_rep meas_rep[MAX_MEAS_REP];
int meas_rep_idx;
int meas_rep_count;
+ uint8_t meas_rep_last_seen_nr;
/* GSM Random Access data */
struct gsm48_req_ref *rqd_ref;