aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-30osmo-bts-omldummy: indicate BTS_FEAT_BCCH_POWER_RED as supportedVadim Yanitskiy1-0/+1
2021-06-30Revert "power_control: BS power shall not be reduced on C0"Vadim Yanitskiy1-2/+1
2021-06-30Support forwarding proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol9-10/+201
2021-06-30pcuif_proto.h: Add new container messagesPau Espin Pedrol1-0/+10
2021-06-29gsm_data: Drop unused function gsm_pchan_parse()Pau Espin Pedrol2-6/+0
2021-06-29doc: rsl.adoc: Fix trailing whitespacePau Espin Pedrol1-18/+17
2021-06-23osmo-bts-trx: indicate A5/4 support, handle Kc128Eric Wild3-5/+5
2021-06-22scheduler: fix: use ts_pchan() in trx_sched_set_cipher()Vadim Yanitskiy1-1/+1
2021-06-22scheduler: fix wrong union field in trx_sched_tch_req()Vadim Yanitskiy1-1/+1
2021-06-18osmo-bts-trx: report PDCH interference levels to the PCUVadim Yanitskiy4-7/+65
2021-06-18osmo-bts-trx: measure interference levels on TRXC_IDLEVadim Yanitskiy2-2/+5
2021-06-18osmo-bts-trx: print timeslot brief info in 'show transceiver'Vadim Yanitskiy1-0/+14
2021-06-18scheduler: unset TRX_CHAN_FLAG_AUTO_ACTIVE for TRXC_IDLEVadim Yanitskiy1-4/+0
2021-06-18osmo-bts-{trx,virtual}: get rid of dummy tx_idle_fn()Vadim Yanitskiy4-15/+0
2021-06-18osmo-bts-trx: report interference levels to the upper layersVadim Yanitskiy3-10/+100
2021-06-18scheduler: reorder enum trx_chan_type, add TRX_CHAN_IS_DEDIC()Vadim Yanitskiy1-3/+7
2021-06-18Report interference levels in RSL RF RESource INDicationVadim Yanitskiy6-5/+120
2021-06-18oml: fix handling of NM_ATT_INTERF_BOUND attributeVadim Yanitskiy1-1/+1
2021-06-18osmo-bts-trx: fix copy-pasted comment: s/sysmoBTS/osmo-bts-trx/Vadim Yanitskiy1-1/+1
2021-06-18osmo-bts-trx: fix typo: s/bisc/bsic/ in 'show transceiver'Vadim Yanitskiy1-1/+1
2021-06-11pcu_sock: Transmit SI2Pau Espin Pedrol2-2/+3
2021-06-10l1sap: fix TDMA frame number arithmetic in fn_ms_adj()Vadim Yanitskiy1-1/+2
2021-06-10osmo-bts-octphy: drop talloc_replace(), use osmo_talloc_replace_string()Vadim Yanitskiy1-12/+10
2021-06-10rsl: Use switch statement in rsl_rx_bcch_info()Pau Espin Pedrol1-12/+18
2021-06-10vty: ensure all warning messages are prefixed with '%%'Vadim Yanitskiy1-13/+13
2021-06-10common/vty: facilitate finding duplicate PHY/TRX associationsVadim Yanitskiy2-2/+9
2021-06-09[VAMOS] trx_sched_init_ts(): assign names to per-timeslot countersVadim Yanitskiy2-0/+7
2021-06-09measurement: remove over-defensive checks in is_meas_complete()Vadim Yanitskiy1-5/+0
2021-06-08conf_lchans_as_pchan(): initialize all lchans with GSM_LCHAN_NONEVadim Yanitskiy1-0/+3
2021-06-08conf_lchans_as_pchan(): fix GSM_LCHAN_{CCCH->CBCH} regressionVadim Yanitskiy1-1/+1
2021-06-07l1sap: fix TDMA frame number wrap in l1sap_info_time_ind()Vadim Yanitskiy1-4/+4
2021-06-05[VAMOS] osmo-bts-omldummy: allocate shadow timeslotsNeels Hofmeyr1-0/+6
2021-06-05[VAMOS] osmo-bts-trx: schedule bursts on 'shadow' timeslotsVadim Yanitskiy5-20/+91
2021-06-05[VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy9-68/+218
2021-06-05[VAMOS] conf_lchans_as_pchan(): improve readabilityVadim Yanitskiy1-33/+21
2021-06-05[VAMOS] scheduler: drop meaningless channel number checksVadim Yanitskiy1-10/+0
2021-06-04trx_sched_is_sacch_fn(): fix handling of dynamic timeslotsVadim Yanitskiy1-1/+1
2021-06-04osmo-bts-trx: fix NULL pointer dereference in trx_if_send_burst()Vadim Yanitskiy1-2/+2
2021-06-04manuals/abis/rsl.adoc: add VAMOS specific Channel Number valuesVadim Yanitskiy1-0/+5
2021-06-04manuals/abis/rsl.adoc: add missing CBCH Channel Number valuesVadim Yanitskiy1-0/+2
2021-06-04manuals/abis/rsl.adoc: rework Channel Number descriptionVadim Yanitskiy1-6/+11
2021-06-04manuals/abis/rsl.adoc: s/TS 08.58/TS 48.058/Vadim Yanitskiy1-76/+76
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 Yanitskiy3-11/+12
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