aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 18:23:03 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 18:23:03 +0100
commite69f460ae7d0f12999cc967bc4c362399a0892d0 (patch)
treee79a76c40be2ccdaf7f0cac5a6df50225f9582ee
parent0e707fc83a2cc632706c167e6a8725bee66afd8e (diff)
sgsn.h: Drop declaration of non existing function
-rw-r--r--include/osmocom/sgsn/sgsn.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/sgsn/sgsn.h b/include/osmocom/sgsn/sgsn.h
index 90f91f748..76d5702c2 100644
--- a/include/osmocom/sgsn/sgsn.h
+++ b/include/osmocom/sgsn/sgsn.h
@@ -169,9 +169,6 @@ char *sgsn_gtp_ntoa(struct ul16_t *ul);
struct sgsn_instance *sgsn_instance_alloc(void *talloc_ctx);
int sgsn_inst_init(struct sgsn_instance *sgsn);
-/* Main input function for Gb proxy */
-int sgsn_rcvmsg(struct msgb *msg, struct gprs_ns2_vc *nsvc, uint16_t ns_bvci);
-
/* sgsn_libgtp.c */
struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
struct sgsn_mm_ctx *mmctx,