aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03abis_rsl: Use proper struct in rsl_paging_cmdPau Espin Pedrol1-4/+4
2022-05-03abis_rsl.c: Drop unused functionPau Espin Pedrol1-17/+0
2022-04-28paging: Estimate available_slots based on BTS config when no CCCH Load Ind re...Pau Espin Pedrol1-2/+1
2022-04-25emerg call: send BSSMAP Clear Req cause as preemptionNeels Hofmeyr1-0/+5
2022-04-25emerg call: tweak log, commentsNeels Hofmeyr1-2/+2
2022-04-25abis_rsl: fix NULL pointer dereference in abis_rsl_rx_rll()Vadim Yanitskiy1-0/+2
2022-04-25rsl_rx_ccch_load: Use UINT16_MAX instead of -1Pau Espin Pedrol1-4/+4
2022-04-24emerg call: fix RR release cause for pre-emptionNeels Hofmeyr1-2/+2
2022-04-18abis_rsl: Fix typo in log messageHarald Welte1-1/+1
2022-03-31abis_rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy1-14/+61
2022-03-31abis_rsl: Ensure message length is sufficient for respective headerHarald Welte1-1/+17
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-8/+8
2022-02-18rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-2/+2
2021-11-30fix chreq:* counters: typos in chreq:successful_* constantsNeels Hofmeyr1-7/+7
2021-11-29dbg log: abis_rsl print_meas_rep(): clarify rxlevNeels Hofmeyr1-1/+1
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