aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/common/rsl.c: log CRCX ACK lchan Tx completeosmith/abis-loadtest-202205Oliver Smith2022-05-041-1/+12
* common: fix coding style: if is not a functionVadim Yanitskiy2022-04-191-1/+1
* rsl: use hard-coded defaults if the MultiRate conf IE is absentVadim Yanitskiy2022-04-131-1/+4
* l1sap: l1sap_chan_act(): remove unused *tp argumentVadim Yanitskiy2022-04-131-1/+1
* rsl: misc / cosmetic fixes for tx_ipac_XXcx_nack()Vadim Yanitskiy2022-04-131-4/+4
* rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy2022-04-131-24/+57
* rsl: parse_multirate_config(): check if AMR codec is usedVadim Yanitskiy2022-04-121-1/+15
* rsl: rsl_rx_chan_{activ,modif}: do not sent an Error ReportVadim Yanitskiy2022-04-121-6/+2
* rsl: de-duplicate parsing of MultiRate configuration IEVadim Yanitskiy2022-04-121-24/+33
* rsl: fix wrong IE being checked in rsl_rx_chan_activ()Vadim Yanitskiy2022-03-141-9/+9
* rsl: Conditionally decrease log level if cause is normal eventPau Espin Pedrol2022-03-021-1/+3
* Change some log levels NOTICE->INFOPau Espin Pedrol2022-03-021-2/+2
* rsl: exclude disabled timeslots from interference reportsVadim Yanitskiy2021-11-091-0/+5
* [overpower] Turn it on and off depending on DL RxQualVadim Yanitskiy2021-11-041-0/+14
* l1sap: rework handling of DATA.ind on SACCHVadim Yanitskiy2021-11-041-9/+3
* rsl: fix a memory leak in handle_gprs_susp_req()Vadim Yanitskiy2021-10-281-0/+1
* [overpower] rsl: store full content of RSL_IE_OSMO_TEMP_OVP_ACCH_CAPVadim Yanitskiy2021-10-251-6/+10
* lchan: introduce and use lchan_is_tch() helperVadim Yanitskiy2021-10-231-2/+1
* rsl: fix handling of REL IND in lapdm_rll_tx_cb()Harald Welte2021-10-231-9/+9
* cosmetic: s/repeated_acch_capability/rep_acch_cap/gVadim Yanitskiy2021-10-221-4/+4
* measurement: move repeated_dl_facch_active_decision() hereVadim Yanitskiy2021-10-221-1/+0
* rsl: send NACK if BTS_FEAT_ACCH_REP is not supportedVadim Yanitskiy2021-10-221-4/+13
* rsl: rsl_tx_meas_res() does not change l3, make it constVadim Yanitskiy2021-10-221-1/+1
* lchan: Call lapdm_channel_exit() when state changes to NONEPau Espin Pedrol2021-10-141-15/+0
* Move lchan_deactivate() to lchan.cPau Espin Pedrol2021-10-141-8/+0
* rsl: Fix all shadow TS being Chan Act NACKedPau Espin Pedrol2021-10-111-2/+5
* rsl_tx_rf_res(): also report noise levels for PDTCHVadim Yanitskiy2021-10-081-6/+13
* rsl_tx_rf_res(): separate interference AVG / band calculationVadim Yanitskiy2021-10-081-12/+8
* rsl: prevent race condition during timeslot re-configurationVadim Yanitskiy2021-10-081-18/+20
* Introduce gsm_lchan_release function helperPau Espin Pedrol2021-10-071-60/+1
* MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol2021-10-071-2/+4
* rsl: NACK Chan Activation for lchans on disabled TSPau Espin Pedrol2021-10-071-0/+7
* rsl: remove redundant logging in rsl_rx_chan_activ()Vadim Yanitskiy2021-10-041-3/+0
* rsl: parse temporary overpower value RSL CHAN ACT / MODIFYPhilipp Maier2021-09-291-0/+26
* Decouple handling of Measurement Report from lapdmPau Espin Pedrol2021-09-281-25/+8
* gsm_lchan2chan_nr(): separate RSL specific variant of this APIVadim Yanitskiy2021-09-261-18/+18
* rsl: simplfy parse_repeated_acch_capabilityPhilipp Maier2021-09-231-3/+1
* lchan: Move TA CTRL param to its own substructPau Espin Pedrol2021-09-131-2/+2
* MS Power Control Loop: Take C/I into accountPau Espin Pedrol2021-09-031-0/+79
* rsl: Support parsing up to 3 RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol2021-08-311-1/+1
* rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol2021-08-301-1/+1
* enable Early Immediate AssignmentNeels Hofmeyr2021-08-181-0/+24
* rsl: use tlvp_val16be() in rsl_rx_ipac_XXcx()Vadim Yanitskiy2021-07-051-5/+4
* Support SDCCH8 in osmo dyn tsPau Espin Pedrol2021-07-051-5/+16
* Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol2021-07-051-7/+7
* power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy2021-07-011-2/+16
* osmo-bts-trx: implement BCCH carrier power reduction modeVadim Yanitskiy2021-07-011-3/+20
* Report interference levels in RSL RF RESource INDicationVadim Yanitskiy2021-06-181-2/+35
* pcu_sock: Transmit SI2Pau Espin Pedrol2021-06-111-0/+1
* rsl: Use switch statement in rsl_rx_bcch_info()Pau Espin Pedrol2021-06-101-12/+18