aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-23DTX: fix SID repeat schedulingMax1-0/+2
2016-09-06octphy: fix build: Revert "octphy: fix for multiple trx with more than 1 dsp"Neels Hofmeyr1-2/+1
2016-09-02common/rsl: move decision whether to chan act ack/nack to common functionNeels Hofmeyr1-2/+1
2016-08-30cosmetic: common ts_is_pdch()Neels Hofmeyr1-0/+1
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava2-3/+6
2016-08-08Fill measurements data for L1SAPMax3-3/+10
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou2-22/+33
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-2/+0
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou1-0/+1
2016-07-25prepare dyn TS: split/replace conf_lchans_for_pchan()Neels Hofmeyr1-0/+2
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-3/+3
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-2/+2
2016-06-23DTXu: move copy-pasted code to common partMax1-0/+1
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-0/+2
2016-06-18Move copy-pasted code into common partMax3-1/+11
2016-06-17dyn PDCH: implement main dyn PDCH logic in common/Neels Hofmeyr1-0/+4
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+3
2016-06-17pcu_sock: add pcu_connected() to query PCU availabilityNeels Hofmeyr1-0/+2
2016-06-16Fix OML activationMax1-0/+2
2016-06-15LC15: TRX nominal TX power can be used from EEPROM or from BTS configurationMinh-Quang Nguyen1-1/+2
2016-06-14l1sap.h: fix wrong L1SAP_FN2PTCCHBLOCK calculation according to TS 45.002 Tab...Minh-Quang Nguyen1-1/+1
2016-05-31Use libosmocore function for uplink measurementsMax1-3/+0
2016-04-29Ensure TRX invariantMax1-0/+1
2016-03-21octphy: fix for multiple trx with more than 1 dspMax1-1/+2
2016-03-10pcuif: Do not bump the PCU_IF versionHolger Hans Peter Freyther1-1/+1
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax2-2/+2
2016-02-15make PCU socket and telnet port configurableHarald Welte2-1/+7
2016-02-15declare pcu_direct in pcu_if.hHarald Welte1-0/+2
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte1-0/+3
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte2-0/+12
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte1-0/+2
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte1-0/+2
2016-02-15LC15: port litecell 1.5 support to recent osmo-bts masterHarald Welte1-0/+3
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-0/+1
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte7-19/+134
2016-02-15TRX: Move scheduler to src/commonHarald Welte3-1/+258
2016-02-03abis: Add a queue of OML messagesHarald Welte1-0/+1
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte2-0/+5
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+2
2016-01-17Fix T200 default valuesHarald Welte1-1/+1
2016-01-16TRX: replace some more 2715648 magic numbers with GSM_HYPERFRAMEHarald Welte1-0/+3
2016-01-16move 'GSM_FR_BYTES' and related definitiions to common partHarald Welte1-0/+7
2016-01-16LAPDm: Use T200 settings from OML rather than libosmocore defaultsHarald Welte1-0/+4
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte2-1/+2
2015-09-22Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-1/+1
2015-09-22Allow one or more TRX to configure via VTYAndreas Eversberg1-1/+1
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+1
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+2
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg3-0/+10
2015-09-22move MS power control handling from sysmobts to common partHarald Welte3-1/+11