aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-5/+28
2021-09-20Allow setting administrative state through oml_mo_state_chg()Pau Espin Pedrol1-5/+5
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-5/+5
2021-06-04[VAMOS] common/oml: generalize checking BTS_FEAT_MULTI_TSCVadim Yanitskiy1-14/+0
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-3/+3
2021-04-20lchan2lch_par(): fix missing default branch in switchVadim Yanitskiy1-6/+17
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy1-2/+9
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy1-1/+1
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-1/+1
2020-11-26part 2 of: fix SAPIs for handover, osmo-bts-sysmoNeels Hofmeyr1-21/+20
2020-11-26rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr1-12/+4
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-25/+30
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-16/+21
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-7/+7
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+4
2020-10-20Change NM Channel availability Dependency->Offline when RadioCarrier becomes ...Pau Espin Pedrol1-0/+12
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy1-2/+2
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-2/+6
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-2/+2
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-3/+7
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-2/+1
2017-07-04sysmo, litecell15: Make sure all TCH events are triggeredPau Espin Pedrol1-0/+5
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-2/+1
2017-04-06sysmobts: Don't start with 0dBm TRX output power before rampingHarald Welte1-2/+4
2016-12-01Fix AGCH/PCH proportional allocationMax1-2/+7
2016-12-01Remove duplicated codeMax1-4/+3
2016-10-18Replace magic number with defineMax1-2/+3
2016-09-17log: sysmo,lc15: tweak log about sapi_cmds queueNeels Hofmeyr1-3/+6
2016-08-30Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0beNeels Hofmeyr1-8/+19
2016-08-21sysmo: ts_connect: log channel combination name instead of numberMax1-2/+3
2016-08-12sysmo: fix dyn TS: Revert "Activate PTCCH UL" [in sysmobts]Neels Hofmeyr1-2/+1
2016-08-10sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCHNeels Hofmeyr1-1/+2
2016-07-28Activate PTCCH ULMax1-1/+2
2016-07-25dyn TS: implement SysmoBTS specificsNeels Hofmeyr1-5/+24
2016-07-25sysmo/oml.c: rename ts_connect() to ts_opstart()Neels Hofmeyr1-2/+2
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-2/+2
2016-07-16sysmobts: dump PRACH and PTCCH parametersMax1-1/+6
2016-06-17debug log: log TS pchan type on connectNeels Hofmeyr1-1/+5
2016-06-17dyn PDCH: complete for sysmo-bts: implement bts_model_ts_*()Neels Hofmeyr1-2/+49
2016-06-17dyn PDCH: sysmo: handle TCH/F_PDCH init like TCH/FNeels Hofmeyr1-1/+2
2016-06-17dyn PDCH: sysmo-bts/oml.c: add ts_connect_as(), absorbing ts_connect() gutsNeels Hofmeyr1-3/+10
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-17dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCHNeels Hofmeyr1-0/+1
2016-06-15sysmo: add L3 handle to l1prim messagesNeels Hofmeyr1-11/+72
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-0/+1
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-8/+11
2015-09-22move MS power control handling from sysmobts to common partHarald Welte1-1/+2
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-4/+15
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-33/+27