aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-24New generic transmit power handlingHarald Welte1-12/+9
2014-07-30sysmobts: Make it possible to slowly ramp up the output powerHolger Hans Peter Freyther1-3/+15
2014-04-29osmo-bts-sysmo/utils.c: Added a function for calculate the power transmitterÁlvaro Neira Ayuso1-2/+2
2014-04-07sysmobts: Add log message in case the channel activation failsHolger Hans Peter Freyther1-0/+3
2014-04-07rsl: Use unique values for the call to rsl_tx_chan_act_nackHolger Hans Peter Freyther1-1/+1
2014-03-26sysmobts: Apply the potentially new max_power_red on the TRXHolger Hans Peter Freyther1-0/+9
2014-03-26oml: Indicate the kind of object passed as the void*Holger Hans Peter Freyther1-1/+1
2014-03-16sysmobts: Add a magic number to the hLayer2 to differentiate itHolger Hans Peter Freyther1-1/+8
2014-03-10sysmobts: Do a RF mute at initialization when the RC is lockedHolger Hans Peter Freyther1-4/+33
2014-03-10handover,sysmobts: Handle handover in the sysmobts codeHolger Hans Peter Freyther1-2/+51
2014-03-10handover: Add generic handling for handoverAndreas Eversberg1-0/+9
2014-01-23bts_model_rsl_chan_act(): Handle tp==NULL case gracefullyHarald Welte1-1/+3
2014-01-21sysmoBTS OML: Don't permit TSC != BSICHarald Welte1-1/+32
2013-12-29sysmobts: Specify the constant as a float and not a doubleHolger Hans Peter Freyther1-1/+1
2013-12-12sysmobts: Change the ARRAY_SIZE to a constant numberHolger Hans Peter Freyther1-1/+1
2013-11-27sysmobts: Activate the BCCH silently have have state set to activeHolger Hans Peter Freyther1-5/+6
2013-11-05sysmobts: Only set RC state to LOCK if all channels are mutedJacob Erlbeck1-2/+8
2013-11-05sysmobts: Do a RF mute when Radio Carrier is lockedJacob Erlbeck1-4/+66
2013-11-05sysmobts: Add L1 support for the new RF mute requestJacob Erlbeck1-0/+6
2013-10-25lchan: Print the name of the channel already in release requestHolger Hans Peter Freyther1-1/+5
2013-10-09Do not attempt to initialize L1 with a band unsupported by hardwareHarald Welte1-1/+1
2013-07-04sysmobts: Fix a typo that broke the ciphering with A5/0 > 0Holger Hans Peter Freyther1-2/+2
2013-06-24sysmobts: Introduce an auto-band config to ease DCS/DCS, PCS/PCS changesHolger Hans Peter Freyther1-17/+2
2013-06-24sysmobts: Make sure we receive every SACCH frame to count S properlyHolger Hans Peter Freyther1-7/+6
2013-06-24sysmobts: Fix potential memory leaks in the prim callback handlingHolger Hans Peter Freyther1-3/+4
2013-06-20sysmobts: Fix a crash when the DSP2ARM queue runs fullHolger Hans Peter Freyther1-1/+1
2013-03-24sysmobts: Do not re-configure the channel on non-active channelsHolger Hans Peter Freyther1-0/+7
2013-03-24oml: Use the queue for the release handling of a channelHolger Hans Peter Freyther1-67/+212
2013-03-24oml: Print out power setting in txpower completion callbackDaniel Willmann1-5/+18
2013-03-24oml: Use sapi command queue for setting the logical channel paramsDaniel Willmann1-3/+25
2013-03-24oml: Enqueue ciphering message through sapi cmd queue as wellDaniel Willmann1-10/+44
2013-03-24oml: Introduce a SAPI queue for activation and deactivation of SAPIsDaniel Willmann1-30/+162
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg1-0/+3
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther1-2/+1
2013-02-27sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther1-11/+6
2013-02-27sysmobts: Remove the data parameter from the l1if_gsm_req_complHolger Hans Peter Freyther1-9/+9
2013-02-27sysmobts: Use the fl1h->priv and get the ts back from the responseHolger Hans Peter Freyther1-4/+14
2013-02-27sysmobts: Use the fl1h->priv to get the trx instead of using the lchanHolger Hans Peter Freyther1-9/+9
2013-01-24oml: Create mph_send_activate_req for sending the activation requestDaniel Willmann1-59/+63
2013-01-23sysmobts: Send GSM requests using the l1if_gsm_req_compl methodHolger Hans Peter Freyther1-9/+10
2013-01-23sysmobts: Help in calling the right callback for l1if_req_complHolger Hans Peter Freyther1-8/+39
2013-01-23sysmobts: Rename the hLayer2<->lchan to hLayer<->lchanHolger Hans Peter Freyther1-4/+4
2013-01-23oml: Fix memory leak in the callbackHolger Hans Peter Freyther1-0/+1
2012-11-10VTY: make target uplink Rx level VTY-configurableHarald Welte1-1/+1
2012-08-09sysmobts: Do not ignore the band configuration of the BTS.Holger Hans Peter Freyther1-4/+2
2012-07-21Enable direct access to PDTCH queue of DSP by PCUAndreas Eversberg1-0/+7
2012-07-08lchan: Activate PTCCH/PRACH/PDTCH/PACCH when activating PDCHAndreas Eversberg1-2/+15
2012-07-08Fixes for handling of GPRS NSE/NSVC/CELL MOAndreas Eversberg1-0/+3
2012-07-05sysmobts: avoid sending duplicate RSL CHAN ACT ACKHarald Welte1-3/+6
2012-04-28sysmo-bts: Move the payload setting into a new methodHolger Hans Peter Freyther1-21/+14