aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-08l1sap: check if BTS model supports interference reportingVadim Yanitskiy1-1/+2
2021-10-08osmo-bts-trx: report PDCH interference levels to L1SAPVadim Yanitskiy1-0/+2
2021-10-08rsl_tx_rf_res(): separate interference AVG / band calculationVadim Yanitskiy1-1/+28
2021-09-28Move TA & Power Loops further up the stack, take DTXu flag into accountPau Espin Pedrol1-34/+0
2021-09-28Decouple handling of Measurement Report from lapdmPau Espin Pedrol1-2/+1
2021-09-26l1sap: unify channel (de)activation/modification messagesVadim Yanitskiy1-7/+9
2021-09-23l1sap: Support rx of empty rlcmac blocks from PCUPau Espin Pedrol1-2/+6
2021-09-15MS Power Control Loop: Fix sub vs full being passed to algoPau Espin Pedrol1-4/+4
2021-09-13MS Power Control Loop: Feed UL C/I from correct measurement periodPau Espin Pedrol1-14/+25
2021-09-13MS Power Control Loop: Feed UL RSSI from correct measurement periodPau Espin Pedrol1-1/+7
2021-09-13lchan: Move TA CTRL param to its own substructPau Espin Pedrol1-2/+2
2021-09-13TA loop: Take into account UL SACCH 'Actual Timing advance' fieldPau Espin Pedrol1-0/+15
2021-09-06l1sap: Take L1SACCH MS_PWR from bitfield instead of manual parsingPau Espin Pedrol1-1/+1
2021-09-03MS Power Control Loop: Take C/I into accountPau Espin Pedrol1-2/+2
2021-08-31l1sap/gsmtap: Don't log UI fill frames [zero information field]Harald Welte1-0/+4
2021-06-30Revert "power_control: BS power shall not be reduced on C0"Vadim Yanitskiy1-2/+1
2021-06-18Report interference levels in RSL RF RESource INDicationVadim Yanitskiy1-0/+17
2021-06-10l1sap: fix TDMA frame number arithmetic in fn_ms_adj()Vadim Yanitskiy1-1/+2
2021-06-07l1sap: fix TDMA frame number wrap in l1sap_info_time_ind()Vadim Yanitskiy1-4/+4
2021-06-05[VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy1-7/+18
2021-06-04[VAMOS] l1sap: get_lchan_by_chan_nr() may return NULLVadim Yanitskiy1-0/+12
2021-06-01[VAMOS] rsl_rx_mode_modif(): handle Channel Identification IEVadim Yanitskiy1-17/+0
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-2/+2
2021-04-18l1sap: fix incorrect pointer cast in l1sap_chan_act()Vadim Yanitskiy1-1/+1
2021-04-07l1sap: fix wrong IEI and parsing in l1sap_chan_act()Vadim Yanitskiy1-4/+4
2021-04-07l1sap: check BTS_FEAT_MULTI_TSC in l1sap_chan_act()Vadim Yanitskiy1-5/+5
2021-04-07l1sap: use TLVP_PRES_LEN() macro in l1sap_chan_act()Vadim Yanitskiy1-2/+1
2021-04-07l1sap: use the passed 'trx' pointer in l1sap_chan_act()Vadim Yanitskiy1-5/+5
2021-03-11l1sap: Transmit pdtch invalid MAC blocks to PCUPau Espin Pedrol1-5/+2
2021-03-01l1sap: add logging and VTY introspection for ACCH repetitionPhilipp Maier1-10/+32
2021-03-01l1sap: Store status of SRR in an lchan struct memeberPhilipp Maier1-2/+8
2021-02-16gsm_data: handle l1_info with structsPhilipp Maier1-6/+9
2021-02-15l1sap: fix comment: sapi number is missingPhilipp Maier1-1/+1
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy1-8/+5
2021-02-13GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy1-17/+0
2021-02-11l1sap: be sure that UL-SACCH repetition is turned offPhilipp Maier1-1/+7
2021-02-11l1sap.c: be sure that FACCH repetition is turned offPhilipp Maier1-1/+7
2021-02-11l1sap: fix repeated_dl_facch_active_decision()Philipp Maier1-1/+1
2021-01-23l1sap: include Uplink RSSI in GSMTAP packetsVadim Yanitskiy1-2/+5
2021-01-23l1sap: fix gsmtap_ph_{data,pdch,rach}(): use 'const'Vadim Yanitskiy1-6/+9
2021-01-13power_control: BS power shall not be reduced on C0Vadim Yanitskiy1-1/+2
2021-01-13l1sap: use rxlev_full when no DTX was usedPhilipp Maier1-1/+11
2021-01-12l1sap: acch_repetition fix hysthereis threshold tablePhilipp Maier1-4/+8
2021-01-05l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0Vadim Yanitskiy1-0/+6
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy1-0/+1
2020-12-02l1sap: make sure that UL SACCH is always 23 octets longVadim Yanitskiy1-2/+2
2020-11-28l1sap: add repeated uplink SACCHPhilipp Maier1-0/+33
2020-11-27l1sap: add repeated downlink SACCHPhilipp Maier1-1/+42
2020-11-27l1sap: also include SRR bit in RSL l1 info field.Philipp Maier1-3/+4
2020-11-27l1sap: add repeated downlink FACCHPhilipp Maier1-7/+117