aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-04osmo-bts-trx: fix NULL pointer dereference in trx_if_send_burst()Vadim Yanitskiy1-2/+2
2021-06-04[VAMOS] oml_rx_set_chan_attr(): clarify NM_ATT_CHAN_COMB handlingVadim Yanitskiy1-7/+8
2021-06-04[VAMOS] l1sap: get_lchan_by_chan_nr() may return NULLVadim Yanitskiy1-0/+12
2021-06-04[VAMOS] gsm_data: rework and rename gsm_lchan_name_compute()Vadim Yanitskiy2-10/+11
2021-06-04[VAMOS] rsl_lchan_lookup(): make it more readableVadim Yanitskiy1-7/+28
2021-06-04[VAMOS] rsl_lchan_lookup(): use ABIS_RSL_CHAN_NR_CBITS_* macrosVadim Yanitskiy1-4/+4
2021-06-04[VAMOS] gsm_pchan2chan_nr(): use ABIS_RSL_CHAN_NR_CBITS_* macrosVadim Yanitskiy1-10/+7
2021-06-04[VAMOS] common/oml: generalize checking BTS_FEAT_MULTI_TSCVadim Yanitskiy4-44/+7
2021-06-04[VAMOS] l1sap_chan_act(): handle Osmocom specific TSC IEVadim Yanitskiy1-0/+33
2021-06-04[VAMOS] scheduler: add new GMSK training sequences from 3GPP 45.002Vadim Yanitskiy1-10/+42
2021-06-04[VAMOS] osmo-bts-trx: properly handle per-timeslot TSC valuesVadim Yanitskiy8-59/+85
2021-06-04[VAMOS] osmo-bts-trx: rework handling of Training SequenceVadim Yanitskiy10-20/+11
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-3/+3
2021-06-02main,abis: change model name from sysmoBTS to osmo-btsPhilipp Maier2-2/+2
2021-06-01[VAMOS] common/scheduler: unify symbol names for training sequencesVadim Yanitskiy6-9/+9
2021-06-01[VAMOS] bts_supports_cm(): handle RSL_CMOD_CRT_OSMO_TCH_VAMOS_{Bm,Lm}Vadim Yanitskiy1-0/+8
2021-06-01[VAMOS] rsl: call bts_supports_cm() from rsl_handle_chan_mod_ie()Vadim Yanitskiy2-23/+33
2021-06-01[VAMOS] rsl_rx_mode_modif(): handle Channel Identification IEVadim Yanitskiy2-17/+32
2021-06-01[VAMOS] osmo-bts-trx: indicate MTS in Downlink TRXDv2 PDUsVadim Yanitskiy2-1/+15
2021-06-01[VAMOS] osmo-bts-trx: implement and enable PDU batching for TRXDv2Vadim Yanitskiy2-3/+23
2021-05-31pcuif: Set missing bsic field during Tx of info_indPau Espin Pedrol1-0/+1
2021-05-28sysmobts-mgr: Fix path to hwmon in /sysKeith1-1/+1
2021-05-27Fix regression in 'osmo-bts-trx: rework and split up bts_sched_fn()'Vadim Yanitskiy1-2/+2
2021-05-27Add missing value_string for NM_EV_* introduced recentlyPau Espin Pedrol1-0/+2
2021-05-26Fix regression in 'bts: Clean up TS selection in sign_link_up'Pau Espin Pedrol1-4/+2
2021-05-25bts: Clean up TS selection in sign_link_upPau Espin Pedrol1-15/+18
2021-05-23[VAMOS] osmo-bts-trx: rework and split up bts_sched_fn()Vadim Yanitskiy1-51/+75
2021-05-23common: phy_links_open(): warn about dangling PHY instancesVadim Yanitskiy1-0/+9
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy7-14/+14
2021-05-23[VAMOS] common: make 'struct gsm_bts_trx_ts' pointers constVadim Yanitskiy1-4/+4
2021-05-19common: make the arguments of phy_{link,instance}_name() constVadim Yanitskiy1-2/+2
2021-05-19osmo-bts-{trx,virtual}: fix: pinst->trx may be NULLVadim Yanitskiy5-8/+23
2021-05-19osmo-bts-trx: clarify logging messages in trx_if_{open,close}()Vadim Yanitskiy1-2/+2
2021-05-18[VAMOS] Re-organize osmo-bts-trx specific structuresVadim Yanitskiy17-459/+359
2021-05-18osmo-bts-trx: fix hopping pointer bug in bts_sched_fn()Vadim Yanitskiy1-5/+5
2021-05-18osmo-bts-trx: remove redundant assert() in bts_sched_fn()Vadim Yanitskiy1-1/+1
2021-05-18osmo-bts-trx: cosmetic: s/trx_sched_fn/bts_sched_fn/gVadim Yanitskiy1-5/+5
2021-05-17sysmo,oc2g,lc15: Make RadioChannel MO depend on RadioCarrier MOPau Espin Pedrol5-6/+50
2021-05-11osmo-bts-trx: implement TRXDv2 protocol supportVadim Yanitskiy2-69/+156
2021-05-11[VAMOS] osmo-bts-trx: move {chan,bid} to trx_{dl,ul}_burst_{req,ind}Vadim Yanitskiy9-323/+284
2021-05-11[VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy3-35/+11
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy5-9/+8
2021-05-09osmo-bts-{lc15,oc2g}: drop redundant checks in VTY commandsVadim Yanitskiy2-84/+6
2021-05-08common/sysinfo: make struct gsm_bts_trx const in num_agch()Vadim Yanitskiy1-3/+3
2021-05-05rsl: fix wrong value printed in rsl_handle_chan_mod_ie()Vadim Yanitskiy1-1/+1
2021-04-30osmo-bts-trx: refactor parse_rsp(), fix compilation warningsVadim Yanitskiy1-12/+20
2021-04-30common/abis: fix the use of deprecated e1inp_line_get() APIVadim Yanitskiy1-3/+3
2021-04-30vty: fix the use of deprecated osmo_bts_feature_name()Vadim Yanitskiy1-1/+1
2021-04-30osmo-bts-trx: reduce code nasting in trx_if_send_burst()Vadim Yanitskiy1-12/+15
2021-04-30osmo-bts-trx: assert PDU version in trx_if_send_burst()Vadim Yanitskiy1-3/+2