aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-1/+1
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol1-26/+6
2020-09-01Add support for TRXC MUTE commandPau Espin Pedrol1-0/+3
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol1-0/+5
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol1-0/+3
2020-04-14transceiver: get rid of the ctrl threadsEric1-9/+31
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-09-09Transceiver: Don't stop TRX if pulling from OFF timeslotPau Espin Pedrol1-1/+1
2019-08-26Transceiver: exit process when BTS drops connectionPau Espin Pedrol1-4/+4
2019-08-21Drop old setPriority related codePau Espin Pedrol1-3/+0
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