aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou4-60/+134
2016-07-28trx: Add EGPRS coding and decoding proceduresTom Tsou2-8/+1028
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou10-4/+2443
2016-07-14osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLEDNeels Hofmeyr1-11/+1
2016-07-09log: osmo-bts-trx: change PDTCH block logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09log: osmo-bts-trx: change access burst logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-0/+1
2016-06-27TRX: add Uplink DTX support for FR/HRMax1-3/+13
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-7/+2
2016-06-22Clarify logging messageMax1-1/+1
2016-06-21Use libosmocodec functions for AMRMax4-107/+21
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-16TRX: Add vty command to power on/off transceiverMax2-3/+23
2016-06-16Fix OML activationMax2-4/+12
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-9/+7
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte1-3/+3
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte7-297/+431
2016-02-15TRX: Move scheduler to src/commonHarald Welte10-1889/+10
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-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-246/+21
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte3-2/+9
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-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-16TRX: Add stub bts_model_change_power() functionHarald Welte1-0/+6
2016-01-16TRX: remove obsolete get_mac() functionHarald Welte1-37/+0
2015-11-05TRX: catch up with trhe amr_mode naming changesHarald Welte2-11/+11
2015-11-05Don't blindly link against '-lortp' but use pkg-config for thatHarald Welte1-2/+2
2015-09-22TRX: Add missing call to abis_init()Harald Welte1-0/+2
2015-09-22make osmo-bts-trx provide bts_model_adjst_ms_pwr()Harald Welte1-0/+7
2015-09-22trx: fix potential use of uninitialized toa variable.Alexander Chemeris1-1/+1
2015-09-22trx: Send POWERON/OFF commands to osmo-bts only for the first channel.Alexander Chemeris1-2/+8
2015-09-22trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris1-1/+2
2015-09-22trx: Cleanup unused parts of loops.cAlexander Chemeris1-7/+2
2015-09-22trx: Remove unused variables.Alexander Chemeris1-2/+2
2015-09-22trx: Fix typo in a log message.Alexander Chemeris1-1/+1