aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
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-26device: Use LOGCHAN in set_antennas()Pau Espin Pedrol1-4/+4
2019-08-26lms: Log available antennas if requested antenna failsPau Espin Pedrol2-2/+23
2019-08-26Transceiver: Enable EDGE detection only on PDCH timeslotsPau Espin Pedrol1-6/+2
2019-08-26Transceiver: exit process when BTS drops connectionPau Espin Pedrol2-30/+53
2019-08-26Transceiver: Fix idle ul burst indications being droppedPau Espin Pedrol1-1/+2
2019-08-26Transceiver: Clean up receival of downlink burstsPau Espin Pedrol2-25/+31
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 Pedrol8-32/+0
2019-08-14osmo-trx: log to stderr on signal receivedPau Espin Pedrol1-2/+2
2019-08-07Transceiver: Add missing include netinet/in.hPau Espin Pedrol1-0/+1
2019-08-01Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol3-6/+6
2019-08-01Move README.DFEsymbolspaced to utils/matlabPau Espin Pedrol1-14/+0
2019-08-01Move Transceiver52/README to UserManualPau Espin Pedrol2-37/+0
2019-08-01Move matlab files under utils/matlabPau Espin Pedrol2-98/+0
2019-08-01Move inband-signaling-usb documentation to UserManualPau Espin Pedrol1-314/+0
2019-08-01lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctrPau Espin Pedrol2-28/+61
2019-07-29usrp1: don't check for non-null underrun pointerPau Espin Pedrol1-2/+2
2019-07-29radioInterface: Clarify how underruns are handled driving a radioDevicePau Espin Pedrol1-1/+3
2019-07-23Transceiver: Clean up code passing parameters to threadsPau Espin Pedrol2-45/+37
2019-07-23Transceiver: Store TRXD version per channelPau Espin Pedrol2-8/+9
2019-07-22Bind CTRL port to IP addr specified in VTY configPau Espin Pedrol1-1/+1
2019-07-22Add SPDX annotationPau Espin Pedrol36-2/+76
2019-07-22cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol9-34/+33
2019-07-21radioInterface.cpp: Fix missing member initialization of RadioInterface()Harald Welte1-1/+2
2019-07-21CorrelationSequence: fix initialization of class membersHarald Welte1-1/+1
2019-07-21ChannelizerBase: fix initialization of class membersHarald Welte1-1/+2
2019-07-20trxd_fill_common(): fix TRXD header version codingVadim Yanitskiy1-1/+1
2019-07-20proto_trxd.c: Use bit-wise AND, not boolean ANDHarald Welte1-1/+1
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 Pedrol3-3/+98
2019-07-19Transceiver: Support SETFORMAT commandPau Espin Pedrol1-0/+14
2019-07-19Transceiver: Move out TRXD socket send code to prepare for TRXDv1Pau Espin Pedrol5-55/+129
2019-07-19Logger: global Log mutex is now available from C codePau Espin Pedrol1-0/+4
2019-07-19sigProcLib: Add C/I (Carrier-to-Interference ratio) computationSylvain Munaut2-13/+51
2019-07-19sigProcLib: detectAnyBurst(): make TSC used to detect burst available to callerPau Espin Pedrol2-1/+7
2019-07-19sigProcLib: detectAnyBurst() family: Use struct to gather all out paramsPau Espin Pedrol3-45/+45
2019-07-17Fix spelling discovered by lintianRuben Undheim1-1/+1
2019-07-03Transceiver: Support pulling idle frames in pullRadioVector()Pau Espin Pedrol2-11/+20
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 Pedrol2-18/+53