aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/oml.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Introduce NM FSM for GPRS NSVC objectPau Espin Pedrol1-4/+1
2023-04-06Introduce NM FSM for GPRS Cell objectPau Espin Pedrol1-1/+1
2023-04-06Introduce NM FSM for GPRS NSE objectPau Espin Pedrol1-1/+1
2023-04-06Simplify implementation of bts_model_opstart() in all bts typesPau Espin Pedrol1-7/+2
2023-04-06lc15,oc2g,sysmo: Update GPRS NM object state at the right timePau Espin Pedrol1-5/+1
2023-04-06bts_model_apply_oml(): Improve definition of parameterPau Espin Pedrol1-1/+2
2023-04-06oml: Get rid of unused tlv_parsed param in bts_model_apply_oml()Pau Espin Pedrol1-2/+1
2023-04-06nm: Drop NM_EV_SETATTR_{ACK/NACK}Pau Espin Pedrol1-11/+2
2023-04-05nm: Apply BTS/TRX/TS OML Attributes through NM FSMsPau Espin Pedrol1-2/+1
2023-04-04bts_model_apply_oml(): Drop unneded codePau Espin Pedrol1-8/+0
2023-03-31Replace explicit gsm_lchan_name() calls with LOGPLCHANHarald Welte1-74/+39
2023-03-29cosmetic: Remove "FIXME?" from Odd AMR CMI phaseHarald Welte1-1/+3
2023-03-29oc2g: Fix 'unused variable' compiler warningHarald Welte1-1/+1
2023-03-29lc15/oc2g: remove unused variablesHarald Welte1-3/+0
2023-03-29cosmetic: use __func__ instead of __FUNCTION__Harald Welte1-1/+1
2023-03-28bts-{sysmo,oc2g,lc15}: Dump logical channel params during MPH-ACTIVATE.reqHarald Welte1-0/+3
2021-10-14Move lchan_init_lapdm inside lchan_set_state(LCHAN_S_ACTIVE)Pau Espin Pedrol1-4/+0
2021-09-22nm_*fsm: Make FSMs aware of object being properly configured or notPau Espin Pedrol1-7/+30
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-15/+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 5 of: fix SAPIs for handover, osmo-bts-oc2gNeels Hofmeyr1-18/+12
2020-11-26rename to release_sapi_ul_rach(), simplifyNeels Hofmeyr1-12/+4
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-24/+29
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-14/+18
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
2019-02-19oc2g: Fix compilation error (comment mark inside comment)Pau Espin Pedrol1-5/+7
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-3/+7
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy1-2/+8
2018-10-27Add OC-2G BTS sourcesOmar Ramadan1-0/+2078