aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Ensure we include lchan name in all LAPDm log linesHarald Welte1-1/+2
2020-06-07osmo-bts-trx/trx_if: cosmetic: s/ocommand/command/Vadim Yanitskiy1-1/+1
2020-06-07osmo-bts-trx/trx_if: fix memleak in trx_ctrl_cmd_cb()Vadim Yanitskiy1-11/+12
2020-06-06common/scheduler: use boolean for channel activation stateVadim Yanitskiy3-13/+10
2020-06-06common/scheduler: fix unreachable code in trx_sched_set_lchan()Vadim Yanitskiy1-4/+5
2020-06-05bts-trx: phy_link: Improve logging fmt in phy_link_state_set()Pau Espin Pedrol1-9/+14
2020-06-06osmo-bts-virtual: cosmetic: use LID_{SACCH,DEDIC} macrosVadim Yanitskiy1-2/+2
2020-06-06osmo-bts-trx: fix: use noinst_HEADERS instead of EXTRA_DISTVadim Yanitskiy1-2/+1
2020-06-06osmo-bts-trx: prettify Makefile.am: make it git friendlyVadim Yanitskiy1-6/+48
2020-06-05rsl: refactor handling of RSL_IE_MR_CONFIGVadim Yanitskiy2-18/+20
2020-06-05vty: fix bts_dump_vty(): properly print OML stream ID (TEI)Vadim Yanitskiy1-1/+2
2020-06-05gsm_data_shared: drop force_combined_si & bcch_change_markVadim Yanitskiy1-3/+0
2020-06-05gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slotsVadim Yanitskiy1-2/+0
2020-06-05gsm_data_shared: drop unused sacch_deact from struct gsm_lchanVadim Yanitskiy1-3/+0
2020-06-05gsm_data_shared: drop unused channel request reason definitionsVadim Yanitskiy1-24/+0
2020-06-05vty: use gsm48_chan_mode_name() from libosmocoreVadim Yanitskiy1-14/+1
2020-06-05vty: cosmetic: make an error message more informativeVadim Yanitskiy1-2/+4
2020-06-03bts-trx: vty: Add 'nominal-tx-power' cmdPau Espin Pedrol3-2/+45
2020-06-02osmo-bts-omldummy: make number of transceivers configurableVadim Yanitskiy1-2/+3
2020-06-02osmo-bts-omldummy: print a brief usage statement if argc < 3Vadim Yanitskiy1-0/+5
2020-05-31fix typo in osmo_bts_variant_names: s/omso/osmo/gVadim Yanitskiy1-3/+3
2020-05-28vty: Fix misleading define namePau Espin Pedrol1-4/+4
2020-05-20virtual/scheduler: log unknown GSMTAP chanHarald Welte1-0/+4
2020-05-19l1_utils.h: Avoid redefinition of global vars defined in l1_utils.cPau Espin Pedrol1-5/+5
2020-05-16measurement: expect at least 1 SUB frame for AMRPhilipp Maier1-19/+48
2020-05-16oml: fix oml_mo_tx_sw_act_rep(): do not allocate FOM header twiceVadim Yanitskiy1-1/+0
2020-05-12osmo-bts-trx/scheduler: remove a left-over from UL TCH handlersVadim Yanitskiy1-4/+0
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol15-49/+49
2020-05-06measurement: make measurements more debugablePhilipp Maier1-2/+4
2020-04-26osmo-bts-{sysmo,oc2g,lc15}: fix segfault on 'dsp-trace-flag'Vadim Yanitskiy3-6/+6
2020-04-25measurement: remove unecessary is_amr_sid_update parameterPhilipp Maier1-6/+2
2020-04-25dtx: add detection of AMR DTX frames for osmo-bts-trxPhilipp Maier2-12/+104
2020-04-25oc2g: Fix mismatching signature in callback providedPau Espin Pedrol1-1/+2
2020-04-25oc2g: Fix returning values on void functionPau Espin Pedrol1-6/+5
2020-04-25lc15: Fix mismatching signature in callback providedPau Espin Pedrol1-1/+2
2020-04-25lc15: Fix returning values on void functionPau Espin Pedrol1-5/+4
2020-04-25osmo-bts-litecell15: Implement missing features.Rafael Diniz7-13/+568
2020-04-21osmo-bts-virtual: Avoid rejecting AMR in uplinkHarald Welte1-41/+2
2020-04-20fix compilation with gcc-10Harald Welte3-36/+36
2020-04-14logging: use only LOGL_NOTICE as defualt loglevelPhilipp Maier4-20/+20
2020-04-04scheduler: always call Uplink burst handler on NOPE.indPhilipp Maier1-34/+11
2020-04-03cosmetic: remove dead code from logging.cHarald Welte1-17/+0
2020-04-01l1sap: fix gsmtap_ph_rach(): properly pack 8-bit and 11-bit RAVadim Yanitskiy1-2/+12
2020-03-24VTY: add "test send-failure-event-report"Oliver Smith1-0/+20
2020-03-22trx: Use NOPE indications on SDCCHHarld Welte1-0/+12
2020-03-22trx: Use NOPE indications from OsmoTRX for TCH/F and TCH/HHarld Welte2-4/+13
2020-03-22trx: Fix reported BER for TCH/HHarld Welte1-2/+3
2020-03-10osmo-bts-virtual: Fix "virtual-um net-device NETDEV"Harald Welte3-6/+21
2020-03-10osmo-bts-virtual: Add "virtual-um ttl <0-255>" VTY optionHarald Welte5-3/+38
2020-03-08rsl: make IP DSCP configurableOliver Smith3-2/+26