aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
AgeCommit message (Expand)AuthorFilesLines
2017-02-10all models: fix vty write: bts_model_config_write_phyNeels Hofmeyr1-0/+4
2017-02-01octphy: Improve OML ADM state handlingPhilipp1-2/+59
2017-01-31cosmetic: remove stray newline in octphy's l1_oml.cPhilipp Maier1-2/+1
2017-01-31cosmetic: Remove stray newlines in octphy_vty.cPhilipp Maier1-5/+0
2017-01-31octphy VTY: fix vty write output for octphy's phy sectionPhilipp Maier1-7/+7
2017-01-23octphy: set tx attenuation via VTYPhilipp2-7/+29
2016-12-01Remove duplicated codeMax1-4/+3
2016-11-11Replace link_id constant with defineMax1-4/+4
2016-11-08Add libosmocodec for octphy buildMax1-2/+2
2016-10-18Replace magic number with defineMax1-2/+3
2016-10-12octphy: prevent mismatch between dsp-firmware and octphy headersPhilipp1-6/+20
2016-10-06octopy: fixing renamed constantPhilipp2-0/+15
2016-10-06octphy: reintroducing multi-trx supportPhilipp1-1/+19
2016-09-24octphy: Fixing band selection for ARFCN 0Philipp1-1/+3
2016-09-24octphy: Fixing missing payload type in ph. chan. activationPhilipp1-0/+1
2016-09-06octphy: fix build with OCTSDR-OPENBSC-02.07.00-B708: name changedNeels Hofmeyr2-2/+2
2016-09-06octphy: fix build: Revert "octphy: add support for multiple trx ids"Neels Hofmeyr1-3/+2
2016-09-06octphy: fix build: Revert "octphy: fix for multiple trx with more than 1 dsp"Neels Hofmeyr1-8/+1
2016-08-08Fill measurements data for L1SAPMax1-1/+12
2016-07-28octphy: fix buildMax1-1/+1
2016-06-24Remove duplicated nibble shift codeMax1-38/+0
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-06-18Move copy-pasted code into common partMax1-25/+3
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-14Close TRX session before opening new oneJason DSouza1-1/+43
2016-06-13octphy: Use the app. info. defaults as baseMax1-0/+2
2016-05-31octphy: Update outdated config param name in error message.Daniel Laszlo Sitzer1-1/+1
2016-03-21octphy: fix for multiple trx with more than 1 dspMax1-1/+8
2016-03-18octphy: add support for multiple trx idsMax2-2/+4
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-03-16octphy: Enable TCH/H mode and begin testingHolger Hans Peter Freyther1-3/+0
2016-03-10octphy: Use the event defaults as baseHolger Hans Peter Freyther1-0/+3
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-0/+1
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte1-5/+0
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte6-231/+348
2016-02-03octphy: Look-up the right timeslot and then the logical chanHolger Hans Peter Freyther1-1/+1
2016-01-22OCTPHY: fix 'make dist' (missing header files)Harald Welte1-1/+1
2016-01-22Merge branch 'laforge/common-main'Harald Welte3-224/+34
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte3-224/+34
2016-01-21OCTPHY: Don't have files in EXTRA_DIST that don't exist (anymore)Harald Welte1-1/+1
2016-01-16OCTPHY: Obtain information from PHY and expose it in VTYHarald Welte4-4/+136
2016-01-16OCTPHY: Implement command re-transmission after message lossHarald Welte2-39/+216
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 Welte3-0/+12
2016-01-16OCTPHY: Fix various memory leaks and add comments on msgb ownershipHarald Welte2-36/+97
2016-01-16OCTPHY: Exit gracefully if config file specifies no phy-netdevHarald Welte1-0/+5
2016-01-16OCTPHY: Ensure we write the phy-netdev parameterHarald Welte1-0/+4
2016-01-16OCTPHY: Replace '-lortp' with the proper pkg-config/autofoo versionHarald Welte1-2/+2
2016-01-16Add support for Octasic OCTSDR-2G GSM PHYHarald Welte14-0/+4513