aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-14oml: Mention the SAPI that is activated in the log messageHolger Hans Peter Freyther1-2/+2
2011-11-07sysmo-bts: Include bts.h for bts_shutdown, remove unused variableHolger Hans Peter Freyther1-2/+1
2011-09-19fix various compiler warnings across the codeHarald Welte1-3/+46
2011-09-09sysmobts: fix initial codec mode computationHarald Welte1-5/+1
2011-09-09sysmobts: channel activation changes for v2.4 L1 DSP firmwareHarald Welte1-13/+32
2011-09-09update osmo-bts to conform to L1 v2.4 API changesHarald Welte1-0/+7
2011-09-03Fix MODE MODIFY for multirate configuration on TCH/HHarald Welte1-1/+16
2011-09-03Add new ORTP based libosmo-trau based voice supportHarald Welte1-6/+183
2011-07-05sysmbts L1 if: implement 'dead DSP L1 detection'Harald Welte1-0/+24
2011-07-05L1/OML: De-activate L1 SAPIs in opposite order of activationHarald Welte1-2/+2
2011-07-02untested code to dynamically set L1 band based on ARFCN numberHarald Welte1-1/+26
2011-07-01logging sanitization (use proper log levels, etc.)Harald Welte1-6/+9
2011-07-01fix BTS initialization orderHarald Welte1-3/+12
2011-07-01sysmo-bts: Ignore OPSTART on the TRX until we have seen SET ATTRHarald Welte1-2/+28
2011-07-01sysmo-bts: properly initialize the nominal power, print it at startupHarald Welte1-1/+3
2011-06-29Fix support of SDCCH4Harald Welte1-1/+4
2011-06-29sysmo-bts: Fix TCH/F activationHarald Welte1-2/+9
2011-06-28implement RSL DEACTIVATE SACCHHarald Welte1-0/+19
2011-06-27re-work original osmo-bts with support for sysmocom femtobtsHarald Welte1-0/+545