aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-15[overpower] Allow configuring specific channel mode(s)Vadim Yanitskiy1-3/+17
2021-11-15abis_rsl: s/*_acch_cap_for_bts/put_*_acch_cap_ie/gVadim Yanitskiy1-7/+7
2021-11-15abis_rsl: {rep,top}_acch_cap_for_bts(): make *lchan constVadim Yanitskiy1-4/+4
2021-11-15struct gsm_bts: s/temporary_overpower/top_acch_cap/gVadim Yanitskiy1-2/+2
2021-11-15struct gsm_bts: s/repeated_acch_policy/rep_acch_cap/gVadim Yanitskiy1-1/+1
2021-11-15abis_rsl: cosmetic: fix coding style rep_acch_cap_for_bts()Vadim Yanitskiy1-1/+1
2021-11-15abis_rsl: simplify checking if channel mode is AMRVadim Yanitskiy1-2/+2
2021-11-10implement bts.N.cm_serv_rej:<cause> rate countersNeels Hofmeyr1-0/+102
2021-11-10refactor lchan countingNeels Hofmeyr1-2/+5
2021-11-08abis_rsl: permit simultaneous ACCH repetition and overpowerVadim Yanitskiy1-18/+3
2021-11-07abis_rsl: print_meas_rep_{buf,uni}() accept const *mrVadim Yanitskiy1-5/+7
2021-11-07abis_rsl: do not pass lchan to print_meas_rep_buf()Vadim Yanitskiy1-16/+11
2021-11-05add chreq:successful_<reason> rate countersNeels Hofmeyr1-1/+31
2021-11-05rsl_tx_chan_activ(): fix manual channel activation for nanoBTSVadim Yanitskiy1-0/+6
2021-10-08rsl_rx_resource_indication(): check result of rsl_tlv_parse()Vadim Yanitskiy1-3/+7
2021-10-07Get rid of lots of stubs [4/4]Pau Espin Pedrol1-2/+5
2021-10-05Implement MS Uplink Power Control LoopKeith1-0/+3
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-2/+0
2021-09-28Fix MEAS parsing, as Ericsson RBS reports TA shifted by 2 bits.Keith1-2/+3
2021-09-02bty_vty: add VTY settungs for temporary overpowerPhilipp Maier1-0/+31
2021-08-16early IMM ASS 3/n: implement 'pre-ts-ack'Neels Hofmeyr1-1/+10
2021-08-16early IMM ASS 2/n: implement 'pre-chan-ack'Neels Hofmeyr1-0/+1
2021-07-23Introduce VTY option to forbid use of TCH for non-voicecall signallingPau Espin Pedrol1-11/+13
2021-07-22RES IND: tweak error code on missing Resource Information IENeels Hofmeyr1-1/+1
2021-07-22RES IND: allow empty Resource Information IENeels Hofmeyr1-2/+4
2021-07-22Fix recent regression in CHREQ allocationPau Espin Pedrol1-1/+1
2021-07-21abis_rsl: Log chan rqd reason on resource exhaustion log messagePau Espin Pedrol1-6/+8
2021-07-20_select_sdcch_for_call: Avoid 2nd lchan lookup when finally selecting itPau Espin Pedrol1-2/+1
2021-07-16separate 'interference-meas level-bounds' cfg and usedNeels Hofmeyr1-2/+2
2021-07-15cosmetic: Small improvements to _select_sdcch_for_callPau Espin Pedrol1-13/+14
2021-07-14Avoid switching dyn ts to sdcch8 if it starves later TCHPau Espin Pedrol1-3/+63
2021-07-11RES IND: parse msg and store interference levels in lchansNeels Hofmeyr1-1/+70
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-06-30power_control: omit BS Power Parameters IE if the maximum is 0 dBVadim Yanitskiy1-0/+6
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