aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stubs.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-26oml: Indicate the kind of object passed as the void*Holger Hans Peter Freyther1-1/+1
These routines do not pass the gsm_abis_mo and parsing the FOM header of the msg does not seem to be a good idea either. Pass in the OML object so that the model code can determine what the void pointer is.
2014-03-10handover: Add generic handling for handoverAndreas Eversberg1-0/+2
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.
2013-10-06abis: delay l1if_reset() until OML link is establishedHarald Welte1-0/+3
2013-02-27tests: Share the stub between the paging and ciphering testsHolger Hans Peter Freyther1-0/+48