aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2024-01-10early-IA: use the correct TRXNeels Hofmeyr1-10/+35
2023-12-11LAPDm: Reject (release) establishment on DCCH, SAPI 0 without L3 payloadAndreas Eversberg1-0/+20
2023-10-27ASCI: Control uplink access bursts detection of physical interfaceAndreas Eversberg1-4/+8
2023-09-25Do not prefix UI header to System Information Type 10Andreas Eversberg1-0/+9
2023-09-19Move trx->rsl_link to trx->bb_transc.rsl.linkPau Espin Pedrol1-2/+2
2023-09-07rsl: Improve logic reactivating CCCH upon SI3 BS_AG_BLKS_RES changePau Espin Pedrol1-3/+15
2023-09-07bts-trx: Fix CCCH not enabled if BS_AG_BLKS_RES!=1 is provided by BSCPau Espin Pedrol1-2/+4
2023-08-07rsl: rsl_handle_chan_mod_ie(): do not use legacy definesVadim Yanitskiy1-7/+7
2023-08-07rsl: rsl_handle_chan_mod_ie(): set lchan->csd_modeVadim Yanitskiy1-0/+18
2023-07-21ASCI: Add Notification/FACCH supportAndreas Eversberg1-0/+48
2023-07-21ASCI: Retrieve NCH position from System Information 1Andreas Eversberg1-0/+4
2023-07-21ASCI: Add function to reactivate channelAndreas Eversberg1-13/+36
2023-07-21ASCI: VGCS/VBS RACH -> RSL TALKER/LISTENER DETECTHarald Welte1-7/+60
2023-07-10Store "Channel rate and type" from RSL Channel Mode IE in BTSHarald Welte1-0/+5
2023-07-10Change return value of bts_supports_cm() from int to boolAndreas Eversberg1-1/+1
2023-07-10ASCI: NCH / NOTIFICATION supportHarald Welte1-1/+50
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-04-04Clarify configuration of TSC on each timeslotPau Espin Pedrol1-2/+5
2023-03-31Replace explicit gsm_lchan_name() calls with LOGPLCHANHarald Welte1-42/+27
2023-03-23rsl: rsl_handle_chan_mod_ie(): add missing GSM48_CMODE_* valuesVadim Yanitskiy1-17/+41
2023-03-14rsl: reduce logging verbosity on some messagesVadim Yanitskiy1-2/+2
2023-03-14rsl: remove redundant gsm_lchan_name() in rsl_tx_rf_rel_ack()Vadim Yanitskiy1-1/+1
2023-03-14rsl_rx_ipac_XXcx: parse csd_fmt_d/irOliver Smith1-1/+14
2023-02-01Add SI10 supportMax1-0/+1
2022-10-12rsl: use unsigned intPhilipp Maier1-2/+2
2022-09-13Introduce Osmux supportPau Espin Pedrol1-38/+92
2022-08-11rsl: Reduce scope of variablePau Espin Pedrol1-1/+1
2022-08-11Use libosmocore API msgb_queue_free() to free listsPau Espin Pedrol1-13/+0
2022-08-11Split out lchan rtp socket creation from rsl handling codePau Espin Pedrol1-110/+6
2022-08-10rsl: rx ipac crcx/mdcx: Log payload_type2Pau Espin Pedrol1-0/+2
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