aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy3-21/+22
2021-02-13GSMTAP: fix wrong naming of per-BTS SAPI commandsVadim Yanitskiy1-10/+10
2021-02-13GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy2-17/+17
2021-02-13main: cosmetic: tweak deprecation warning messagesVadim Yanitskiy1-4/+4
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-02-10oml: ensure that IPA RSL Connect ACK/NACK contains all IEsVadim Yanitskiy1-3/+14
2021-02-10oml: reuse the given msgb in oml_fom_ack_nack()Vadim Yanitskiy1-13/+13
2021-02-07power_control: implement handling of P_Con_INTERVAL parameterVadim Yanitskiy3-2/+31
2021-02-07power_control: cosmetic: fix swapped {L,U}_RXQUAL_XX_P commentsVadim Yanitskiy1-2/+2
2021-02-07oml: use regular TLVP_PRES() in rx_oml_ipa_rsl_connect()Vadim Yanitskiy1-3/+3
2021-02-07oml: make 'struct tlv_parsed' pointer const where possibleVadim Yanitskiy1-5/+5
2021-02-07oml: avoid redundant ntohl() / htonl() conversionVadim Yanitskiy1-3/+4
2021-02-06vty: register libosmocore's FSM introspection commandsVadim Yanitskiy1-0/+1
2021-02-06oml: cosmetic code style changes in rx_oml_ipa_rsl_connect()Vadim Yanitskiy1-6/+3
2021-02-05osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg()Vadim Yanitskiy1-1/+1
2021-02-04pcu_sock: fix uninitalized returncode valuePhilipp Maier1-1/+1
2021-02-04pcu_sock: pcu_tx_si_all(): fix returning ununitialized rcVadim Yanitskiy1-2/+2
2021-02-04pcu_sock: pcu_tx_si_all(): cosmetic coding style changeVadim Yanitskiy1-1/+2
2021-02-04pcu_sock: pcu_tx_si_all(): make 'si_types' constVadim Yanitskiy1-1/+1
2021-02-03Use osmo_fd_*_{disable,enable}Harald Welte6-18/+18
2021-02-03pcu_sock: send SI1, SI3 and SI13 via PCUIFPhilipp Maier2-15/+76
2021-02-02common/measurement.c: fix gcc 4 + -std=gnu11 errorOliver Smith1-1/+1
2021-01-28chan activ: activate DL SACCH only when TA is knownNeels Hofmeyr1-2/+14
2021-01-24power_control: clarify the meaning of 'delta' in logging messagesVadim Yanitskiy1-2/+2
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-20vty: add expert commands for MS/BS power controlVadim Yanitskiy1-0/+76
2021-01-20vty: make commands related to the loopback mode hiddenVadim Yanitskiy1-8/+10
2021-01-20vty: extend trx / lchan number range in BTS_T_T_L_CMDVadim Yanitskiy1-1/+1
2021-01-20vty: add macro for 'bts <0-0> trx <0-0> ts <0-7> lchan <0-1>'Vadim Yanitskiy1-3/+5
2021-01-20vty: fix error messages in lchan specific commandsVadim Yanitskiy1-3/+3
2021-01-20power_control: fix: properly print 'delta' applied to attenuationVadim Yanitskiy1-2/+2
2021-01-20power_control: print current RxLev and lower/upper thresholdsVadim Yanitskiy1-7/+12
2021-01-15paging: refactor and optimize fill_paging_type_1()Vadim Yanitskiy1-16/+18
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-08power_control: rework handling of DL RxQual measurementsVadim Yanitskiy1-6/+17
2021-01-08power_control: use more reasonable reduce step sizeVadim Yanitskiy1-3/+3
2021-01-08power_control: properly track the first initial stateVadim Yanitskiy1-1/+1
2021-01-08power_control: generalize measurement pre-processing stateVadim Yanitskiy1-17/+19
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy9-73/+94
2021-01-07vty: add a command to show GPRS related infoVadim Yanitskiy1-0/+70
2021-01-07power_control: handle MS/BS Power control params on A-bis/RSLVadim Yanitskiy1-14/+229
2021-01-07power_control: vty: deprecate 'uplink-power-control' commandsVadim Yanitskiy1-24/+62
2021-01-07power_control: vty: re-use cfg_bts_ul_power_target()Vadim Yanitskiy1-17/+14
2021-01-07osmo-bts-trx: vty: clarify and improve some deprecation messagesVadim Yanitskiy1-4/+8
2021-01-05sysinfo: fix less-than-zero comparison of an unsigned valueVadim Yanitskiy1-1/+1