aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cipher/cipher_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cipher/cipher_test.c')
-rw-r--r--tests/cipher/cipher_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cipher/cipher_test.c b/tests/cipher/cipher_test.c
index 7d037c21..9de18d96 100644
--- a/tests/cipher/cipher_test.c
+++ b/tests/cipher/cipher_test.c
@@ -108,6 +108,8 @@ int bts_model_rsl_deact_sacch(struct gsm_lchan *lchan)
int bts_model_trx_deact_rf(struct gsm_bts_trx *trx)
{ return 0; }
+int bts_model_trx_close(struct gsm_bts_trx *trx)
+{ return 0; }
int bts_model_check_oml(struct gsm_bts *bts, uint8_t msg_type,
struct tlv_parsed *old_attr, struct tlv_parsed *new_attr,
void *obj)