From e729a3d595baf4f3fb9bf572840c698fe71ec072 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 22 Jul 2012 22:19:56 +0200 Subject: add missing stub functions to ensure paging_test compiles FIXME: hlayer1 and l1if function calls are not acceptable in src/common ! --- tests/paging/paging_test.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') 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; } -- cgit v1.2.3