aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Introduce ability to set socket priority of RTP socketsHarald Welte3-0/+24
2021-04-27omldummy: add cmdline arg --featuresNeels Hofmeyr1-2/+37
2021-04-24osmo-bts-trx: pass 'struct phy_instance' to TRXD dissectorsVadim Yanitskiy1-15/+15
2021-04-24osmo-bts-trx: generalize checking of TRXD header lengthVadim Yanitskiy1-16/+14
2021-04-24osmo-bts-trx: cosmetic: get rid of TRX_CHDR_LEN macroVadim Yanitskiy1-5/+3
2021-04-24osmo-bts-trx: move TDMA frame number check to trx_data_read_cb()Vadim Yanitskiy1-6/+7
2021-04-24osmo-bts-trx: discard TRXD PDUs with unexpected versionVadim Yanitskiy1-4/+13
2021-04-24osmo-bts-trx: move MTS parser into trx_data_parse_mts()Vadim Yanitskiy1-27/+38
2021-04-24osmo-bts-trx: 'burst type' is actually modulation typeVadim Yanitskiy2-13/+13
2021-04-24osmo-bts-trx: define TRXC/TRXD message buffer sizeVadim Yanitskiy2-8/+10
2021-04-22omldummy: introduce using getopt_longNeels Hofmeyr1-12/+68
2021-04-21osmo-bts-trx: cosmetic: use '#pragma once' in trx_if.hVadim Yanitskiy1-4/+1
2021-04-21osmo-bts-trx: remove outdated TRXD protocol documentationVadim Yanitskiy1-118/+1
2021-04-21osmo-bts-trx: cosmetic: TRXD 'header version' -> 'PDU version'Vadim Yanitskiy6-49/+49
2021-04-20lchan2lch_par(): fix missing default branch in switchVadim Yanitskiy4-25/+63
2021-04-19rsl: add missing Channel Mode values to rsl_handle_chan_mod_ie()Vadim Yanitskiy1-2/+16
2021-04-19rsl: rename, fix and refactor lchan_tchmode_from_cmode()Vadim Yanitskiy1-32/+89
2021-04-18l1sap: fix incorrect pointer cast in l1sap_chan_act()Vadim Yanitskiy1-1/+1
2021-04-16rsl: do not blindly ignore unhandled/unknown Channel ModeVadim Yanitskiy1-4/+14
2021-04-16osmo-bts-trx: correct definition of 'osmotrx rx-gain' commandVadim Yanitskiy1-7/+6
2021-04-07l1sap: fix wrong IEI and parsing in l1sap_chan_act()Vadim Yanitskiy1-4/+4
2021-04-07l1sap: check BTS_FEAT_MULTI_TSC in l1sap_chan_act()Vadim Yanitskiy1-5/+5
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-04-01osmo-bts-trx: fix segfault on trx_phy_inst_open() failureVadim Yanitskiy1-3/+6
2021-03-27sched_lchan_tchh: fix frame number and fill FACCH gapPhilipp Maier1-7/+48
2021-03-18osmo-bts-trx: fix: do not call trx_if_close() two timesVadim Yanitskiy1-6/+2
2021-03-15bts-trx: reorder first timerfd schedule to decrease first timeout skewPau Espin Pedrol1-4/+3
2021-03-15bts-trx: Drop duplicate set of last_clk_indPau Espin Pedrol1-2/+0
2021-03-11bts-trx: Avoid submitting first data_ind with FN=0 to upper layersPau Espin Pedrol1-3/+3
2021-03-11bts-trx: Always submit rx PDTCH DATA.ind to l1sapPau Espin Pedrol2-6/+18
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 Maier3-11/+14
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-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 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