aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-25sysmobts: Move the function add_manufacturer_label_id to oml filesysmocom/sysmobts2050/oml-alert-wipÁlvaro Neira Ayuso1-0/+23
2014-05-25sysmobts: Move the function check_oml_msg to oml fileÁlvaro Neira Ayuso1-0/+121
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
2012-07-08Fixes for handling of GPRS NSE/NSVC/CELL MOAndreas Eversberg1-5/+8
2012-06-28Add 12.21 handling for GPRS NSE/NSVC/CELL MOHarald Welte1-0/+162
2012-04-19add a VTY command for activating PDCH channels (in EGPRS mode)Harald Welte1-0/+4
2012-04-12misc: Fix compiler warning about printing a ptrdiffHolger Hans Peter Freyther1-1/+1
2012-04-05oml: temporary debug hackHarald Welte1-1/+6
2012-03-18Ensure that ADM_STATE IE is presnent when sending NM_MT_CHG_ADM_STATE_ACKHarald Welte1-1/+14
2012-03-15OML: when allocating merged tlvp arrays for MO, use bts contextHarald Welte1-1/+1
2012-01-23misc: Check return value of msgb _alloc functionsHolger Hans Peter Freyther1-1/+5
2012-01-14oml: Use talloc_free(ptr) instead of talloc_free(ptr_to_ptr)Holger Hans Peter Freyther1-1/+1
2012-01-14OML SET CHAN ATTR: merge TS attributes (not BTS) and fix mem leakHarald Welte1-1/+5
2011-11-07common: Include bts.h for bts_shutdownHolger Hans Peter Freyther1-0/+1
2011-09-09OML: make sure max_power_red is scaled by 2 to convert from 12.21 to dBmHarald Welte1-2/+3
2011-07-01logging sanitization (use proper log levels, etc.)Harald Welte1-10/+7
2011-07-01fix BTS initialization orderHarald Welte1-5/+4
2011-06-29OML: fix memory leaks by centralized msgb_free() for rx msgsHarald Welte1-5/+2
2011-06-29Fix support of SDCCH4Harald Welte1-2/+2
2011-06-27re-work original osmo-bts with support for sysmocom femtobtsHarald Welte1-234/+666
2011-05-22oml: re-use common definitions that are now in libosmocoreHarald Welte1-74/+6
2011-05-22[partial] port to new libosmocore-0.3 APIsHarald Welte1-1/+1
2011-03-04Fix include paths and start to make code compileHarald Welte1-9/+9
2011-03-04Import all C and Header files from jolly/bts branch of osmocom-bb.gitHarald Welte1-0/+549