aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/handover_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-08-13neighbor config: allow re-using ARFCN+BSIC pairsNeels Hofmeyr1-10/+22
2019-07-13silence error for "invalid enum handover_scope value: none"Neels Hofmeyr1-0/+1
2019-07-13comment and VTY doc tweaksNeels Hofmeyr1-1/+2
2019-05-07handover_fsm.c: fix: prevent possible buffer overflowVadim Yanitskiy1-0/+1
2019-05-05fix inter-BSC-HO-incoming for AoIP (1/2)Neels Hofmeyr1-82/+101
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-2/+3
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-4/+5
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-5/+5
2019-04-19Revert "fix inter-BSC-HO-incoming for AoIP (1/2)"Daniel Willmann1-102/+81
2019-04-08fix inter-BSC-HO-incoming for AoIP (1/2)Neels Hofmeyr1-81/+102
2019-04-08Handover Request: also parse Chosen Algorithm IE, pass to lchan activationNeels Hofmeyr1-0/+29
2019-04-08lchan activation: add explicit encryption info to activationNeels Hofmeyr1-0/+1
2019-03-14Revert "assignment_fsm: Properly support assigning signalling mode TCH/x"Neels Hofmeyr1-3/+2
2019-03-14assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-2/+3
2019-03-11handover_fsm: copy old S15_S0 to new lchanPhilipp Maier1-0/+1
2019-02-21assignment_fsm: fix channel allocator preferencesPhilipp Maier1-10/+8
2019-02-06handover_fsm: do not access conn->assignment.req, it may be outdatedNeels Hofmeyr1-1/+1
2018-12-21make sure early lchan act failure resets the lchanNeels Hofmeyr1-3/+3
2018-12-07handover_fsm: send HANDOVER PERFORMED msg on internal hoPhilipp Maier1-0/+68
2018-11-14lchan release: always Deact SACCHNeels Hofmeyr1-3/+3
2018-11-14fix: send RR Release (e.g. after BSSMAP Clear Cmd)Neels Hofmeyr1-3/+3
2018-10-29handover_fsm: fix failure logging of uninitialized chan modeNeels Hofmeyr1-3/+2
2018-10-29handover_fsm: fix missing newline for log statementNeels Hofmeyr1-1/+1
2018-10-21handover_start_inter_bsc_in(): Uninitialized variableHarald Welte1-1/+1
2018-10-12handover_fsm: adjust inter-BSC HO failure handling to specNeels Hofmeyr1-2/+33
2018-10-12fix counters for inter-BSC outgoingNeels Hofmeyr1-4/+4
2018-10-05codec_pref: handle S0-S15 in ASSIGNMENT REQUESTPhilipp Maier1-2/+3
2018-09-10ho fsm: handle RR HO Failure for inter-BSC outgoingNeels Hofmeyr1-0/+16
2018-08-29inter-BSC HO incoming: drop old/wrong RTP port codeNeels Hofmeyr1-17/+0
2018-08-29inter-BSC HO incoming: continue despite missing ClassmarkNeels Hofmeyr1-4/+4
2018-08-01handover_fsm.c: Fix -Werror=format-security errorsHarald Welte1-4/+2
2018-07-28lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlierNeels Hofmeyr1-1/+8
2018-07-28cosmetic: FSMs: allow ignorable eventsNeels Hofmeyr1-1/+15
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-0/+1187