aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol1-27/+13
2019-07-23Transceiver: Store TRXD version per channelPau Espin Pedrol1-1/+1
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
2019-07-19Transceiver: Move out TRXD socket send code to prepare for TRXDv1Pau Espin Pedrol1-13/+1
2019-07-03Transceiver: Support pulling idle frames in pullRadioVector()Pau Espin Pedrol1-0/+1
2019-07-02Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol1-4/+3
2019-07-02Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol1-1/+3
2019-07-02Transceiver: Drop use of GSM::Time from trx_ul_burst_indPau Espin Pedrol1-1/+2
2019-07-02Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioV...Pau Espin Pedrol1-1/+1
2019-07-02Transceiver: Move nbits burst size calculation to pullRadioVector()Pau Espin Pedrol1-0/+1
2019-07-02Transceiver: Drop unused rssi_valid struct fieldPau Espin Pedrol1-1/+0
2019-07-01Transceiver: refactor: gather uplink burst parameters in structPau Espin Pedrol1-5/+11
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild1-1/+2
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol1-4/+0
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy1-1/+3
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol1-0/+5
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol1-10/+6
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol1-2/+5
2017-07-04transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol1-0/+1
2017-07-04cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol1-3/+2
2017-03-28Move Transceiver::demodulate() to sigProcLib to make it reusable.Alexander Chemeris1-4/+0
2017-03-24Move Transceiver::detectBurst() to sigProcLib to make it reusable.Alexander Chemeris1-4/+0
2017-03-24Move CorrType type from Transceiver to sigProcLib.Alexander Chemeris1-9/+0
2016-07-01egprs: Enable 8-PSK burst detection when EDGE is enabledTom Tsou1-1/+2
2016-06-22transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris1-2/+2
2016-06-22transceiver: Log channel number in DEBUG output of demoded bursts.Alexander Chemeris1-1/+1
2016-04-26transceiver: Do not pass transceiver state struct to function where it's not ...Alexander Chemeris1-2/+2
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris1-0/+1
2016-04-20transceiver: Properly handle MAXDLY.Alexander Chemeris1-1/+2
2016-03-08EDGE: Add random burst generator filler optionTom Tsou1-1/+2
2016-03-08EDGE: Add interfaces to enable EDGE transceiverTom Tsou1-1/+4
2016-03-06EDGE: Setup variable sampling on receive pathTom Tsou1-1/+1
2016-03-06sigproc: Remove normal burst DFE equalizerTom Tsou1-14/+7
2015-07-30Transceiver: Add support for OsmoBTS style handover.Alexander Chemeris1-0/+1
2015-07-30Transceiver: Fix whitespace.Alexander Chemeris1-2/+2
2015-07-30transceiver: Add a debug option to dump selected timeslots to disk.Alexander Chemeris1-0/+1
2015-07-30Transceiver: Update noise level only when the timeslot is marked as IDLE.Alexander Chemeris1-1/+1
2015-07-30Transceiver: Fix clipping detection.Alexander Chemeris1-6/+6
2015-07-30Transceiver: Print noise level for each burst in debug mode.Alexander Chemeris1-1/+2
2015-07-30osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris1-6/+9
2015-05-24osmo-trx: Fix random filler command line option.Alexander Chemeris1-1/+1
2015-05-19test: Add command line random normal burst optionTom Tsou1-64/+68
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou1-5/+11
2014-12-15Transceiver52M: Allow setting gain before POWERONTom Tsou1-1/+3
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou1-2/+6
2013-11-16Transceiver52M: Create new osmo-trx executableThomas Tsou1-0/+3
2013-11-15Transceiver52M: Use independent noise vectors for each channelThomas Tsou1-3/+4
2013-11-15Transceiver52M: Refactor receive path outer burst handlingThomas Tsou1-0/+16
2013-11-15Transceiver52M: Add vectorized radio burst capabilityThomas Tsou1-1/+1
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-1/+1