aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-20lchan: I forgot to handle TchH in my recent lchan fixes, add it to another placeHolger Hans Peter Freyther1-0/+1
2012-04-19sach_deact -> sacch_deact (follow spelling fix in openbsc)Harald Welte1-3/+3
2012-04-19Fix TCH/H channel activation after zecke's recent lchan fixesHarald Welte1-0/+1
2012-04-19add VTY command to manually alter transmit powerHarald Welte1-1/+16
2012-04-19add a VTY command for activating PDCH channels (in EGPRS mode)Harald Welte1-1/+16
2012-04-19ciphering: Make sure to initialize lchan to no ciphering when activatingHarald Welte1-6/+11
2012-04-19Improve logging of L1 MPH request by printing the directionHarald Welte1-6/+15
2012-04-19lchan: Send the ACT ACK/NACK after the Layer1 has handled act/deactHolger Hans Peter Freyther1-7/+15
2012-04-19lchan: Separate the Uplink/Downlink in activate/deactivateHolger Hans Peter Freyther1-8/+16
2012-04-19lchan: Deactivate the SACCH only once, use the sach_deact flag for thatHolger Hans Peter Freyther1-2/+14
2012-04-19lchan: Fix the state transition in the deactivate handlerHolger Hans Peter Freyther1-3/+3
2012-04-19lchan: Similar to OpenBSC use a set method to change the stateHolger Hans Peter Freyther1-6/+6
2012-04-19ciphering: Better state tracking and HACK around L1 race conditionHarald Welte1-1/+18
2012-04-19Support for cipheringHarald Welte1-0/+41
2012-04-19make HR channels work for voice, not only signallingHarald Welte1-1/+4
2012-04-18TCH: Add support for the L1 RTP modeHarald Welte1-1/+21
2012-03-18correctly print SAPI in log file on MPH-ACTIVATE.reqHarald Welte1-1/+1
2012-03-18Fix debug print of MPH-CONFIG.reqHarald Welte1-1/+1
2012-03-18print human-readable SAPI name on MPH-[DE]ACT.{req,conf}Harald Welte1-4/+7
2012-03-18Ensure that ADM_STATE IE is presnent when sending NM_MT_CHG_ADM_STATE_ACKHarald Welte1-1/+1
2012-03-17Issue MPH-CLOSE.req during shutdownHarald Welte1-0/+18