aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-15 20:39:12 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commitdaa0652d3f76bb977ddf5ef3974bf5ac6c96b752 (patch)
treeacad5618bb8bfbadd2a1b064abd9db7dcbc9d566 /openbsc/tests
parentf7436b22b3de13ec9ec130a03c295a8b53d395d3 (diff)
sgsn_test: Make sgsn_test compile again after libui change
Diffstat (limited to 'openbsc/tests')
-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 *) =