aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Transceiver: Add missing include netinet/in.hPau Espin Pedrol1-0/+1
2019-07-23Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol1-18/+24
2019-07-23Transceiver: Store TRXD version per channelPau Espin Pedrol1-7/+8
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
2019-07-19Transceiver: Initialize mExtRACH in constructorPau Espin Pedrol1-1/+2
2019-07-19driveTxPriorityQueue(): enrich logging messageVadim Yanitskiy1-1/+3
2019-07-19driveTxPriorityQueue(): check if message header format is supportedVadim Yanitskiy1-0/+12
2019-07-19driveTxPriorityQueue(): use trxd_hdr_common for message parsingVadim Yanitskiy1-6/+10
2019-07-19driveTxPriorityQueue(): cosmetic: use proper type for TDMA TNVadim Yanitskiy1-1/+1
2019-07-19Transceiver: Support TRXD v1Pau Espin Pedrol1-2/+15
2019-07-19Transceiver: Support SETFORMAT commandPau Espin Pedrol1-0/+14
2019-07-19Transceiver: Move out TRXD socket send code to prepare for TRXDv1Pau Espin Pedrol1-29/+13
2019-07-19sigProcLib: detectAnyBurst() family: Use struct to gather all out paramsPau Espin Pedrol1-5/+5
2019-07-03Transceiver: Support pulling idle frames in pullRadioVector()Pau Espin Pedrol1-11/+19
2019-07-03Transceiver: pullRadioVector(): Move initialization of var to start of functionPau Espin Pedrol1-2/+3
2019-07-03Transceiver: Simplify code on early error return when calling detectAnyBurstPau Espin Pedrol1-8/+4
2019-07-03Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVectorPau Espin Pedrol1-6/+5
2019-07-02Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol1-14/+50
2019-07-02Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol1-7/+15
2019-07-02Transceiver: Drop use of GSM::Time from trx_ul_burst_indPau Espin Pedrol1-6/+9
2019-07-02Transceiver: Move soft bits normalization to pullRadioVector()Pau Espin Pedrol1-3/+3
2019-07-02Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioV...Pau Espin Pedrol1-12/+10
2019-07-02Transceiver: Move nbits burst size calculation to pullRadioVector()Pau Espin Pedrol1-11/+10
2019-07-02Transceiver: Drop unused rssi_valid struct fieldPau Espin Pedrol1-4/+0
2019-07-01Transceiver: refactor: gather uplink burst parameters in structPau Espin Pedrol1-48/+37
2019-07-01Introduce structs to encode TRXD packetsPau Espin Pedrol1-10/+15
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild1-7/+7
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol1-13/+2
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol1-3/+3
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy1-8/+12
2019-01-11cosmetic: Don't call the SDR "USRP" in error messageHarald Welte1-1/+1
2018-12-07transceiver: Log TRXCTRL iface responses towards osmo-bts-trxPau Espin Pedrol1-1/+2
2018-12-07Add TRXCTRL log categoryPau Espin Pedrol1-7/+7
2018-12-05transceiver: log chan on CTRL command receivedPau Espin Pedrol1-1/+1
2018-10-02Transciever: Log values causing Tx underrunPau Espin Pedrol1-1/+2
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol1-0/+16
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol1-2/+21
2018-04-25Transceiver: log timing info of stale burstsPau Espin Pedrol1-1/+2
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol1-7/+1
2018-03-14Transceiver.cpp: prevent out-of-range array accessVadim Yanitskiy1-8/+16
2018-03-14Transceiver.cpp: fix incorrect format string for SETTSCVadim Yanitskiy1-1/+1
2018-03-14Transceiver.cpp: use pointer arithmetics for CMD parsingVadim Yanitskiy1-51/+64
2018-03-14Transceiver.cpp: properly zero-terminate received commandsVadim Yanitskiy1-9/+9
2018-03-14Transceiver.cpp: use a define for the MAX_PACKET_LENGTHVadim Yanitskiy1-2/+2
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol1-9/+9
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol1-5/+6
2017-07-04transceiver: Avoid sending clock indications when trx is not powered onPau Espin Pedrol1-8/+5
2017-07-04cosmetic: transciever: Remove trailing whitespacesPau Espin Pedrol1-9/+9
2017-06-16transceiver: Fix POWEROFF crash on USRP2/N200/X300 devicesTom Tsou1-5/+4
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou1-2/+2