aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2020-10-19use osmo_fd_setup() everywhereHarald Welte1-10/+4
2020-10-19scheduler: remove pending Tx prims on lchan deactivationVadim Yanitskiy1-0/+34
2020-10-19scheduler: join conditions in trx_sched_set_lchan()Vadim Yanitskiy1-5/+7
2020-10-19scheduler: treat subsequent lchan (de)activation as errorVadim Yanitskiy1-4/+4
2020-10-19scheduler: reduce nesting in trx_sched_set_lchan()Vadim Yanitskiy1-28/+30
2020-10-19scheduler: get rid of useless TRX_CHAN_FLAG_PDCHVadim Yanitskiy1-2/+0
2020-10-19scheduler: drop redundant check in trx_sched_set_cipher()Vadim Yanitskiy1-3/+0
2020-10-19scheduler: drop meaningless check in trx_sched_set_lchan()Vadim Yanitskiy1-5/+0
2020-10-19scheduler: use RSL_CHAN_NR_MASK in trx_sched_set_cipher()Vadim Yanitskiy1-1/+1
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy3-8/+35
2020-10-19power_control: do nothing if 'rx-current' equals 'rx-target'Vadim Yanitskiy1-0/+13
2020-10-18measurement: use LOGPLCHAN() macro in lchan_meas_check_compute()Vadim Yanitskiy1-32/+32
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 Yanitskiy3-3/+118
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte3-7/+51
2020-10-15power_control: clarify argument names of lchan_ms_pwr_ctrl()Vadim Yanitskiy1-5/+6
2020-10-15sysinfo: Only send SI13 if PCU is connectedHarald Welte1-1/+1
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol2-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-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 Maier1-84/+115
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 Couzens2-7/+62
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte4-8/+60
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy3-46/+46
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy1-18/+18
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 Yanitskiy1-1/+1
2020-09-25vty: fix bts_dump_vty_features(): properly check BTS model flagsVadim Yanitskiy1-2/+2
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-1/+2
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-2/+87
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 Yanitskiy1-6/+6
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
2020-09-16Improve error handling and logging in gsm_pchan2chan_nr()Pau Espin Pedrol1-0/+10