aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index a77787802..35b596000 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -108,22 +108,6 @@ int gprs_iu_tx(struct msgb *msg, uint8_t sapi, void *mm)
return -1;
}
-int gprs_transp_upd_key(struct sgsn_mm_ctx *mm)
-{
- return -1;
-}
-
-int gprs_iu_rab_act(struct sgsn_pdp_ctx *pdp)
-{
- return -1;
-}
-
-int gprs_iu_rab_deact(struct sgsn_mm_ctx *mm)
-{
- return -1;
-}
-
-
/* override, requires '-Wl,--wrap=sgsn_update_subscriber_data' */
void __real_sgsn_update_subscriber_data(struct sgsn_mm_ctx *);
void (*update_subscriber_data_cb)(struct sgsn_mm_ctx *) =