aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-16oml: Remove the unused nofh variable from oml_mo_tx_sw_act_repHolger Hans Peter Freyther1-3/+1
2013-06-30make oml_mo_state_init() a void functionHarald Welte1-1/+1
2013-06-30Don't send OML STATE CHANGE before OML is connectedHarald Welte1-0/+7
2013-03-15Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg1-3/+9
2013-03-14OML: fix broken curly braces while parsing SET BTS ATTRHarald Welte1-1/+2
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg1-1/+8
2012-11-20Use tlvp_val16_unal() / tlvp_val32_unal() to align 16 and 32 bit valuesAndreas Eversberg1-26/+32
2012-10-04OML: TA is a 8bit value, not 16bitHarald Welte1-4/+2
2012-07-11OML: add missing ntohs() for UL/DL_TBF_EXTHarald Welte1-2/+2
2012-07-08signal: Add signals for setting/change of GPRS MO attributesAndreas Eversberg1-0/+8