aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/handover_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04fix extraneous newlines in ho_fail() invocationsneels/2021q4Neels Hofmeyr1-3/+3
2022-03-04inter-BSC incoming HO: store Codec List (MSC Preferred)Neels Hofmeyr1-0/+17
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr1-7/+21
2021-11-06implement incoming_intra_bsc_ho:* rate countersNeels Hofmeyr1-0/+5
2021-11-06cosmetic tweaks on handover counting codeNeels Hofmeyr1-3/+25
2021-11-06for linter: s/while(0)/while (0)Neels Hofmeyr1-5/+5
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-07-15ensure trigger_ho() returns zero only when HO or AS was indeed triggeredNeels Hofmeyr1-2/+2
2021-06-22support A5/4 in inter-BSC HandoverNeels Hofmeyr1-3/+19
2021-06-17Introduce counters to track SRVCC proceduresPau Espin Pedrol1-0/+9
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-3/+4
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-4/+4
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-1/+1
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-8/+8
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-2/+2
2021-04-24SRVCC: Parse Last Used E-UTRAN PLMN Id in Handover RequestPau Espin Pedrol1-0/+36
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-3/+5
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-10/+7
2021-03-24refactor handover penalty timersNeels Hofmeyr1-0/+1
2021-02-05lchan activation: indicate whether TA is knownNeels Hofmeyr1-0/+7
2021-02-03BS-11: Send proprietary MRPCI message after assignment + HO completeHarald Welte1-0/+9
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-0/+5
2020-08-31handover_fsm: signal Clear from gscon, for proper HO result countsNeels Hofmeyr1-0/+2
2020-08-31add {BTS,BSC}_CTR_INTER_BSC_HO_OUT_FAILED for RR HO FailureNeels Hofmeyr1-0/+4
2020-08-31fix HO inter-BSC-IN target bts for countersNeels Hofmeyr1-0/+5
2020-08-31fix 'handover:*' counters: remove bogus incrementsNeels Hofmeyr1-10/+8
2020-08-30fix 'handover:*' counters: add missing / move incrementsNeels Hofmeyr1-0/+4
2020-08-30ho counters: count invalid target cell as 'error', not 'no_channel'Neels Hofmeyr1-1/+1
2020-08-30cosmetic: dissolve error-goto with single source in handover_start()Neels Hofmeyr1-5/+4
2020-08-30cosmetic: use local var in handover_start_intra_bsc()Neels Hofmeyr1-1/+1
2020-08-24Add bts counters to count BTS events where we don't have a btsDaniel Willmann1-0/+2
2020-08-24Count intra-cell and intra-bsc handover separatelyDaniel Willmann1-14/+19
2020-08-24Count handover per BTS as well as per BSCDaniel Willmann1-24/+81
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-0/+1
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