aboutsummaryrefslogtreecommitdiffstats
path: root/tests/handover/handover_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Fix some typosMartin Hauke1-3/+3
2019-07-08make bsc_clear_request() staticNeels Hofmeyr1-2/+0
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-8/+8
2019-03-11handover_fsm: copy old S15_S0 to new lchanPhilipp Maier1-2/+3
2018-12-07handover_fsm: send HANDOVER PERFORMED msg on internal hoPhilipp Maier1-0/+1
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-0/+2
2018-10-24lchan_fsm: generate proper multirate configuration IE on RSLPhilipp Maier1-0/+6
2018-07-28cosmetic: rename bsc_api.h to gsm_08_08.hNeels Hofmeyr1-1/+1
2018-07-28create separate logging categories for lchan,ts,as FSMsNeels Hofmeyr1-0/+18
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr1-0/+1
2018-07-28fix nanobts: timeslot FSM: use flags to remember OML,RSL statusNeels Hofmeyr1-0/+1
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-69/+117
2018-06-08cosmetic: handover_test: add IMSI to subscr for loggingNeels Hofmeyr1-1/+11
2018-06-07remove struct bsc_apiNeels Hofmeyr1-3/+13
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr1-5/+3
2018-04-16Cosmetic: Fix typo: Siganlling->SignallingKeith1-1/+1
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-3/+9
2018-03-17tests: handover_test.c: Add missing headerPau Espin Pedrol1-0/+2
2018-03-16introduce an osmo_fsm for gsm_subscriber_connectionHarald Welte1-2/+76
2018-03-08handover_test: explicitly wrap abis_rsl_sendmsg()Neels Hofmeyr1-2/+4
2018-03-05cosmetic: bsc_network_init(): imply default 001-01 PLMNNeels Hofmeyr1-1/+1
2018-02-21HO: fix minor issues found by coverityNeels Hofmeyr1-13/+13
2018-02-19HO: Implement load based handover, as handover_decision_2.cNeels Hofmeyr1-0/+1615