aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte4-14/+14
2016-02-15make PCU socket and telnet port configurableHarald Welte6-8/+52
2016-02-15declare pcu_direct in pcu_if.hHarald Welte5-8/+4
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte5-57/+27
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 Welte13-166/+121
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 Welte9-17/+98
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte4-46/+32
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: Add example configuration file for Litecell 1.5Harald Welte1-0/+42
2016-02-15LC15: port litecell 1.5 support to recent osmo-bts masterHarald Welte10-351/+177
2016-02-15LC15: configure.ac: Allow specifying an alternate include-dirHarald Welte2-1/+12
2016-02-15LC15: configure.ac: use --enable-litecell15 insteda of --enable-litecell15-btsHarald Welte1-5/+5
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 Godin41-0/+9535
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-15Merge branch 'laforge/phy-link'Harald Welte35-651/+1602
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte7-97/+178
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 Welte29-554/+1424
2016-02-15Merge branch 'laforge/trx-split'Harald Welte16-1913/+2061
2016-02-15TRX: Move scheduler to src/commonHarald Welte12-15/+16
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
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte2-45/+12
2016-02-03L1SAP: Ensure we don't process MPH-TIME.indication on TRX != C0Harald Welte1-1/+8
2016-02-03fix compile warningsHarald Welte1-0/+1
2016-02-03abis: Add a queue of OML messagesHarald Welte3-4/+27
2016-02-03Revert "oml: temporary debug hack"Harald Welte1-6/+0
2016-02-03octphy: Look-up the right timeslot and then the logical chanHolger Hans Peter Freyther1-1/+1
2016-01-25OML: Ignore T200 settings by BSC for nowHarald Welte1-3/+18
2016-01-25lapdm: Add DEBUGP statement about T200 values being set for lchanHarald Welte1-0/+4
2016-01-25Fix T200 default valuesHarald Welte1-7/+7
2016-01-23main: Return something from the methodHolger Hans Peter Freyther1-0/+2
2016-01-22OCTPHY: fix 'make dist' (missing header files)Harald Welte1-1/+1
2016-01-22Merge branch 'laforge/common-main'Harald Welte20-841/+502
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte13-736/+459
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte7-6/+19
2016-01-22common/support.c: Remove unused fileHarald Welte1-86/+0
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg2-15/+26