aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2021-04-12wipneels/vamos0Neels Hofmeyr3-1/+23
2021-04-11vamos wipNeels Hofmeyr2-13/+9
2021-04-10Revert "wip redirect OML from shadow to primary TRX"Neels Hofmeyr1-8/+2
2021-04-10wip redirect OML from shadow to primary TRXNeels Hofmeyr1-2/+8
2021-04-10add VAMOS shadow TRX structuresNeels Hofmeyr3-9/+19
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-11bts-trx: Always submit rx PDTCH DATA.ind to l1sapPau Espin Pedrol1-1/+0
2021-03-11l1sap: Transmit pdtch invalid MAC blocks to PCUPau Espin Pedrol2-6/+4
2021-03-01l1sap: add logging and VTY introspection for ACCH repetitionPhilipp Maier2-10/+90
2021-03-01l1sap: Store status of SRR in an lchan struct memeberPhilipp Maier1-2/+8
2021-02-20ta_control: fix Timing Advance control for SDCCH channelsVadim Yanitskiy1-5/+0
2021-02-16gsm_data: handle l1_info with structsPhilipp Maier2-10/+13
2021-02-16GSMTAP: make remote host for Um logging configurable via VTYNeels Hofmeyr2-10/+68
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 Yanitskiy1-7/+12
2021-02-15ta_control: cosmetic: use correct naming for MIN/MAX constraintsVadim Yanitskiy1-4/+4
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-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 Welte1-4/+4
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