aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 17:48:15 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-05 17:48:17 +0100
commit0e707fc83a2cc632706c167e6a8725bee66afd8e (patch)
treef0bd1f430c0072374e27eb671fbaa8787fcfe097 /tests
parentffd6e37eb537d93ce0e60793c14c149cfc76214e (diff)
Move struct sgsn_subscriber_pdp_data to gprs_subscriber.h
The functions driving its lifcyecles are already in gprs_subscriber.c, and are used mainly by functions in the same file, hence move it to the related header to further shrink gprs_sgsn.h. Change-Id: Iff7be91af130a3317d57d3649c17e3d5d2540e7a
Diffstat (limited to 'tests')
-rw-r--r--tests/sgsn/sgsn_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/sgsn/sgsn_test.c b/tests/sgsn/sgsn_test.c
index 7d3bde576..e7f820f98 100644
--- a/tests/sgsn/sgsn_test.c
+++ b/tests/sgsn/sgsn_test.c
@@ -1435,9 +1435,6 @@ static void test_apn_matching(void)
cleanup_test();
}
-struct sgsn_subscriber_pdp_data* sgsn_subscriber_pdp_data_alloc(
- struct sgsn_subscriber_data *sdata);
-
static void test_ggsn_selection(void)
{
struct apn_ctx *actxs[4];