aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte1-0/+26
2019-05-21cbch: Support Extended CBCHHarald Welte1-2/+8
2019-05-21cbch: Fix memory leak and send error message on invalid SMSCB commandHarald Welte1-3/+7
2019-05-21RSL: Fix off-by-one error when parsing SACCH INFO IE in RSL CHAN ACTHarald Welte1-1/+1
2019-05-21RSL: Reject RLL messages for lchans that are not active yetHarald Welte1-0/+8
2019-05-20rsl: Include Channel Nr and Link ID in Error reports whenever possibleHarald Welte1-13/+27
2019-05-20rsl: Send RSL Error Report in case of unknown/unsupported msg_typeHarald Welte1-1/+14
2019-04-24common/rsl.c: fix unaligned pointers in rsl_add_rtp_stats()Vadim Yanitskiy1-24/+24
2019-04-23common/rsl.c: fix size argument in memcmp() callVadim Yanitskiy1-1/+1
2019-03-27Forward GPRS SUSPEND REQ from DCCH to PCU socketHarald Welte1-9/+46
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-9/+12
2019-03-27rsl.c: Add missing #include of gsm0808.hHarald Welte1-0/+1
2019-02-14Log lchan kind on PCU-related errorMax1-2/+2
2018-12-23rsl: Send PDCH ACT NACK if TCH chan is still activePau Espin Pedrol1-0/+6
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-10/+22
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2018-11-23rsl: Avoid sending ipa PDCH DEACT NACK followed by ACKPau Espin Pedrol1-2/+1
2018-11-23rsl: Log lchan state during dynts PDCH->TCHPau Espin Pedrol1-2/+3
2018-10-10rsl_rx_chan-activ: Improve logging informationPau Espin Pedrol1-2/+3
2018-09-19common/rsl.c: tweak log message in lapdm_rll_tx_cb()Vadim Yanitskiy1-2/+3
2018-09-11log: add error log for RSL Chan Mode ModifKeith Whyte1-1/+4
2018-09-11fix RSL Chan Mode Modif for dyn TSNeels Hofmeyr1-1/+1
2018-09-09CBCH: Fix rejecting SMS-CB related RSL messagesHarald Welte1-2/+6
2018-08-20measurement: make sure state is reset on chan act.Philipp Maier1-1/+1
2018-07-25preserve lchan-specific SI overrides on SACCH FILLStefan Sperling1-4/+10
2018-07-24update sysinfo copies in all lchans upon SACCH FILLStefan Sperling1-0/+32
2018-07-06rsl: Use value_string to print encryption algo namePau Espin Pedrol1-4/+5
2018-06-29Add min/max/std-dev measurement reporting for TOA256Harald Welte1-8/+22
2018-06-09Send DELETE_IND when dropping Imm Assign pending messagePau Espin Pedrol1-1/+1
2018-05-25rtp: make port range configurable, assign correct port numbersPhilipp Maier1-2/+24
2018-05-09rsl: If CHAN ACT or MODE MODIF fails, send respective NACKHarald Welte1-4/+4
2018-05-09rsl: Properly NACK CHAN_ACKT / MODE_MODIFYHarald Welte1-13/+17
2018-05-09rsl: Make channel activation fail if encryption algorithm not supportedHarald Welte1-1/+1
2018-05-09rsl: log errors when parsing of encryption information failsHarald Welte1-2/+10
2018-05-08add/improve various logging around dyn tsNeels Hofmeyr1-8/+16
2018-05-08ip.access dyn ts: properly NACK a PDCH ACT on a still active lchanNeels Hofmeyr1-0/+7
2018-05-08fix RSL Chan Activ Nack messagesNeels Hofmeyr1-6/+4
2018-05-08ignore RSL RF CHAN REL for inactive lchansNeels Hofmeyr1-9/+29
2018-05-05dyn TS: clear TCH state upon reconnecting as PDCHNeels Hofmeyr1-0/+26
2018-05-05dyn TS: rx_rf_chan_rel: properly mark PDCH rel when no PCU, clarifyNeels Hofmeyr1-4/+7
2018-05-05dyn TS: fix TCH/F_TCH/H_PDCH: properly record release of PDCH TSNeels Hofmeyr1-0/+2
2018-05-05cosmetic: dyn TS: clarify rsl_tx_rf_rel_ack() with a switchNeels Hofmeyr1-9/+41
2018-04-05rsl_tx_dyn_pdch_ack: Add missing FRAME_NR information elementHarald Welte1-4/+7
2018-04-05fox chan_nr_is_dchan() for RSL_CHAN_OSMO_PDCHHarald Welte1-2/+2
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-8/+7
2018-03-11cosmetic: Document some SI scheduling related function APIHarald Welte1-1/+16
2018-03-03rsl: remove unused variablePhilipp Maier1-1/+0
2018-03-03ipac: fix log outputPhilipp Maier1-12/+10
2018-02-27Add high-accuracy ToA value to Uplink Measurement ReportsHarald Welte1-0/+12
2018-02-25RSL IPA DLCX: Avoid another null-pointer dereferenceHarald Welte1-6/+5