aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-07-22 22:19:56 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-22 22:19:56 +0200
commite729a3d595baf4f3fb9bf572840c698fe71ec072 (patch)
tree904a6783e0187ef677f92f644cc948094a083712 /tests
parent1195148fc6d0259a2236cbc5908cbd9416a926f9 (diff)
add missing stub functions to ensure paging_test compiles
FIXME: hlayer1 and l1if function calls are not acceptable in src/common !
Diffstat (limited to 'tests')
-rw-r--r--tests/paging/paging_test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/paging/paging_test.c b/tests/paging/paging_test.c
index e477669c..a7389659 100644
--- a/tests/paging/paging_test.c
+++ b/tests/paging/paging_test.c
@@ -156,3 +156,10 @@ int bts_model_rsl_mode_modify(struct gsm_lchan *lchan)
{ return 0; }
void bts_model_rtp_rx_cb(struct osmo_rtp_socket *rs, const uint8_t *rtp_pl,
unsigned int rtp_pl_len) {}
+
+int l1if_pdch_req(struct gsm_bts_trx_ts *ts, int is_ptcch, uint32_t fn,
+ uint16_t arfcn, uint8_t block_nr, uint8_t *data, uint8_t len)
+{ return 0; }
+
+uint32_t trx_get_hlayer1(struct gsm_bts_tx *trx)
+{ return 0; }