aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-1/+1
2021-06-18oml: fix handling of NM_ATT_INTERF_BOUND attributeVadim Yanitskiy1-1/+1
2021-06-08conf_lchans_as_pchan(): initialize all lchans with GSM_LCHAN_NONEVadim Yanitskiy1-0/+3
2021-06-08conf_lchans_as_pchan(): fix GSM_LCHAN_{CCCH->CBCH} regressionVadim Yanitskiy1-1/+1
2021-06-05[VAMOS] Implement the concept of 'shadow' timeslotsVadim Yanitskiy1-0/+12
2021-06-05[VAMOS] conf_lchans_as_pchan(): improve readabilityVadim Yanitskiy1-33/+21
2021-06-04[VAMOS] oml_rx_set_chan_attr(): clarify NM_ATT_CHAN_COMB handlingVadim Yanitskiy1-7/+8
2021-06-04[VAMOS] common/oml: generalize checking BTS_FEAT_MULTI_TSCVadim Yanitskiy1-0/+7
2021-06-04[VAMOS] osmo-bts-trx: rework handling of Training SequenceVadim Yanitskiy1-2/+2
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-1/+1
2021-02-10oml: ensure that IPA RSL Connect ACK/NACK contains all IEsVadim Yanitskiy1-3/+14
2021-02-10oml: reuse the given msgb in oml_fom_ack_nack()Vadim Yanitskiy1-13/+13
2021-02-07oml: use regular TLVP_PRES() in rx_oml_ipa_rsl_connect()Vadim Yanitskiy1-3/+3
2021-02-07oml: make 'struct tlv_parsed' pointer const where possibleVadim Yanitskiy1-5/+5
2021-02-07oml: avoid redundant ntohl() / htonl() conversionVadim Yanitskiy1-3/+4
2021-02-06oml: cosmetic code style changes in rx_oml_ipa_rsl_connect()Vadim Yanitskiy1-6/+3
2020-10-21oml: Set NM_OPSTATE_DISABLED by defaultPau Espin Pedrol1-1/+1
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol1-1/+1
2020-10-08oml: fix handling of NSVC local port in oml_ipa_mo_set_attr_nsvc()Vadim Yanitskiy1-1/+1
2020-10-08OML: correct parse the NM_ATT_OSMO_NS_LINK_CFG field address_familyAlexander Couzens1-2/+3
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens1-3/+47
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-2/+6
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