aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/phy_link.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-10common/vty: facilitate finding duplicate PHY/TRX associationsVadim Yanitskiy1-0/+2
2021-05-23common: phy_links_open(): warn about dangling PHY instancesVadim Yanitskiy1-0/+9
2021-05-19common: make the arguments of phy_{link,instance}_name() constVadim Yanitskiy1-2/+2
2021-05-09[VAMOS] struct gsm_bts_trx: fix the PHY instance pointerVadim Yanitskiy1-3/+3
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol1-1/+10
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-1/+1
2020-09-15Fix RadioCarrier OML Operative State Change report not sent on some scenariosPau Espin Pedrol1-15/+3
2020-06-05bts-trx: phy_link: Improve logging fmt in phy_link_state_set()Pau Espin Pedrol1-9/+14
2019-10-05bts-trx: vty: Print phy link state in cmd 'show transceiver'Pau Espin Pedrol1-0/+10
2017-05-24phy_link: Fix typo in state being printedPau Espin Pedrol1-1/+1
2016-06-23fix compiler warnings: include bts_model.h in phy_link.cNeels Hofmeyr1-0/+1
2016-06-17fix compiler warning: add missing case (PHY_LINK_CONNECTING)Neels Hofmeyr1-0/+3
2016-02-15don't touch OML MO when PHY link is establishedHarald Welte1-1/+1
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-0/+159