aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-05meas rep logging: replace a dozen DEBUGPC() with one DEBUGP()Neels Hofmeyr1-24/+45
2021-06-05change bs_power to bs_power_dbNeels Hofmeyr1-6/+9
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-37/+37
2021-06-02fix rc handling in channel_mode_from_lchan()Neels Hofmeyr1-3/+5
2021-05-31lchan_fsm: introduce lchan.modify.ch_mode_rate to allow tweakingNeels Hofmeyr1-2/+2
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-7/+7
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr1-1/+1
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr1-2/+2
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr1-2/+2
2021-05-28RSL link: explicitly select rsl_link based on lchanNeels Hofmeyr1-25/+30
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr1-16/+25
2021-05-27move lchan->csd_mode into channel_mode_and_rateNeels Hofmeyr1-4/+2
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr1-6/+5
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-17/+20
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-1/+1
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-2/+3
2021-04-04Ignore CHANnel ReQuireD with Access Delay IE > 63Keith1-0/+7
2021-02-05lchan activation: indicate whether TA is knownNeels Hofmeyr1-9/+9
2021-02-05rename lchan->rqd_ta to last_taNeels Hofmeyr1-5/+5
2021-02-04cosmetic: shorten deref chains where possibleMichael Iedema1-5/+7
2021-01-30stats: Add granularity to chan:rf_fail stat.Michael Iedema1-0/+11
2021-01-26abis_rsl: check if emergency calling is disabled before premptionPhilipp Maier1-10/+11
2021-01-19lchan_avail(): omit logging for handover decision 2Neels Hofmeyr1-2/+2
2021-01-18stats: Add granularity to SDCCH/TCH/LU activity.Michael Iedema1-0/+34
2020-12-19power_control: make use of MS/BS parameters in RSL messagesVadim Yanitskiy1-17/+52
2020-12-19abis_rsl: turn rsl_msgb_alloc() a macro and move it to headerVadim Yanitskiy1-8/+0
2020-12-01abis_rsl: parse cm3 and indicate ACCH repetition cap to BTSPhilipp Maier1-0/+31
2020-09-17osmo-bsc: fix a crash when receiving a RACH LOAD IND with 0Alexander Couzens1-2/+8
2020-09-11abis_rsl: fix memleak in rach dos reduction functionPhilipp Maier1-1/+4
2020-09-11abis_rsl: inform user when expired channel requests get tossedPhilipp Maier1-2/+6
2020-09-11abis_rsl.c: flush channel request queue on RSL bootstrapPhilipp Maier1-0/+12
2020-09-07abis_rsl: prioritize emergency calls over regular callsPhilipp Maier1-45/+237
2020-09-03lchan_fsm: make rsl mode-modify working againPhilipp Maier1-0/+2
2020-08-29abis_rsl: fix IAR Rest Octets in rsl_send_imm_ass_rej()Vadim Yanitskiy1-1/+9
2020-08-12abis_rsl.c: make sure emergency calls are rejected earlyPhilipp Maier1-1/+10
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-1/+1
2020-06-29abis_rsl: Mobile Allocation IE in CHANnel ACTIVation shall be emptyVadim Yanitskiy1-5/+4
2020-06-21Count RSL DELETE INDICATION received from BTSHarald Welte1-2/+2
2020-06-16use osmo_mobile_identity API everywhereNeels Hofmeyr1-3/+14
2020-06-16abis_rsl: Count successful channel requestsDaniel Willmann1-1/+7
2020-05-17log: Demote "SAPI=%u ESTABLISH CONFIRM" message from ERROR to DEBUG.Alexander Chemeris1-1/+1
2020-05-17log: Demote "CHAN RQD: reason" to INFOAlexander Chemeris1-1/+1
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol1-0/+4
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol1-11/+1
2019-11-13Fix some typosMartin Hauke1-2/+2
2019-10-29rsl: Send IE MS Power Param to osmocom BTS models onlyPau Espin Pedrol1-2/+10
2019-10-29rsl.c: Clean up some repeated use of long chains of pointersPau Espin Pedrol1-5/+9
2019-10-28rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messagesPau Espin Pedrol1-0/+5
2019-09-08SMSCB: Send ETWS Primary Notifiation via RSL to BTSHarald Welte1-0/+19
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-2/+33