aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol1-35/+35
2019-11-27Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-09-09Transceiver: Don't stop TRX if pulling from OFF timeslotPau Espin Pedrol1-8/+16
2019-09-09Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tnPau Espin Pedrol1-13/+13
2019-09-06Transceiver: Log error condition no burst in pullRadioVector()Pau Espin Pedrol1-1/+3
2019-09-06Transceiver: Use LOGCHAN in logRxBurst to unify log formatPau Espin Pedrol1-2/+1
2019-09-06Transceiver: Fix logging TN and versionPau Espin Pedrol1-4/+4
2019-08-26Transceiver: Enable EDGE detection only on PDCH timeslotsPau Espin Pedrol1-6/+2
2019-08-26Transceiver: exit process when BTS drops connectionPau Espin Pedrol1-26/+49
2019-08-26Transceiver: Fix idle ul burst indications being droppedPau Espin Pedrol1-1/+2
2019-08-26Transceiver: Clean up receival of downlink burstsPau Espin Pedrol1-25/+24
2019-08-26Transceiver: Check return value when binding IP addr for clock socketPau Espin Pedrol1-0/+2
2019-08-26Transceiver: fix segfault during init if IP addr binding failsPau Espin Pedrol1-3/+5
2019-08-21Drop old setPriority related codePau Espin Pedrol1-8/+0
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