aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Initialize parameters in osmo-trx for 11bit RACHbhargava1-0/+4
2016-10-18Replace magic number with defineMax1-4/+4
2016-10-13TRX: fix building with latest DTX changesMax1-2/+2
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-8/+19
2016-08-08osmo-bts-trx: log decoder bit errors as DEBUG, not NOTICEMike McTernan1-1/+1
2016-08-08osmo-bts-trx: Fix PCS1900 operationMike McTernan1-2/+12
2016-08-08Fill measurements data for L1SAPMax1-8/+22
2016-07-28trx: Fix coverity BER calculation NULL dereferenceTom Tsou1-6/+9
2016-07-28dyn PDCH: trx l1_if.c: drop fixme, add commentNeels Hofmeyr1-1/+1
2016-07-28dyn PDCH: complete for trx: implement bts_model_ts_[dis]connect()Neels Hofmeyr1-2/+17
2016-07-28dyn PDCH: trx l1_if.c: factor out trx_set_ts_as_pchan() from trx_set_ts()Neels Hofmeyr1-3/+20
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