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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHello Jenkins Builder,
I'd like you to reexamine a change.  Please visit
    https://gerrit.osmocom.org/5504
to look at the new patch set (#4).
Remove unused struct osmo_bsc_sccp_con member sccp_queue_size
Change-Id: Ibc4b8f3776c35df7e81252efb78ec740a371de7f
---
M include/osmocom/bsc/osmo_bsc.h
1 file changed, 0 insertions(+), 3 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/04/5504/4
diff --git a/include/osmocom/bsc/osmo_bsc.h b/include/osmocom/bsc/osmo_bsc.h
index 0fd29b7..13072c2 100644
--- a/include/osmocom/bsc/osmo_bsc.h
+++ b/include/osmocom/bsc/osmo_bsc.h
@@ -48,9 +48,6 @@
 	/* SCCP connection realted */
 	struct bsc_msc_data *msc;
 
-	struct llist_head sccp_queue;
-	unsigned int sccp_queue_size;
-
 	struct gsm_subscriber_connection *conn;
 	uint8_t new_subscriber;
 
-- 
To view, visit https://gerrit.osmocom.org/5504
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibc4b8f3776c35df7e81252efb78ec740a371de7f
Gerrit-PatchSet: 4
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder