pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/37689?usp=email )
Change subject: ggsn: Mark internal cb function static ......................................................................
ggsn: Mark internal cb function static
Change-Id: Ic9fdd50ae098058cc69e5aa6a0085819d69e3599 --- M ggsn/ggsn.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/89/37689/1
diff --git a/ggsn/ggsn.c b/ggsn/ggsn.c index 8d1524c..e682a26 100644 --- a/ggsn/ggsn.c +++ b/ggsn/ggsn.c @@ -425,7 +425,7 @@ return sgsn; }
-int create_context_ind(struct pdp_t *pdp) +static int create_context_ind(struct pdp_t *pdp) { static char name_buf[256]; struct gsn_t *gsn = pdp->gsn;