aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-2/+2
2016-07-16sysmobts: dump PRACH and PTCCH parametersMax1-1/+6
2016-06-17debug log: log TS pchan type on connectNeels Hofmeyr1-1/+5
2016-06-17dyn PDCH: complete for sysmo-bts: implement bts_model_ts_*()Neels Hofmeyr1-2/+49
2016-06-17dyn PDCH: sysmo: handle TCH/F_PDCH init like TCH/FNeels Hofmeyr1-1/+2
2016-06-17dyn PDCH: sysmo-bts/oml.c: add ts_connect_as(), absorbing ts_connect() gutsNeels Hofmeyr1-3/+10
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-17dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCHNeels Hofmeyr1-0/+1
2016-06-15sysmo: add L3 handle to l1prim messagesNeels Hofmeyr1-11/+72
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-0/+1
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-8/+11
2015-09-22move MS power control handling from sysmobts to common partHarald Welte1-1/+2
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-4/+15
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-33/+27
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg1-10/+1
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther1-10/+29
2015-01-06cbch: Speculative change to not change CHAN ACK for CBCHHolger Hans Peter Freyther1-1/+3
2014-12-30Initial CBCH supportHarald Welte1-0/+17
2014-11-10bts: Move BTS and children into the enabled state after opstartHolger Hans Peter Freyther1-0/+6
2014-08-25tx_power: Check actual TRX output power against intended valueHarald Welte1-0/+3
2014-08-24l1_if: pass private 'void *data' from call to callbackHarald Welte1-16/+24
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