aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-18measurement: remove redundant 'break' statements in modulus_by_lchan()Vadim Yanitskiy1-3/+0
2020-10-17scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_lchan()Vadim Yanitskiy1-1/+1
2020-10-17scheduler: _sched_dequeue_prim(): make 'l1sap' a scoped pointerVadim Yanitskiy1-2/+1
2020-10-17scheduler: ensure PRIM_OP_REQUEST when adding to the queueVadim Yanitskiy1-4/+2
2020-10-16fix pcu_if_signal_cb(): do not send INFO.ind if PCU is not connectedVadim Yanitskiy1-0/+4
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy8-3/+238
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte4-10/+56
2020-10-15power_control: clarify argument names of lchan_ms_pwr_ctrl()Vadim Yanitskiy2-6/+8
2020-10-15tests/power_test: do not assert in apply_power_test()Vadim Yanitskiy2-28/+57
2020-10-15tests/power_test: move bts/trx/ts/lchan init to init_test()Vadim Yanitskiy3-43/+58
2020-10-15tests/power_test: also match stderr, not only stdoutVadim Yanitskiy4-2/+30
2020-10-15gsm_data: check in and use enum lchan_rel_act_kindVadim Yanitskiy2-12/+10
2020-10-15sysinfo: Only send SI13 if PCU is connectedHarald Welte1-1/+1
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol3-3/+3
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-10pcu_sock: support handling multiple BTS instances in pcu_rx()Vadim Yanitskiy1-3/+1
2020-10-09main: add commandline option --vty-ref-xmlPhilipp Maier1-0/+12
2020-10-09pcu_sock: fix {local,remote}_port byte ordering in pcu_tx_info_ind()Vadim Yanitskiy1-2/+4
2020-10-08oml: fix handling of NSVC local port in oml_ipa_mo_set_attr_nsvc()Vadim Yanitskiy1-1/+1
2020-10-08pcu_sock: fix pcu_sock_close(): deactivate dynamic timeslots tooVadim Yanitskiy1-8/+9
2020-10-08pcu_sock: use llist_for_each_entry() in pcu_sock_close()Vadim Yanitskiy1-8/+5
2020-10-08sched_lchan_tchh: initialize meas_avg with zerosPhilipp Maier1-0/+1
2020-10-09pcu_sock: cosmetic: make *nsvc a scoped and const variableVadim Yanitskiy1-2/+1
2020-10-09pcu_sock: cosmetic: use ARRAY_SIZE() in pcu_tx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-08vty: fix 'show bts' command: BTS number is optionalVadim Yanitskiy1-3/+3
2020-10-08vty: fix 'show bts' command: print proper BTS variantVadim Yanitskiy1-2/+3
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier3-156/+207
2020-10-08OML: correct parse the NM_ATT_OSMO_NS_LINK_CFG field address_familyAlexander Couzens1-2/+3
2020-10-08common/bts: set feature IPV6_NSVCAlexander Couzens1-0/+1
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens3-10/+65
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte5-9/+65
2020-10-03osmo-bts-omldummy: suppress 'Unimplemented bts_model_trx_deact_rf'Vadim Yanitskiy1-1/+0
2020-10-03osmo-bts-omldummy: fix: do not crash on OML connection drop/failureVadim Yanitskiy1-3/+0
2020-10-03osmo-bts-trx/scheduler: fix measurement handling for SUB framesPhilipp Maier4-0/+43
2020-10-01gsm_data.h: Drop unused struct fieldPau Espin Pedrol1-1/+0
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy12-77/+77
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy2-28/+28
2020-09-25vty: cosmetic: use osmo_talloc_replace_string()Vadim Yanitskiy1-6/+2
2020-09-25bts: cosmetic: make param 'net' of gsm_bts_num() constVadim Yanitskiy2-2/+2
2020-09-25vty: fix bts_dump_vty_features(): properly check BTS model flagsVadim Yanitskiy1-2/+2
2020-09-22osmo-bts-trx/scheduler: refactor UL burst measurement processingVadim Yanitskiy6-88/+151
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens2-2/+13
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy2-5/+99
2020-09-17oml: Set RadioChannel operational state to Enabled only during OPSTARTPau Espin Pedrol1-3/+0
2020-09-17gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}Vadim Yanitskiy3-11/+11
2020-09-17struct gsm_bts_trx[_ts]: remove unused parsed NM attribute listVadim Yanitskiy2-2/+0
2020-09-17struct gsm_bts_trx: remove unused per-TRX OML Link pointerVadim Yanitskiy1-3/+0
2020-09-16Avoid sending RSL RF REL ACK if PDCH chan is disabled by administrative lockPau Espin Pedrol1-5/+19
2020-09-16pcu_sock: Only announce dyn TS already configured by lower layersPau Espin Pedrol1-2/+5
2020-09-16Improve logging and error handling receiving act_req for dyn TS not yet confi...Pau Espin Pedrol1-0/+8