aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Welte2-4/+26
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 Welte15-836/+495
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte8-731/+454
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte6-6/+17
2016-01-22common/support.c: Remove unused fileHarald Welte1-86/+0
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg2-15/+26
2016-01-21OCTPHY: Don't have files in EXTRA_DIST that don't exist (anymore)Harald Welte1-1/+1
2016-01-17Make T200 default initialization even more robustHarald Welte1-2/+3
2016-01-17Fix T200 default valuesHarald Welte1-1/+1
2016-01-16TRX: the L1SAP queue contains mac blocks, not bursts (cosmetic)Harald Welte1-2/+2
2016-01-16TRX: Don't hard-code 23 bytes, use GSM_MACBLOCK_LENHarald Welte2-17/+17
2016-01-16TRX: Don't use magic numbers when we have #definesHarald Welte4-23/+23
2016-01-16TRX: replace some more 2715648 magic numbers with GSM_HYPERFRAMEHarald Welte2-6/+3
2016-01-16TRX: scheduler: whitespace cleanupHarald Welte1-5/+5
2016-01-16TRX: schedule: remove dead codeHarald Welte1-6/+0
2016-01-16TRX: make trx_chan_desc static, it is not used externallyHarald Welte1-1/+1
2016-01-16use existing #define for FR/EFR frame length (33/31)Harald Welte2-15/+18
2016-01-16move 'GSM_FR_BYTES' and related definitiions to common partHarald Welte1-7/+0
2016-01-16TRX: Reduce magic numbers, introduce GSM_HYPERFRAME for 2715648Harald Welte1-16/+20
2016-01-16TRX: use const for dummy and fcch burst definitionsHarald Welte1-5/+5
2016-01-16TRX: mark scheduler data structures as 'const'Harald Welte2-22/+22
2016-01-16TRX: some comments dscribing the scheduler.[ch] APIHarald Welte2-5/+36
2016-01-16sysmoBTS: port 'press Ctrl+C twice for immediate exit' from osmo-bts-trxHarald Welte1-2/+5
2016-01-16TRX: Add stub bts_model_change_power() functionHarald Welte1-0/+6
2016-01-16TRX: remove obsolete get_mac() functionHarald Welte1-37/+0
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 Welte3-37/+98