Change in osmo-gbproxy[master]: Remove unused function gbproxy_cell_by_bvci_or_new

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/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Feb 3 15:03:24 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/22655 )


Change subject: Remove unused function gbproxy_cell_by_bvci_or_new
......................................................................

Remove unused function gbproxy_cell_by_bvci_or_new

Related: SYS#5103
Change-Id: Ia866fa1083ea281be77014eaec77de2f1d093cba
---
M src/gb_proxy_peer.c
1 file changed, 0 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/55/22655/1

diff --git a/src/gb_proxy_peer.c b/src/gb_proxy_peer.c
index 311ab78..7dd7ea5 100644
--- a/src/gb_proxy_peer.c
+++ b/src/gb_proxy_peer.c
@@ -196,18 +196,6 @@
 	return NULL;
 }
 
-struct gbproxy_cell *gbproxy_cell_by_bvci_or_new(struct gbproxy_config *cfg, uint16_t bvci)
-{
-	struct gbproxy_cell *cell;
-	OSMO_ASSERT(cfg);
-
-	cell = gbproxy_cell_by_bvci(cfg, bvci);
-	if (!cell)
-		cell = gbproxy_cell_alloc(cfg, bvci);
-
-	return cell;
-}
-
 struct gbproxy_cell *gbproxy_cell_by_cellid(struct gbproxy_config *cfg, const struct gprs_ra_id *raid, uint16_t cid)
 {
 	int i;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/22655
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ia866fa1083ea281be77014eaec77de2f1d093cba
Gerrit-Change-Number: 22655
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210203/861e0f34/attachment.htm>


More information about the gerrit-log mailing list