aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-17 01:43:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-10-17 02:28:43 +0000
commit00b1d43435dff75a4189de1db66be18b3234b552 (patch)
tree896dc5b1aaa298819ca697e9ab76e714f555e57d /tests/db
parent7ae8d878cfb6b79218e859cde2521a3db03e3555 (diff)
add hlr_subsrc_nam to put GSUP client notification in proper API
This code should not live in a CTRL interface function but be proper hlr_* API. Change-Id: I4c9b8f9ad51d49517474e8b51afc3cc2e1c9299a
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/db_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/db/db_test.c b/tests/db/db_test.c
index 591418b..0a53370 100644
--- a/tests/db/db_test.c
+++ b/tests/db/db_test.c
@@ -837,3 +837,9 @@ int auc_compute_vectors(struct osmo_auth_vector *vec, unsigned int num_vec,
struct osmo_sub_auth_data *aud3g,
const uint8_t *rand_auts, const uint8_t *auts)
{ OSMO_ASSERT(false); return -1; }
+void *lu_op_alloc_conn(void *conn)
+{ OSMO_ASSERT(false); return NULL; }
+void lu_op_tx_del_subscr_data(void *luop)
+{ OSMO_ASSERT(false); }
+void lu_op_free(void *luop)
+{ OSMO_ASSERT(false); }