aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-15octphy: implement support for dynamic timeslotsPhilipp Maier1-4/+23
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-07-10octphy: remap frame number in MEAS_INDPhilipp Maier1-1/+52
2017-07-10octphy: do not send empty frames to phyPhilipp Maier1-34/+5
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol1-2/+0
2017-07-04Fix annoying trailing whitespacePau Espin Pedrol1-1/+1
2017-06-28octphy: remove log outputPhilipp Maier1-2/+0
2017-06-28octphy: initalize nmsg only when neededPhilipp Maier1-5/+6
2017-06-28octphy: initalize l1msg and only when neededPhilipp Maier1-1/+9
2017-06-15Set and report BTS featuresMax1-0/+3
2017-05-29octphy: integrate channel measurement handlingPhilipp Maier1-15/+48
2017-05-17octphy: ensure that 11 bit rach flag is not setPhilipp Maier1-0/+2
2017-05-17octphy: align frame number for new firmware versionsPhilipp Maier1-0/+15
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+1
2017-04-13octphy: add CBCH supportPhilipp Maier1-1/+11
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