aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add timers.vty testneels/vty-testNeels Hofmeyr2021-08-161-0/+2
* add VTY transcript testingNeels Hofmeyr2021-08-163-0/+58
* allow to configure multiple oml remote-ip addressesPhilipp Maier2021-07-197-80/+292
* Make gcc 11.1.0 false positivies happyPau Espin Pedrol2021-07-151-3/+3
* paging: prioritize CS related paging over PS related pagings.Philipp Maier2021-07-065-3/+52
* gsm_lchan_interf_meas_calc_band(): also print number of AVG samplesVadim Yanitskiy2021-07-051-2/+2
* rsl: use tlvp_val16be() in rsl_rx_ipac_XXcx()Vadim Yanitskiy2021-07-051-5/+4
* manuals/abis/rsl.adoc: clarify RF Resource Indication conformanceVadim Yanitskiy2021-07-051-5/+5
* Support SDCCH8 in osmo dyn tsPau Espin Pedrol2021-07-053-6/+19
* Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol2021-07-0516-52/+52
* power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy2021-07-011-2/+16
* osmo-bts-trx: implement BCCH carrier power reduction modeVadim Yanitskiy2021-07-019-3/+148
* osmo-bts-omldummy: indicate BTS_FEAT_BCCH_POWER_RED as supportedVadim Yanitskiy2021-06-301-0/+1
* Revert "power_control: BS power shall not be reduced on C0"Vadim Yanitskiy2021-06-301-2/+1
* Support forwarding proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol2021-06-309-10/+201
* pcuif_proto.h: Add new container messagesPau Espin Pedrol2021-06-301-0/+10
* gsm_data: Drop unused function gsm_pchan_parse()Pau Espin Pedrol2021-06-292-6/+0
* doc: rsl.adoc: Fix trailing whitespacePau Espin Pedrol2021-06-291-18/+17
* osmo-bts-trx: indicate A5/4 support, handle Kc128Eric Wild2021-06-233-5/+5
* scheduler: fix: use ts_pchan() in trx_sched_set_cipher()Vadim Yanitskiy2021-06-221-1/+1
* scheduler: fix wrong union field in trx_sched_tch_req()Vadim Yanitskiy2021-06-221-1/+1
* osmo-bts-trx: report PDCH interference levels to the PCUVadim Yanitskiy2021-06-184-7/+65
* osmo-bts-trx: measure interference levels on TRXC_IDLEVadim Yanitskiy2021-06-182-2/+5
* osmo-bts-trx: print timeslot brief info in 'show transceiver'Vadim Yanitskiy2021-06-181-0/+14
* scheduler: unset TRX_CHAN_FLAG_AUTO_ACTIVE for TRXC_IDLEVadim Yanitskiy2021-06-181-4/+0
* osmo-bts-{trx,virtual}: get rid of dummy tx_idle_fn()Vadim Yanitskiy2021-06-184-15/+0
* osmo-bts-trx: report interference levels to the upper layersVadim Yanitskiy2021-06-183-10/+100
* scheduler: reorder enum trx_chan_type, add TRX_CHAN_IS_DEDIC()Vadim Yanitskiy2021-06-181-3/+7
* Report interference levels in RSL RF RESource INDicationVadim Yanitskiy2021-06-186-5/+120
* oml: fix handling of NM_ATT_INTERF_BOUND attributeVadim Yanitskiy2021-06-181-1/+1
* osmo-bts-trx: fix copy-pasted comment: s/sysmoBTS/osmo-bts-trx/Vadim Yanitskiy2021-06-181-1/+1
* osmo-bts-trx: fix typo: s/bisc/bsic/ in 'show transceiver'Vadim Yanitskiy2021-06-181-1/+1
* pcu_sock: Transmit SI2Pau Espin Pedrol2021-06-112-2/+3
* l1sap: fix TDMA frame number arithmetic in fn_ms_adj()Vadim Yanitskiy2021-06-101-1/+2
* osmo-bts-octphy: drop talloc_replace(), use osmo_talloc_replace_string()Vadim Yanitskiy2021-06-101-12/+10
* rsl: Use switch statement in rsl_rx_bcch_info()Pau Espin Pedrol2021-06-101-12/+18
* vty: ensure all warning messages are prefixed with '%%'Vadim Yanitskiy2021-06-101-13/+13
* common/vty: facilitate finding duplicate PHY/TRX associationsVadim Yanitskiy2021-06-102-2/+9
* [VAMOS] trx_sched_init_ts(): assign names to per-timeslot countersVadim Yanitskiy2021-06-092-0/+7
* measurement: remove over-defensive checks in is_meas_complete()Vadim Yanitskiy2021-06-091-5/+0
* conf_lchans_as_pchan(): initialize all lchans with GSM_LCHAN_NONEVadim Yanitskiy2021-06-081-0/+3
* conf_lchans_as_pchan(): fix GSM_LCHAN_{CCCH->CBCH} regressionVadim Yanitskiy2021-06-081-1/+1
* l1sap: fix TDMA frame number wrap in l1sap_info_time_ind()Vadim Yanitskiy2021-06-071-4/+4
* [VAMOS] osmo-bts-omldummy: allocate shadow timeslotsNeels Hofmeyr2021-06-051-0/+6
* [VAMOS] osmo-bts-trx: schedule bursts on 'shadow' timeslotsVadim Yanitskiy2021-06-055-20/+91
* [VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy2021-06-059-68/+218
* [VAMOS] conf_lchans_as_pchan(): improve readabilityVadim Yanitskiy2021-06-051-33/+21
* [VAMOS] scheduler: drop meaningless channel number checksVadim Yanitskiy2021-06-051-10/+0
* trx_sched_is_sacch_fn(): fix handling of dynamic timeslotsVadim Yanitskiy2021-06-041-1/+1
* osmo-bts-trx: fix NULL pointer dereference in trx_if_send_burst()Vadim Yanitskiy2021-06-041-2/+2