aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/assignment_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-30fix assignment success counters: count *before* cleanup of fsm stateNeels Hofmeyr1-2/+2
2021-11-30dbg log: also log assignment counters on BTS levelNeels Hofmeyr1-0/+8
2021-11-06for linter: s/while(0)/while (0)Neels Hofmeyr1-3/+3
2021-11-05assignment_fsm: Log modified lchan in assignment_fsm_allstate_action()Pau Espin Pedrol1-1/+1
2021-10-05tsc fixup: tweak condition for coverityNeels Hofmeyr1-2/+3
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-4/+16
2021-10-04assignment_fsm: Check for conn->lchanPhilipp Maier1-0/+9
2021-09-28assignment_fsm: make assignment_fsm_allstate_action staticPhilipp Maier1-1/+1
2021-09-28assignment_fsm: make assignment_fsm_timer_cb staticPhilipp Maier1-1/+1
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-0/+1
2021-07-05assignment_fsm: Add assert to guard ptr accessPau Espin Pedrol1-0/+1
2021-07-05assignment_fsm: Fix null pointer dereference rx ASSIGNMENT_EV_LCHAN_ERRORPau Espin Pedrol1-1/+1
2021-06-10log: assignment_fsm: tweak err msg for incompatible chanNeels Hofmeyr1-2/+4
2021-06-10log: assignment_fsm: drop newline from assignment_failNeels Hofmeyr1-1/+1
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr1-2/+3
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr1-0/+1
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr1-1/+1
2021-06-05fixup: pass tsc = -1 for previous default training sequence codeNeels Hofmeyr1-1/+5
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-6/+6
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-3/+3
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr1-4/+9
2021-05-28assignment_fsm: allow assignment to a specific lchanNeels Hofmeyr1-19/+85
2021-05-27assignment_fsm: tweak state transitions (prep for reassignment)Neels Hofmeyr1-16/+29
2021-05-27remove special case from assignment_count_result()Neels Hofmeyr1-27/+13
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-36/+35
2021-05-27cosmetic scoping in reuse_existing_lchan()Neels Hofmeyr1-5/+6
2021-05-27assignment_fsm: send BSSMAP response only after Assignment RequestNeels Hofmeyr1-17/+24
2021-05-21assignment_fsm: tweak error log msg for mixed modesNeels Hofmeyr1-1/+1
2021-05-21lchan and assignment FSMs: make Channel Mode Modify more saneNeels Hofmeyr1-45/+76
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-2/+2
2021-05-21assignment_fsm: fix failure log message for lchan unavailableNeels Hofmeyr1-4/+4
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-2/+3
2021-02-17stats: add SIGN/SPEECH assignment subcategoriesMichael Iedema1-1/+16
2021-02-05lchan activation: indicate whether TA is knownNeels Hofmeyr1-0/+4
2021-02-05lchan assignment when RTP is set up: don't break on Mode ModifyNeels Hofmeyr1-2/+5
2021-02-04assignment_fsm: assert the result of conn_get_bts()Vadim Yanitskiy1-1/+1
2021-02-03BS-11: Send proprietary MRPCI message after assignment + HO completeHarald Welte1-0/+10
2021-01-18stats: Add granularity to SDCCH/TCH/LU activity.Michael Iedema1-0/+12
2020-10-29add fixme comment for OS#3833Neels Hofmeyr1-0/+5
2020-09-03lchan_fsm: make rsl mode-modify working againPhilipp Maier1-28/+51
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-1/+2
2020-06-16Count assignment rates per BTS as wellDaniel Willmann1-13/+15
2020-05-11stats: Add counters for Tx BSSMAP messages.Alexander Chemeris1-2/+5
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-05-19bssap: Feed Assign Complete with Osmux CID retrieved from MGWPau Espin Pedrol1-2/+24
2019-05-03assignment_fsm: Properly support assigning signalling mode TCH/xSylvain Munaut1-66/+59
2019-04-30move mgw endpoint FSM to osmo-mgw.gitNeels Hofmeyr1-6/+5
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-6/+6
2019-04-08lchan activation: add explicit encryption info to activationNeels Hofmeyr1-0/+1