aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* trx_rate_ctr: Fix immediate rescheduling on per-sec thresholdsPau Espin Pedrol2020-06-291-2/+2
* cosmetic: trx_rate_ctr: Fix whitespacePau Espin Pedrol2020-06-291-1/+1
* UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna()Vadim Yanitskiy2020-06-291-2/+16
* {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGainPau Espin Pedrol2020-06-252-7/+11
* Drop old TxGain APIs from parent radioDevice abstract classPau Espin Pedrol2020-06-255-50/+20
* LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output powerPau Espin Pedrol2020-06-252-51/+144
* osmo-trx.spec.in: Use %config(noreplace) to retain current config fileHarald Welte2020-06-241-2/+2
* Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWERPau Espin Pedrol2020-06-221-4/+1
* proto_trxd: Fix UndefinedBehaviorSanitizer from ubsanPau Espin Pedrol2020-06-191-1/+1
* RPM spec file: Require uhd-firmware for osmo-trx-uhdHarald Welte2020-06-171-0/+1
* UHDDevice: Compute TxGain on UHD API based on expected Tx output powerPau Espin Pedrol2020-06-152-44/+55
* radioInterface: Operate on real Tx power attenuation rather than on device specific gainsPau Espin Pedrol2020-06-097-61/+59
* UHDDevice: Implement getNominalTxPower() based on TxFrequencyPau Espin Pedrol2020-06-092-6/+90
* Transceiver: Implement TRXC cmd NOMTXPOWERPau Espin Pedrol2020-06-0810-0/+50
* Transceiver: Fix extra space in RSP NOISELEV errorPau Espin Pedrol2020-05-291-1/+1
* Transceiver: Log when sending of CLK indications beginsPhilipp Maier2020-05-261-0/+2
* doc: switch log levels to noticePhilipp Maier2020-05-234-4/+4
* Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith2020-05-221-1/+4
* contrib: integrate RPM specOliver Smith2020-05-193-9/+32
* contrib: import RPM specOliver Smith2020-05-191-0/+189
* Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol2020-05-091-1/+1
* prbs-tool: Don't require C99Harald Welte2020-05-071-2/+5
* utils: Ensure content of this directory is included in 'make dist'Harald Welte2020-05-021-0/+2
* prbs-tool: Add error simulation capabilitiesHarald Welte2020-05-021-12/+79
* PRBS tool sending PRBS sequence to TRXHarald Welte2020-05-024-1/+327
* transceiver: get rid of the ctrl threadsEric2020-04-143-75/+124
* doc: apply an rssi-offset of 28 by default.Philipp Maier2020-04-141-0/+3
* transceiver: check the right vectorEric2020-04-141-2/+2
* configure.ac: fix libtool issue with clang and sanitizerEric2020-04-111-0/+5
* doc: do not set the base-port of the trxPhilipp Maier2020-04-014-4/+0
* debug: use LOGL_NOTICE for log category DDEVPhilipp Maier2020-03-251-1/+1
* radioDevice: Drop unused isControl param from WriteSamples APIPau Espin Pedrol2020-03-127-26/+18
* radioDevice: Drop unused RSSI param from readSamples APIPau Espin Pedrol2020-03-127-14/+11
* cosmetic: fix several typos found by codespellPau Espin Pedrol2020-02-253-4/+4
* debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol2020-02-191-1/+1
* debug.h: Avoid printing pthread_t typePau Espin Pedrol2020-02-193-4/+37
* contrib/jenkins.sh: Reorder sanity checksPau Espin Pedrol2020-02-191-7/+14
* lms: Initial multi-arfcn supportPau Espin Pedrol2020-01-151-7/+17
* lms: Make ts_offset and smpl rate coefs device-specificPau Espin Pedrol2020-01-151-8/+12
* lms: Store device type specific parameters in one placePau Espin Pedrol2020-01-154-26/+119
* lms: Move rx_buffers allocation to constructorPau Espin Pedrol2020-01-151-4/+5
* lms: Make reference to std::vector unambiguousPau Espin Pedrol2020-01-151-1/+1
* lms: Change radioDevice constructor arg name to avoid masking instance attrPau Espin Pedrol2020-01-136-9/+9
* lms: Improve smpl_buf error loggingPau Espin Pedrol2020-01-131-2/+3
* smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol2020-01-132-3/+5
* lms: Drop unused definePau Espin Pedrol2020-01-071-1/+0
* lms: Move initialization of field started to constructorPau Espin Pedrol2020-01-071-3/+1
* doc: Update vty reference xml filePau Espin Pedrol2020-01-071-46/+135
* radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictionsPau Espin Pedrol2020-01-072-22/+59
* doc: clarify number of channels on B210 with multi-arfcn enabledPau Espin Pedrol2020-01-071-4/+5