aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_oml.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-19/+19
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-16/+17
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-1/+3
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol1-1/+4
2020-10-20Change NM Channel availability Dependency->Offline when RadioCarrier becomes ...Pau Espin Pedrol1-0/+12
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy1-1/+1
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-3/+4
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-1/+1
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol1-8/+8
2019-10-17Fix common misspellings and typosMartin Hauke1-3/+3
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-4/+7
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2018-06-28octphy: add support for 16x oversampling modePhilipp Maier1-0/+55
2018-03-01octphy: replace #warning with #pragma messagePhilipp Maier1-1/+1
2017-12-20octphy: l1_oml: check returncode of trx_by_l1h()Philipp Maier1-0/+35
2017-11-08octphy: override firmware version checkPhilipp Maier1-3/+17
2017-08-15octphy: implement support for dynamic timeslotsPhilipp Maier1-9/+103
2017-06-09octphy: fix segfaultPhilipp Maier1-5/+6
2017-06-09Re-add version to phy_instanceMax1-2/+3
2017-06-02Revert "Add version to phy_instance"Neels Hofmeyr1-3/+2
2017-05-29Add version to phy_instanceMax1-2/+3
2017-05-29octphy: remove old event control codePhilipp Maier1-83/+1
2017-05-17octphy: activate CBCH after all physical channels are activatedPhilipp Maier1-1/+1
2017-04-13octphy: set tx/rx antenne IDs via VTYPhilipp Maier1-0/+5
2017-04-13octphy: print log message for multi-trx supportPhilipp Maier1-0/+6
2017-04-13octphy: add CBCH supportPhilipp Maier1-0/+8
2017-02-01octphy: Improve OML ADM state handlingPhilipp1-2/+59
2017-01-31cosmetic: remove stray newline in octphy's l1_oml.cPhilipp Maier1-2/+1
2017-01-23octphy: set tx attenuation via VTYPhilipp1-1/+7
2016-12-01Remove duplicated codeMax1-4/+3
2016-10-18Replace magic number with defineMax1-2/+3
2016-10-12octphy: prevent mismatch between dsp-firmware and octphy headersPhilipp1-6/+20
2016-10-06octphy: reintroducing multi-trx supportPhilipp1-1/+19
2016-09-24octphy: Fixing missing payload type in ph. chan. activationPhilipp1-0/+1
2016-09-06octphy: fix build: Revert "octphy: add support for multiple trx ids"Neels Hofmeyr1-3/+2
2016-09-06octphy: fix build: Revert "octphy: fix for multiple trx with more than 1 dsp"Neels Hofmeyr1-8/+1
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-14Close TRX session before opening new oneJason DSouza1-1/+43
2016-06-13octphy: Use the app. info. defaults as baseMax1-0/+2
2016-03-21octphy: fix for multiple trx with more than 1 dspMax1-1/+8
2016-03-18octphy: add support for multiple trx idsMax1-2/+3
2016-03-10octphy: Use the event defaults as baseHolger Hans Peter Freyther1-0/+3
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-73/+90
2016-02-03octphy: Look-up the right timeslot and then the logical chanHolger Hans Peter Freyther1-1/+1
2016-01-16OCTPHY: Obtain information from PHY and expose it in VTYHarald Welte1-1/+92
2016-01-16OCTPHY: Block PHY indications until it is confirmed openHarald Welte1-0/+1
2016-01-16OCTPHY: Fix various memory leaks and add comments on msgb ownershipHarald Welte1-4/+28
2016-01-16Add support for Octasic OCTSDR-2G GSM PHYHarald Welte1-0/+1399