aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_om2000.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31abis_om2000: send TS_EV_OML_READY when TRX is fully donePhilipp Maier1-4/+5
2022-08-08abis_om2000: duplicate nmstate of bb_trxc mo to trx moPhilipp Maier1-1/+71
2022-08-08abis_om2000: om2k_trx_s_done_onenter() does not send signalPhilipp Maier1-2/+14
2022-08-05abis_om2000: update_op_state() does not send signalPhilipp Maier1-4/+12
2022-08-05abis_om2000: constify mo in mo2objPhilipp Maier1-1/+1
2022-08-05abis_om2000: move switch-case to functionPhilipp Maier1-35/+41
2022-08-04abis_om2000: fix missing signalPhilipp Maier1-0/+16
2022-06-27Improve parsing of om2000 fault reportsKeith1-1/+3
2022-05-13Update current NM object state before signalling S_NM_STATECHGPau Espin Pedrol1-2/+3
2022-05-06nm_statechg_signal_data: Convert state ptr to dataPau Espin Pedrol1-16/+14
2022-05-05abis_nm: Merge signals S_NM_STATECHG_ADM and S_NM_STATECHG_OPERPau Espin Pedrol1-1/+1
2022-01-04om2000: Don't print "should not generate any message" on FAULT_REPHarald Welte1-1/+2
2022-01-04om2000: Don't print "should not generate any message" on CAL_TIME_REQHarald Welte1-1/+2
2022-01-02om2000: Fix memory leak in OM2000 message handlingHarald Welte1-2/+3
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-03-15Add command to enable RX diversity to RBS2000Javi1-2/+3
2021-03-13Add vty command for Ericsson RBS2000 syncJavi1-1/+2
2021-01-02abis_om2000: Handle DP object in get_om2k_mo()Harald Welte1-0/+3
2021-01-02abis_om2000: keep OM2K FSMs around, don't terminateHarald Welte1-64/+200
2020-12-29abis_om2000: Mark om2k_mo_fsm_start() as staticHarald Welte1-3/+2
2020-12-29[cosmetic] abis_om2000: Re-format to use longer linesHarald Welte1-188/+97
2020-12-29abis_om2000: make om2k_mo_name() an exported functionHarald Welte1-20/+20
2020-12-21OM2K: Skip the entire CON MO if there are no connection groupsHarald Welte1-5/+10
2020-12-21OM2K: Permit transition from WAIT_CONF_RES -> WAIT_ENABLE_ACCEPTHarald Welte1-1/+2
2020-12-21abis_om2000: Force TRX NM state to UNLOCKED once TRX is upHarald Welte1-0/+5
2020-09-09abis_om2000: check result of gsm_bts_trx_set_system_infos()Vadim Yanitskiy1-4/+19
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol1-2/+2
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-0/+1
2020-05-09om2k: Fix invalid use of linked list when building hopping freq listSylvain Munaut1-4/+6
2020-05-08om2k: Wait for OM TRX links to stabilize before trying to bring up TRXSylvain Munaut1-10/+31
2020-05-08om2k: Properly update the 'fake' 12.21 states using OM2000 statusSylvain Munaut1-3/+39
2020-05-08om2k: Add support for MCTR configurationSylvain Munaut1-1/+79
2020-05-08om2k: Rename MCTR config request constants for consistencySylvain Munaut1-6/+6
2020-05-08om2k: Add option to limit OML version during negotiationSylvain Munaut1-8/+44
2020-05-08om2k: Fix the frequency specifier for TX/RX/TS conf requestsSylvain Munaut1-7/+38
2020-05-08om2k: Dispatch TS_EV_OML_READY to TS FSM only when it's actually readySylvain Munaut1-6/+10
2020-05-08om2k: Use the "from config" TS config to setup OM objectsSylvain Munaut1-3/+3
2020-05-08om2k: Properly name message 0x0136, found to be MCTR Statistics ReportSylvain Munaut1-2/+9
2020-05-05om2k: Acknowledge the unknown MCTR messages we get from time to timeSylvain Munaut1-0/+3
2020-05-05om2k: Acknowledge the HW Infos ReportsSylvain Munaut1-0/+7
2020-05-05om2k: Fix type of msg_type in abis_om2k_tx_simpleSylvain Munaut1-1/+1
2020-05-05om2k: Fix TS channel config payload for non-superchannel caseSylvain Munaut1-4/+8
2020-05-05om2k: Don't use slashes in FSM IDs and use dashes insteadSylvain Munaut1-3/+4
2020-04-28om2k: Add VTY command to allow TX of arbitrary message for testingSylvain Munaut1-0/+15
2020-04-28om2k: Add definitions for the TG objectSylvain Munaut1-0/+1
2020-01-29OM2000: Add some more message types and IEs we now understandHarald Welte1-0/+41
2019-12-01check for osmo_fsm_register() error return valueHarald Welte1-3/+3
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-04-23use libosmocore osmo_tdefNeels Hofmeyr1-4/+3
2018-07-28large refactoring: use FSMs for lchans; add inter-BSC HONeels Hofmeyr1-9/+7