aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-17fix inverted logic bug in omldummy patchHarald Welte1-1/+1
2018-03-17Add 'osmo-bts-omldummy' to bring up only OML without RSLHarald Welte1-3/+6
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-31/+29
2018-03-17gsm_data_shared: Remove unused definitions/members/functionsHarald Welte1-1/+1
2018-02-24load_indication: Fix start of load indication timerHarald Welte1-1/+3
2018-02-07Add helper to get BCC from BSICMax1-1/+1
2018-01-08oml.c: Fix use of htons instead of ntohsPau Espin Pedrol1-1/+1
2017-10-23Fix race condition in attribute reportingMax1-2/+11
2017-09-11OML: print actual type of report sent to BSCMax1-1/+1
2017-08-22OML: use fom_hdr while handling attr. requestMax1-7/+9
2017-06-22OML: move BTS number check into separate functionMax1-16/+34
2017-06-18OML Add osmocom-specific way to deactivate radio link timeoutHarald Welte1-5/+15
2017-06-15Set and report BTS featuresMax1-0/+9
2017-06-15Extend Get Attribute responderMax1-43/+85
2017-05-29OML: fix Coverity-reported issuesMax1-2/+6
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-21/+21
2017-05-27Implement basic Get Attribute responderMax1-0/+132
2017-05-08Signal to BSC when PCU disconnectsMax1-1/+4
2017-02-20oml: Fix incorrect usage of const variable abis_nm_att_tlvdef_ipaIvan Kluchnikov1-2/+5
2017-01-25OML: internalize failure reportingMax1-26/+61
2017-01-10Remove obsolete define TLVP_PRES_LENMax1-5/+0
2017-01-10OML: fix possible segfault: add NULL check in oml_ipa_set_attr()Philipp1-0/+2
2017-01-08Alarm on various errorsMax1-4/+58
2017-01-08Add Abis OML failure event reportingMax1-0/+19
2017-01-06Move code to libosmocoreMax1-128/+7
2016-10-18Replace magic number with defineMax1-1/+1
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr1-0/+9
2016-07-25prepare dyn TS: split/replace conf_lchans_for_pchan()Neels Hofmeyr1-4/+11
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-0/+1
2016-06-17dyn PDCH: conf_lchans_for_pchan(): handle TCH/F_PDCHNeels Hofmeyr1-3/+8
2016-06-17oml, Set Chan Attr: treat unknown PCHAN types as errorNeels Hofmeyr1-3/+9
2016-02-03Revert "oml: temporary debug hack"Harald Welte1-6/+0
2016-01-25OML: Ignore T200 settings by BSC for nowHarald Welte1-3/+18
2016-01-25lapdm: Add DEBUGP statement about T200 values being set for lchanHarald Welte1-0/+4
2016-01-25Fix T200 default valuesHarald Welte1-7/+7
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg1-1/+2
2016-01-17Fix T200 default valuesHarald Welte1-1/+1
2016-01-16LAPDm: Use T200 settings from OML rather than libosmocore defaultsHarald Welte1-1/+59
2015-09-22Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2014-12-30Initial CBCH supportHarald Welte1-2/+16
2014-08-18TLVP_PRES_LEN is now in libosmocore, avoid redefining itHarald Welte1-0/+2
2014-08-18replace oml_{osmo,ipa}_magic[] with abis_nm_{osmo,ipa}_magicHarald Welte1-8/+4
2014-07-31sysmobts: Verify the structure of IPA and OML messagesHolger Hans Peter Freyther1-5/+7
2014-04-03oml: Pass all valid state change requests to the modelJacob Erlbeck1-5/+4
2014-03-26oml: Indicate the kind of object passed as the void*Holger Hans Peter Freyther1-3/+3
2014-03-10handover: Set basic values for handover, remember the activation reasonAndreas Eversberg1-2/+9
2014-01-21common/oml.c: Send OML NACK if bts_model_check_oml() returns negativeHarald Welte1-6/+4
2013-11-05sysmobts: Do a RF mute when Radio Carrier is lockedJacob Erlbeck1-0/+5
2013-10-06abis: Use OML remote (BSC) address if RSL CONNECT contains no IPHarald Welte1-2/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte1-11/+6