aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-08osmo-bts-virtual: implement GSMTAP_CHANNEL_VOICEHarald Welte2-12/+79
2020-03-08l1sap: Use msgb_pull_l2() and unify l1sap_tch_ind + l1sap_ph_data_indHarald Welte1-3/+2
2020-03-04osmo-bts-virtual: do not log GSMTAP message sending failure twiceVadim Yanitskiy2-2/+5
2020-03-02osmo-bts-virtual: do not print redundant info in tx_to_virt_um()Vadim Yanitskiy1-13/+2
2020-02-29osmo-bts-virtual: fix wrong endianness in gsmtap_hdr_stringify()Vadim Yanitskiy1-1/+3
2020-02-29common/sysinfo: reduce criticality of a logging messageVadim Yanitskiy1-1/+1
2020-02-27vty: fix left shift by 31 cannot be represented in type 'int'Vadim Yanitskiy1-1/+1
2020-02-26virtual: Fix VTY commands to specify GSMTAP multicast groupsHarald Welte1-2/+2
2020-02-25cosmetic: Fix some typos with codespellPau Espin Pedrol3-3/+3
2020-02-25bts-trx: trx_if.c: Fix some printf formatsPau Espin Pedrol1-3/+3
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier7-30/+26
2020-02-17Do not depend on pcu_direct flag when populating ph_data_indPhilipp Maier3-15/+12
2020-02-12l1sap: Change loglevel of Rx TCH.ind INFO->DEBUGPau Espin Pedrol1-1/+1
2020-02-12l1_if: Fix strange formatting of Meas info loggingPau Espin Pedrol4-40/+27
2020-01-21osmo-bts-sysmo/Makefile.am: fix: do not overwrite bin_PROGRAMSVadim Yanitskiy1-1/+1
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier7-97/+120
2020-01-20measurment: write irssi_full_sum variable correctlyPhilipp Maier1-1/+1
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier8-78/+66
2020-01-14L1SAP: use LOGL_DEBUG for logging from rach_pass_filter()Vadim Yanitskiy1-3/+3