From 00b4e064ffc4c4bb2863c1f8ce40e4e1e1bbbbff Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 23 Jan 2014 16:12:04 +0100 Subject: handover: Add generic handling for handover The BTS layer needs to inform the handover code when an access burst has been received. In turn the handover layer will ask the bts to modify the channel, it will schedule the physical information inform the BSC with the HANDOVER DETECTION and waits for the BTS layer to inform it about the first received frame to stop a timer. --- tests/stubs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/stubs.c') diff --git a/tests/stubs.c b/tests/stubs.c index c0955f3a..53aa434e 100644 --- a/tests/stubs.c +++ b/tests/stubs.c @@ -37,6 +37,8 @@ int bts_model_rsl_chan_act(struct gsm_lchan *lchan, struct tlv_parsed *tp) { return 0; } int bts_model_rsl_mode_modify(struct gsm_lchan *lchan) { return 0; } +int bts_model_rsl_chan_mod(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) {} -- cgit v1.2.3