aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-31 14:08:42 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-10-31 14:08:42 +0100
commit74e0b5bfff1d60344ffa417c43781575e0991111 (patch)
treecd98d16573f31387d4812c332ff695273837e4fc
parentb37e9632487706e284dc406fc26c88ddcf08bdab (diff)
gsm_data.h: Remove unused field classmark from gsm_subscriber_connection
-rw-r--r--include/osmocom/bsc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index c9595fa3f..c940f7b12 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -242,9 +242,6 @@ struct gsm_subscriber_connection {
* operation. If a Handover was successful, all relevant state must be copied out of this sub-struct. */
struct handover ho;
- /* buffer/cache for classmark of the ME of the subscriber */
- struct gsm_classmark classmark;
-
/* Queue DTAP messages during handover/assignment (msgb_enqueue()/msgb_dequeue())*/
struct llist_head dtap_queue;
unsigned int dtap_queue_len;