aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-16Improve error handling and logging in gsm_pchan2chan_nr()Pau Espin Pedrol1-0/+10
2020-09-16Improve logging around failing to (de)activate chan_nrPau Espin Pedrol2-8/+9
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens2-14/+3
2020-09-15pcuif_proto: fix typo in commentAlexander Couzens1-1/+1
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens2-3/+14
2020-09-15Fix RadioCarrier OML Operative State Change report not sent on some scenariosPau Espin Pedrol4-36/+26
2020-09-10osmo-bts-trx: also print 'txtune-ack' in st_open_poweroff()Vadim Yanitskiy1-1/+2
2020-09-07scheduler: Drop unused function trx_sched_reset()Pau Espin Pedrol2-11/+0
2020-09-07bts-trx: Ensure RFMUTE state is set properly at startupPau Espin Pedrol2-2/+9
2020-09-07bts-trx: Use TRXC RFMUTE instead of resetting the schedulerPau Espin Pedrol3-40/+19
2020-09-05osmo-bts-trx/trx_provision_fsm: add missing default labelsVadim Yanitskiy1-0/+8
2020-09-05osmo-bts-trx: fix trx_init(): do not send OPSTART ACK blindlyVadim Yanitskiy1-1/+4
2020-09-05osmo-bts-trx/l1_if: drop redundant logging messageVadim Yanitskiy1-2/+1