aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-02Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol4-21/+29
2019-07-02Transceiver: Drop use of GSM::Time from trx_ul_burst_indPau Espin Pedrol2-7/+11
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 Pedrol2-13/+11
2019-07-02Transceiver: Move nbits burst size calculation to pullRadioVector()Pau Espin Pedrol2-11/+11
2019-07-02Transceiver: Drop unused rssi_valid struct fieldPau Espin Pedrol2-5/+0
2019-07-01Transceiver: refactor: gather uplink burst parameters in structPau Espin Pedrol2-53/+48
2019-07-01Introduce structs to encode TRXD packetsPau Espin Pedrol3-11/+46
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild3-9/+10
2019-06-09lms: Fix stream_stats checks with overrun/underrunPau Espin Pedrol1-4/+4
2019-06-06lms: Drop unusued variable masterClockRatePau Espin Pedrol2-5/+0
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol3-20/+5
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol4-37/+57
2019-05-24lms: Fix stream_stats checks with droppedPacketsPau Espin Pedrol1-3/+5
2019-05-06lms: Use smpl_buf to recover from timestamp jumpsPau Espin Pedrol3-13/+67
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol9-8/+19
2019-05-06Introduce LOGCHAN macro to standarize logging channel infoPau Espin Pedrol2-36/+36
2019-05-04smpl_buf: Remove dbg log line with duplicated infoPau Espin Pedrol1-4/+4
2019-05-04smpl_buf: Remove unused clk_rt variable (fixup)Pau Espin Pedrol1-2/+0
2019-05-03smpl_buf: Remove unused clk_rt variablePau Espin Pedrol3-8/+7
2019-05-03device: Drop unused numberRead/numberWritten APIsPau Espin Pedrol7-33/+1
2019-05-03Move smpl_buf out of uhd dir to re-use it in other devicesPau Espin Pedrol4-3/+3
2019-05-03uhd: Avoid reallocation of buffers every readPau Espin Pedrol2-15/+10
2019-05-03cosmetic: uhd: Use loglevel ERROR instead of ERRPau Espin Pedrol1-11/+11
2019-05-03uhd: smpl_buf: Use TIMESTAMP type in str_statusPau Espin Pedrol2-3/+3
2019-05-03uhd: smpl_buf: Drop UHD specifics out back to UHDDevicePau Espin Pedrol3-25/+4
2019-05-03cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definitio...Pau Espin Pedrol5-362/+455
2019-04-25lms: Catch and log dropped packets by HW during recvPau Espin Pedrol2-0/+9
2019-04-25lms: Remove unused var m_last_tx_overrunsPau Espin Pedrol2-2/+0
2019-04-25lms: Remove references to ALERT loglevelPau Espin Pedrol1-21/+21
2019-04-25lms: Log underrun/overrun eventsPau Espin Pedrol1-2/+10
2019-04-25Move duplicated thread_enable_cancel to CommonLibsPau Espin Pedrol2-12/+0
2019-04-25lms: Improve log during flush recv errorPau Espin Pedrol1-1/+1
2019-04-25lms: flush_recv: alloc buf on stack instead of heapPau Espin Pedrol1-3/+1