aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
AgeCommit message (Expand)AuthorFilesLines
2020-08-25osmo-trx-ipcEric Wild19-2/+3636
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol4-1/+17
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol1-5/+15
2020-07-27Transceiver: Check log level before generating burst str representationPau Espin Pedrol1-1/+1
2020-07-17Transceiver: Lower some log levels which have an associated counterPau Espin Pedrol1-5/+5
2020-07-17Transceiver: Restrict conditions where FN gaps are detectedPau Espin Pedrol1-1/+1
2020-07-15Transceiver: Use already obtained value from Rx msg structurePau Espin Pedrol1-1/+1
2020-07-15Transceiver: Provide initial value for TransceiverState::mFiller in constructorPau Espin Pedrol1-1/+1
2020-07-10Add rate counter for missing Txbursts when scheduled towards the radioInterfacePau Espin Pedrol1-4/+11
2020-07-10Transceiver: Fix race condition obtaining Dl burst from Upper layerPau Espin Pedrol3-23/+17
2020-07-10Introduce rate counters to detect issues in received Dl bursts from TRXDPau Espin Pedrol2-8/+56
2020-07-01TransceiverState: Initialize ctrs field in constructorPau Espin Pedrol1-0/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol2-0/+14
2020-06-29UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna()Vadim Yanitskiy1-2/+16
2020-06-25{UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific...Pau Espin Pedrol2-7/+11
2020-06-25Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol5-50/+20
2020-06-25LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output powerPau Espin Pedrol2-51/+144
2020-06-22Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWERPau Espin Pedrol1-4/+1
2020-06-19proto_trxd: Fix UndefinedBehaviorSanitizer from ubsanPau Espin Pedrol1-1/+1
2020-06-15UHDDevice: Compute TxGain on UHD API based on expected Tx output powerPau Espin Pedrol2-44/+55
2020-06-09radioInterface: Operate on real Tx power attenuation rather than on device sp...Pau Espin Pedrol7-61/+59
2020-06-09UHDDevice: Implement getNominalTxPower() based on TxFrequencyPau Espin Pedrol2-6/+90
2020-06-08Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol10-0/+50
2020-05-29Transceiver: Fix extra space in RSP NOISELEV errorPau Espin Pedrol1-1/+1
2020-05-26Transceiver: Log when sending of CLK indications beginsPhilipp Maier1-0/+2
2020-05-09Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol1-1/+1
2020-04-14transceiver: get rid of the ctrl threadsEric3-75/+124
2020-04-14transceiver: check the right vectorEric1-2/+2
2020-03-12radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol7-26/+18
2020-03-12radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol7-14/+11
2020-02-25cosmetic: fix several typos found by codespellPau Espin Pedrol1-2/+2
2020-01-15lms: Initial multi-arfcn supportPau Espin Pedrol1-7/+17
2020-01-15lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol1-8/+12
2020-01-15lms: Store device type specific parameters in one placePau Espin Pedrol2-25/+117
2020-01-15lms: Move rx_buffers allocation to constructorPau Espin Pedrol1-4/+5
2020-01-15lms: Make reference to std::vector unambiguousPau Espin Pedrol1-1/+1
2020-01-13lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol6-9/+9
2020-01-13lms: Improve smpl_buf error loggingPau Espin Pedrol1-2/+3
2020-01-13smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2-3/+5
2020-01-07lms: Drop unused definePau Espin Pedrol1-1/+0
2020-01-07lms: Move initialization of field started to constructorPau Espin Pedrol1-3/+1
2020-01-07radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2-22/+59
2020-01-07uhd: Improve some logging lines printing UHD pretty-print outputPau Espin Pedrol1-3/+6
2020-01-07uhd: Use DEVDRV log category and support UHD >=3.11 logging frameworkPau Espin Pedrol1-12/+48
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol2-2/+2
2019-12-20Transceiver.cpp: Introduce and use new logging categoriesPau Espin Pedrol1-35/+35
2019-12-19uhd: use value already cached in tmp variablePau Espin Pedrol1-1/+1
2019-12-03trx: exit() on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-11-27Transceiver: Fix wrong response upon CMD HANDOVER failurePau Espin Pedrol1-1/+1
2019-10-21vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris1-3/+3