aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/oml.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Fix AGCH/PCH proportional allocationMax1-2/+7
2016-12-01Remove duplicated codeMax1-4/+3
2016-10-18Replace magic number with defineMax1-2/+3
2016-09-17log: sysmo,lc15: tweak log about sapi_cmds queueNeels Hofmeyr1-3/+6
2016-08-30Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0beNeels Hofmeyr1-8/+19
2016-08-21sysmo: ts_connect: log channel combination name instead of numberMax1-2/+3
2016-08-12sysmo: fix dyn TS: Revert "Activate PTCCH UL" [in sysmobts]Neels Hofmeyr1-2/+1
2016-08-10sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCHNeels Hofmeyr1-1/+2
2016-07-28Activate PTCCH ULMax1-1/+2
2016-07-25dyn TS: implement SysmoBTS specificsNeels Hofmeyr1-5/+24
2016-07-25sysmo/oml.c: rename ts_connect() to ts_opstart()Neels Hofmeyr1-2/+2
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