aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Replace link_id constant with defineMax1-4/+4
2016-09-24octphy: Fixing band selection for ARFCN 0Philipp1-1/+3
2016-08-08Fill measurements data for L1SAPMax1-1/+12
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-05-31octphy: Update outdated config param name in error message.Daniel Laszlo Sitzer1-1/+1
2016-03-18octphy: add support for multiple trx idsMax1-0/+1
2016-03-18octphy: use octasic's routines for debug outputMax1-2/+4
2016-03-17octphy: add missing include to fix the buildMax1-0/+1
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-0/+1
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-46/+124
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-0/+6
2016-01-16OCTPHY: Obtain information from PHY and expose it in VTYHarald Welte1-2/+3
2016-01-16OCTPHY: Implement command re-transmission after message lossHarald Welte1-39/+196
2016-01-16OCTPHY: Print NOTICE message if we receive supervisory frameHarald Welte1-1/+26
2016-01-16OCTPHY: Block PHY indications until it is confirmed openHarald Welte1-0/+8
2016-01-16OCTPHY: Fix various memory leaks and add comments on msgb ownershipHarald Welte1-32/+69
2016-01-16OCTPHY: Exit gracefully if config file specifies no phy-netdevHarald Welte1-0/+5
2016-01-16Add support for Octasic OCTSDR-2G GSM PHYHarald Welte1-0/+1365