aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-21Bump version: 1.3.0.1-4f34 → 1.3.11.3.1Pau Espin Pedrol1-0/+7
2021-04-20lchan2lch_par(): fix missing default branch in switchVadim Yanitskiy4-25/+63
2021-02-23Bump version: 1.2.0.444-8777-dirty → 1.3.01.3.0Pau Espin Pedrol5-21/+491
2021-02-20ta_control: fix Timing Advance control for SDCCH channelsVadim Yanitskiy1-5/+0
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol3-3/+3
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol3-0/+6
2021-02-16gsm_data: handle l1_info with structsPhilipp Maier4-17/+15
2021-02-16GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr3-10/+69
2021-02-15vty: dont put a colon after vty_out in cfg_out macroPhilipp Maier1-1/+1
2021-02-15l1sap: fix comment: sapi number is missingPhilipp Maier1-1/+1
2021-02-15ta_control: make 'struct bts_ul_meas' parameters constVadim Yanitskiy3-10/+19
2021-02-15ta_control: cosmetic: use correct naming for MIN/MAX constraintsVadim Yanitskiy1-4/+4
2021-02-15add support for sysmoBTS 1003 aka "1002 with GPS and PoE"Harald Welte3-1/+5
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy5-25/+29
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 Yanitskiy3-18/+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 Yanitskiy10-3/+320
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 Welte7-18/+19
2021-02-03pcu_sock: send SI1, SI3 and SI13 via PCUIFPhilipp Maier3-16/+77
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-28configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-24power_control: clarify the meaning of 'delta' in logging messagesVadim Yanitskiy2-78/+78
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-21power_control: add test for inc / red step size limitationsVadim Yanitskiy3-0/+189
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 Yanitskiy2-32/+32
2021-01-20power_control: print current RxLev and lower/upper thresholdsVadim Yanitskiy2-60/+65