aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-03BS Power Control Loop: refactor lchan_bs_pwr_ctrl() to look similar to lchan_...Pau Espin Pedrol2-151/+140
2021-09-03MS Power Control Loop: Improve loggingPau Espin Pedrol2-70/+70
2021-09-03MS Power Control Loop: Support EWMA algorithm for C/I measurementsPau Espin Pedrol2-19/+29
2021-09-03MS Power Control Loop: Take C/I into accountPau Espin Pedrol10-137/+504
2021-09-02sched_lchan_tch_x: use ul_cmr and ul_ft when generating RTP bad framePhilipp Maier2-4/+4
2021-09-02sched_lchan_tch_x: use functions to determine AMR tranmssion phasePhilipp Maier9-11/+416
2021-09-02sched_lchan_tch_x: do not use cmr as ftPhilipp Maier2-2/+2
2021-09-01debian/control: remove dh-systemd build-dependOliver Smith1-1/+0
2021-08-31rsl: Support parsing up to 3 RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol1-1/+1
2021-08-31l1sap/gsmtap: Don't log UI fill frames [zero information field]Harald Welte1-0/+4
2021-08-30rsl: Fix rx of multiple RSL_IPAC_EIE_MEAS_AVG_CFG IEsPau Espin Pedrol1-1/+1
2021-08-29osmo-bts-trx: send dummy FACCH in the absense of RTP framesVadim Yanitskiy2-2/+16
2021-08-18add osmo_tdef groups, exposing T timers on VTY configNeels Hofmeyr5-1/+54
2021-08-18jenkins: enable new flag --enable-external-testsNeels Hofmeyr3-0/+3
2021-08-18add VTY transcript testingNeels Hofmeyr4-1/+303
2021-08-18enable Early Immediate AssignmentNeels Hofmeyr3-0/+59
2021-08-16remove unused LCHAN_S_INACTIVENeels Hofmeyr2-2/+0
2021-07-19allow to configure multiple oml remote-ip addressesPhilipp Maier7-80/+292
2021-07-15Make gcc 11.1.0 false positivies happyPau Espin Pedrol1-3/+3
2021-07-06paging: prioritize CS related paging over PS related pagings.Philipp Maier5-3/+52
2021-07-05gsm_lchan_interf_meas_calc_band(): also print number of AVG samplesVadim Yanitskiy1-2/+2
2021-07-05rsl: use tlvp_val16be() in rsl_rx_ipac_XXcx()Vadim Yanitskiy1-5/+4
2021-07-05manuals/abis/rsl.adoc: clarify RF Resource Indication conformanceVadim Yanitskiy1-5/+5
2021-07-05Support SDCCH8 in osmo dyn tsPau Espin Pedrol3-6/+19
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol16-52/+52
2021-07-01power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy1-2/+16
2021-07-01osmo-bts-trx: implement BCCH carrier power reduction modeVadim Yanitskiy9-3/+148
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