From ac6ccd92957ea32deba77d5f9e30cc0826992b80 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 18 Feb 2021 14:15:31 +0100 Subject: [PATCH] gsm_network: drop unused neighbor_list member Change-Id: I57463ab94773de1377526f9a1c72fe3d37a31827 --- include/osmocom/msc/gsm_data.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h index 438ee0805..1870804d0 100644 --- a/include/osmocom/msc/gsm_data.h +++ b/include/osmocom/msc/gsm_data.h @@ -230,10 +230,6 @@ struct gsm_network { struct sccp_ran_inst *sri; } a; - /* A list of neighbor BSCs. This list is defined statically via VTY and does not - * necessarily correspond to BSCs attached to the A interface at a given moment. */ - struct neighbor_ident_list *neighbor_list; - struct { /* MSISDN to which to route MO emergency calls */ char *route_to_msisdn; @@ -245,6 +241,8 @@ struct gsm_network { * and will be of the form 'MSC-00-00-00-00-00-00' */ char *msc_ipa_name; + /* A list of neighbor BSCs. This list is defined statically via VTY and does not + * necessarily correspond to BSCs attached to the A interface at a given moment. */ struct llist_head neighbor_ident_list; struct {