aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07Revert "LC15: Hardware changes:"neels/lc15_dyn_pdch_old_numberingNeels Hofmeyr14-286/+300
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
2016-06-15LC15: Hardware changes:Minh-Quang Nguyen14-300/+286
- Change system devices path - Remove obsoleted sensors and add new sensors - Change TRX and sensors numbering to 0,1 instead of 1,2 (JFD) Change-Id: I5172daf68d3145a6398e37df87df21b0e5affe42
2016-02-15LC15: fix compiler warning against more recent libosmovtyHarald Welte1-1/+1
2016-02-15LC15: Add initial support for the NuRAN Wireless Litecell 1.5Yves Godin21-0/+3435
This commit adds basic support for the Litecell 1.5. Multi-TRX is not supported yet. Instead, multiple instances of the BTS can be launched using command line parameter -n <HW_TRX_NR> to specify if TRX 1 or 2 must be used by the bts. Note that only TRX 1 opens a connection to the PCU. Full support for GPRS on both TRX will come at the same time than the multi-TRX support. The BTS manager has been adapted to match the new hardware but otherwise it has not been improved or changed compared to the one used on the SuperFemto/Litecell (sysmobts).