aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-26TRX: Add EDGE coding tablesTom Tsou10-2/+2329
2016-03-22LC15: properly initialize unmapped phy instancesMax1-0/+7
2016-03-22LC15: add stubs for phy link/instance defaultsMax1-0/+8
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-17Fix typo in error messageMax1-1/+1
2016-03-17octphy: add missing include to fix the buildMax1-0/+1
2016-03-17Add explicit check for SI2quater index and countMax1-2/+21
2016-03-17Fix SI2ter schedulingMax1-2/+3
2016-03-16octphy: Enable TCH/H mode and begin testingHolger Hans Peter Freyther1-3/+0
2016-03-11Fix copy-paste issueMax1-1/+1
2016-03-10octphy: Use the event defaults as baseHolger Hans Peter Freyther1-0/+3
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax4-12/+13
2016-02-15scheduler: Fix ARRAY_SIZE() in trx_sched_init()Harald Welte1-1/+1
2016-02-15use unsigned int to compare wih ARRAY_SIZEHarald Welte1-1/+1
2016-02-15sysmobts_vty: Fix null-check for pinstHarald Welte1-1/+1
2016-02-15LC15: remove bogus check_for_ciph_cmd() copyHarald Welte1-45/+0
2016-02-15LC15: set nominal transmit power of 37dBm for all TRXHarald Welte1-2/+5
2016-02-15LC15: Fix 'make dist' (missing include files)Harald Welte1-2/+2
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte3-11/+11
2016-02-15make PCU socket and telnet port configurableHarald Welte4-7/+45
2016-02-15declare pcu_direct in pcu_if.hHarald Welte4-8/+2
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte4-57/+24
2016-02-15LC15: Call l1if_reset() after l1if_open()Harald Welte2-4/+2
2016-02-15LC15: Remove clk_cal (another unused struct member)Harald Welte2-2/+0
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte11-166/+109
2016-02-15LC15: Remove unused clk_use_eeprom and clk_src fieldsHarald Welte2-3/+0
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte8-17/+96
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte3-46/+30
2016-02-15LC15: fix compiler warning against more recent libosmovtyHarald Welte1-1/+1
2016-02-15LC15: Fix printed msgq file names in error messagesHarald Welte1-4/+2
2016-02-15LC15: cosmetic whitespace fixesHarald Welte5-13/+13
2016-02-15LC15: port litecell 1.5 support to recent osmo-bts masterHarald Welte9-351/+174
2016-02-15LC15: configure.ac: Allow specifying an alternate include-dirHarald Welte1-1/+1
2016-02-15LC15: use talloc pool for msgb and ortp libraryYves Godin1-1/+1
2016-02-15LC15: Disable DSP trace flags by defaultYves Godin1-1/+1
2016-02-15LC15: Add initial support for the NuRAN Wireless Litecell 1.5Yves Godin40-0/+9526
2016-02-15sysmobts: make clock calibration eeprom default (again?)Harald Welte1-0/+1
2016-02-15abis.c: Fix segfault on OML link lossHarald Welte1-4/+6
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte5-97/+173
2016-02-15don't touch OML MO when PHY link is establishedHarald Welte2-9/+9
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte19-533/+1185
2016-02-15TRX: Move scheduler to src/commonHarald Welte11-271/+15
2016-02-15TRX: scheduler: Remove dependency to trx_if.[ch]Harald Welte3-11/+14
2016-02-15TRX: scheduler: Move trx_sched_clock() to scheduler_trx.cHarald Welte5-230/+229
2016-02-15TRX: scheduler: don't access l1h->config from schedulerHarald Welte3-1/+6
2016-02-15TRX: call trx_loop_sacch_clock from TRX scheduler backendHarald Welte2-6/+6
2016-02-15TRX: split scheduler in generic part and backend partHarald Welte4-1362/+1440
2016-02-15TRX: factor out the scheduler from remaining codeHarald Welte7-411/+473