aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-26part 1 of: fix SAPIs for handover to match 48.058 4.1.{3,4}Neels Hofmeyr1-0/+14
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte1-0/+9
2020-09-16Avoid sending RSL RF REL ACK if PDCH chan is disabled by administrative lockPau Espin Pedrol1-5/+19
2020-08-07rsl: constify the 'lchan' argument of rsl_tx_conn_fail()Vadim Yanitskiy1-1/+1
2020-07-23rsl: Fix wrong param passed to gsm_pchan_name() in log linePau Espin Pedrol1-1/+1
2020-06-15A-bis/RSL: refactor handling of BS Power IE (power reduction)Vadim Yanitskiy1-17/+26
2020-06-05rsl: refactor handling of RSL_IE_MR_CONFIGVadim Yanitskiy1-14/+13
2020-03-08rsl: make IP DSCP configurableOliver Smith1-2/+9
2020-01-12rsl.c: Fix compiler error on gcc-9.2.1Harald Welte1-1/+1
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier1-4/+7
2019-12-05rsl: Clarify when autnonoums MS Power Ctrl Loop is usedPau Espin Pedrol1-9/+6
2019-12-03rsl_rx_chan_act: Apply bitmask when parsing IE MS_POWERPau Espin Pedrol1-1/+1
2019-11-14Move and rename gsm_lchan.ms_power fieldPau Espin Pedrol1-12/+11
2019-11-14rsl: Remove unneeded duplicate reset on some lchan fieldsPau Espin Pedrol1-3/+0
2019-11-14Change gsm_lchan field fixed to boolPau Espin Pedrol1-8/+8
2019-11-12rsl: Fix logged value in rx MS Power ControlPau Espin Pedrol1-1/+1
2019-11-12rsl: Assign recv pwr to lchan's max ms powerPau Espin Pedrol1-2/+22
2019-10-17Fix common misspellings and typosMartin Hauke1-4/+4
2019-09-07common/rsl.c: fix possible NULL-pointer dereferenceVadim Yanitskiy1-1/+5
2019-09-06pcu_interface: Forward ETWS Primary Notification to PCUHarald Welte1-0/+5
2019-09-05ETWS Primary Notification via P1 Rest OctetsHarald Welte1-0/+43
2019-07-18common/rsl.c: fix: properly handle SI3 Rest OctetsVadim Yanitskiy1-1/+3
2019-07-17fix spelling stuff mentioned by lintianThorsten Alteholz1-1/+1
2019-07-16RSL: Fix fixed MS power control in RSL CHAN ACTIVEric Wild1-0/+8
2019-06-05Use #define RSL_CHAN_RACH for RSL Channel Number of RACHVadim Yanitskiy1-1/+1
2019-06-01common/rsl.c: RSL_IE_HANDO_REF is mandatory for handover CHAN ACTVadim Yanitskiy1-3/+7
2019-05-28clear GPRS indicator in SI3 while PCU is disconnectedHarald Welte1-7/+15
2019-05-27Fix passing of RR SUSPEND REQ from DCCH to PCU socketHarald Welte1-9/+33
2019-05-26common/rsl.c: fix NULL-pointer dereference in rsl_rx_rll()Vadim Yanitskiy1-2/+2
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-4/+4
2019-05-24rsl: MS POWER COCNTROL isn't (only) about "forcing" power levelsHarald Welte1-1/+1
2019-05-24rsl: Implement parsing of BS Power Control messageHarald Welte1-0/+44
2019-05-24RSL: Fix logic about fixed/dynamic MS power control in MS POWER COMMANDHarald Welte1-6/+21
2019-05-24Use LOGPLCHAN whenever possibleHarald Welte1-143/+101
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