mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-11-02 13:13:25 +00:00
ggsn: Mark internal cb function static
Change-Id: Ic9fdd50ae098058cc69e5aa6a0085819d69e3599
This commit is contained in:
@@ -425,7 +425,7 @@ static struct sgsn_peer* ggsn_find_or_create_sgsn(struct ggsn_ctx *ggsn, struct
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user