aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-11/+11
2020-10-02Introduce NM BTS FSMPau Espin Pedrol1-21/+21
2020-10-02Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+1
2020-09-17gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}Vadim Yanitskiy1-6/+6
2020-08-04oml: fix ARFCN range check in oml_rx_set_bts_attr()Vadim Yanitskiy1-1/+1
2020-08-04oml: fix ARFCN range check in oml_rx_set_radio_attr()Vadim Yanitskiy1-1/+1
2020-07-27common: Avoid call to bts_model_chg_adm_state() if there's no ADM state changePau Espin Pedrol1-5/+6
2020-07-05Move nm_state and Mo related code gsm_data.* => oml.*Pau Espin Pedrol1-0/+133
2020-07-05gsm_data.h: Use enum type for NM state fieldsPau Espin Pedrol1-1/+3
2020-06-29A-bis/OML: handle hopping params in Set Channel AttributesVadim Yanitskiy1-8/+38
2020-06-15A-bis/OML: fix logging: do not print A-bis MO name twiceVadim Yanitskiy1-2/+2
2020-06-11gsm_data_shared: use bitvec API to allocate the feature vectorVadim Yanitskiy1-1/+1
2020-06-10oml: fix TL16V length calculation in add_bts_feat()Vadim Yanitskiy1-1/+2
2020-06-09oml.c: Log ADM STATE change locked/unlockedPau Espin Pedrol1-0/+4
2020-06-09oml.c: Fix whitespace in log linePau Espin Pedrol1-2/+2
2020-05-16oml: fix oml_mo_tx_sw_act_rep(): do not allocate FOM header twiceVadim Yanitskiy1-1/+0
2020-01-11common/abis.c: make use of RSL TEI from OML IPA RSL ConnectVadim Yanitskiy1-1/+3
2019-06-21revert changes to T200Eric Wild1-7/+17
2019-06-13lapdm: Use new libosmocore API to ensure per-channel-type N200 valuesHarald Welte1-55/+0
2019-06-13Update T200 timer default valuesHarald Welte1-9/+9
2019-06-13[correctly] use the LAPDm T200 values received via OMLHarald Welte1-16/+13
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-33/+33
2019-05-24oml: Have one generic log message for all transmitted messagesHarald Welte1-6/+2
2019-05-24oml: Print more context from FOM Header or using MOHarald Welte1-28/+31
2019-05-24Use LOGPLCHAN whenever possibleHarald Welte1-3/+2
2019-05-07common/oml.c: fix: properly encode NM_ATT_SW_CONFIGVadim Yanitskiy1-6/+33
2019-05-07common/oml.c: refactor Get Attribute Response message generationVadim Yanitskiy1-67/+53
2019-05-05common/oml.c: fix broken debug print in down_mom()Vadim Yanitskiy1-2/+2
2019-05-05common/oml.c: use proper format specifier for uint16_tVadim Yanitskiy1-2/+1
2019-05-05common/oml.c: introduce and use both LOGPFOH and DEBUGPFOHVadim Yanitskiy1-51/+44
2019-04-19common/oml.c: fix total length calculation in cleanup_attr_msg()Vadim Yanitskiy1-1/+1
2019-04-19common/oml.c: use proper OML object for Get Attribute ResponseVadim Yanitskiy1-11/+20
2019-04-19common/oml.c: use proper NACK reason in oml_tx_attr_resp()Vadim Yanitskiy1-1/+1
2019-04-19common/oml.c: constify argument 'trx' of handle_attrs_trx()Vadim Yanitskiy1-2/+2
2019-04-01common/oml.c: fix: properly push abis_nm_ipa_magicVadim Yanitskiy1-3/+3
2019-03-27oml: use oml_tx_failure_event_rep() instead of signals to SS_FAILPhilipp Maier1-12/+0
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-15/+0
2019-03-18oml: make oml_tx_failure_event_rep() publicPhilipp Maier1-2/+2
2019-02-23OML: Store merged attributes of IPA OML Managed ObjectsHarald Welte1-2/+10
2019-02-12OML: Work around OsmoBSC sending "GET ATTRIBUTES" with short lengthHarald Welte1-4/+11
2019-02-12OML: Properly reject short messages and truncate over-long messagesHarald Welte1-0/+23
2019-02-12OML: Reject segmented OML messagesHarald Welte1-1/+9
2019-02-12OML: Use 'const struct abis_oml_mo *' whenever users only readHarald Welte1-14/+14
2019-02-12OML: Report short messages even for invalid TRX numbers in down_fom()Harald Welte1-5/+3
2019-02-12OML: Reduce code duplication in down_mom/down_fomHarald Welte1-18/+10
2019-02-12OML: send proper OML alerts in case of errorsHarald Welte1-9/+21
2019-02-09OML: remove double-logging on oml_tx_failure_event_rep()Harald Welte1-6/+0
2019-02-09OML: Don't overwrite MO instance before oml_tx_failure_event_rep()Harald Welte1-11/+1
2019-02-09OML: Return attributes in ACK/NACK messagesHarald Welte1-11/+8
2019-02-08OML: some more comments on what functions doHarald Welte1-0/+6