aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/main.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-2/+1
This way we can model a flexible mapping between any number of PHYs, each having multiple instances, and then map BTSs with TRXx on top of those PHYs.
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-224/+15
This removes a lot of copy+paste duplication between different BTS models.
2016-01-16Add support for Octasic OCTSDR-2G GSM PHYHarald Welte1-0/+305
This adds support for a new PHY to OsmoBTS, the Octasic OCTSDR-2G PHY. This is a proprietary GSM PHY running on a familty of Octasic DSPs.