gsm_network: drop unused neighbor_list member

Change-Id: I57463ab94773de1377526f9a1c72fe3d37a31827
This commit is contained in:
Neels Hofmeyr 2021-02-18 14:15:31 +01:00
parent dd466cfa59
commit ac6ccd9295
1 changed files with 2 additions and 4 deletions

View File

@ -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 {