aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-23cosmetic: remove unused variablePhilipp Maier1-1/+0
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-5/+1
2018-03-08fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()Neels Hofmeyr1-19/+27
2018-03-01octphy: replace #warning with #pragma messagePhilipp Maier1-1/+1
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-3/+3
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-21/+11
2018-02-26octphy: Remove code duplication for BER / RSSI conversionHarald Welte1-18/+22
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte1-22/+17
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-9/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+9
2017-12-03osmo-bts-octphy: Remove bogus warning about BS_AG_BLKS_RESHarald Welte1-1/+0
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