This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
neels gerrit-no-reply at lists.osmocom.orgneels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/22956 )
Change subject: gsm_network: drop unused neighbor_list member
......................................................................
gsm_network: drop unused neighbor_list member
Change-Id: I57463ab94773de1377526f9a1c72fe3d37a31827
---
M include/osmocom/msc/gsm_data.h
1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/56/22956/1
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 438ee08..1870804 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -230,10 +230,6 @@
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 @@
* 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 {
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/22956
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I57463ab94773de1377526f9a1c72fe3d37a31827
Gerrit-Change-Number: 22956
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210218/337d4a2f/attachment.htm>