aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-23abis_rsl: fix rsl_rx_ccch_load(): properly check the message lengthVadim Yanitskiy1-1/+1
2021-06-18implement A5/4 in Ciphering Mode procedureNeels Hofmeyr1-0/+8
2021-06-18rewire build_encr_info() to return errorsNeels Hofmeyr1-4/+35
2021-06-18rsl_data_request() check lchan pointer before accessNeels Hofmeyr1-5/+7
2021-06-10get_any_lchan(): reduce minor code dupNeels Hofmeyr1-11/+4
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr1-17/+17
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr1-25/+95
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr1-5/+12
2021-06-10implement CHANnel ACTIVate to VAMOS modeNeels Hofmeyr1-1/+5
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr1-2/+2
2021-06-10implement Channel Mode Modify to VAMOS modeNeels Hofmeyr1-5/+22
2021-06-05fixup: pass tsc = -1 for previous default training sequence codeNeels Hofmeyr1-0/+2
2021-06-05meas rep logging: use log_check_level() to skip a logging loopNeels Hofmeyr1-6/+7
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