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