aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/handover_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol1-1/+1
2023-03-06requires_voice_stream -> ch_indctrOliver Smith1-16/+4
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr1-1/+1
2023-02-16fsms: use configurable timers instead of T23042Oliver Smith1-3/+3
2023-02-16ho: remove timeout for HO_ST_WAIT_LCHAN_ESTABLISHEDOliver Smith1-1/+1
2023-02-16ho: remove timeout for HO_ST_WAIT_LCHAN_ACTIVEOliver Smith1-1/+1
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-0/+1
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-5/+5
2022-06-30lchan_select: implement dynamic selection mode for assignmentVadim Yanitskiy1-2/+3
2022-06-30lchan_select: allow different alloc order for assignment and handoverVadim Yanitskiy1-2/+7
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-2/+2
2022-03-14fixup: gsm48_make_ho_cmd(): optionally add Synchronization Indication IEVadim Yanitskiy1-1/+1
2022-03-14gsm48_make_ho_cmd(): optionally add Synchronization Indication IEVadim Yanitskiy1-1/+1
2022-03-13gsm48_make_ho_cmd(): optionally add Cipher Mode Setting IEVadim Yanitskiy1-0/+1
2022-03-09fix extraneous newlines in ho_fail() invocationsNeels Hofmeyr1-3/+3
2022-03-09inter-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