[PATCH] openggsn[master]: Remove unused function

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

Max gerrit-no-reply at lists.osmocom.org
Tue Oct 11 13:32:24 UTC 2016


Review at  https://gerrit.osmocom.org/1041

Remove unused function

Change-Id: Iff0f1499660b12a47277b16a435efecb42fab038
---
M ggsn/ggsn.c
M gtp/pdp.c
M gtp/pdp.h
3 files changed, 0 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openggsn refs/changes/41/1041/1

diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c
index 7725016..6866901 100644
--- a/ggsn/ggsn.c
+++ b/ggsn/ggsn.c
@@ -154,7 +154,6 @@
 
 	pdp->eua.l = 0;		/* TODO: Indicates dynamic IP */
 
-	/* ulcpy(&pdp->qos_neg, &pdp->qos_req, sizeof(pdp->qos_req.v)); */
 	memcpy(pdp->qos_neg0, pdp->qos_req0, sizeof(pdp->qos_req0));
 	memcpy(&pdp->pco_neg, &pco, sizeof(pdp->pco_neg));
 
diff --git a/gtp/pdp.c b/gtp/pdp.c
index f0d6adf..f297af9 100644
--- a/gtp/pdp.c
+++ b/gtp/pdp.c
@@ -370,14 +370,3 @@
 	pdp->imsi = teid & 0x0fffffffffffffffull;
 	pdp->nsapi = (teid & 0xf000000000000000ull) >> 60;
 }
-
-int ulcpy(void *dst, void *src, size_t size)
-{
-	if (((struct ul255_t *)src)->l <= size) {
-		((struct ul255_t *)dst)->l = ((struct ul255_t *)src)->l;
-		memcpy(((struct ul255_t *)dst)->v, ((struct ul255_t *)src)->v,
-		       ((struct ul255_t *)dst)->l);
-		return 0;
-	} else
-		return EOF;
-}
diff --git a/gtp/pdp.h b/gtp/pdp.h
index 57af8b3..217b1d6 100644
--- a/gtp/pdp.h
+++ b/gtp/pdp.h
@@ -252,6 +252,5 @@
 int pdp_ntoeua(struct in_addr *src, struct ul66_t *eua);
 int pdp_euaton(struct ul66_t *eua, struct in_addr *dst);
 uint64_t pdp_gettid(uint64_t imsi, uint8_t nsapi);
-int ulcpy(void *dst, void *src, size_t size);
 
 #endif /* !_PDP_H */

-- 
To view, visit https://gerrit.osmocom.org/1041
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff0f1499660b12a47277b16a435efecb42fab038
Gerrit-PatchSet: 1
Gerrit-Project: openggsn
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list