aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-27contrib/osmo-trx.spec.in: add osmo-trx-ipcosmith/ipcOliver Smith1-2/+35
2020-05-27contrib/systemd/osmo-trx-ipc.service: new fileOliver Smith2-1/+17
2020-05-27IPCDevice.h: remove limesuite includeOliver Smith1-1/+0
2020-05-27configure.ac: add --with-ipcOliver Smith1-0/+6
2020-05-27gitignore: add new binariesOliver Smith1-0/+4
2020-05-27ipc: add master socket number/path parametersEric3-11/+68
2020-05-27shm: fix alignmentEric1-4/+4
2020-05-27ipc: gain settingEric1-6/+25
2020-05-27ipc: make ipc server uhd output more verboseEric1-0/+6
2020-05-27ipc: print received path delay valueEric1-0/+2
2020-05-27ipc: adjust over/underflow reportingEric1-5/+14
2020-05-27ipc: remove intermediate class used for debuggingEric4-261/+16
2020-05-27ipc: update the licensesEric12-29/+145
2020-05-27v1Eric22-847/+2382
2020-05-27scaling valEric2-0/+2
2020-05-27add kernel style .clang-format with 120 chars per line limitEric1-0/+521
2020-05-27spawn the client as a threadEric8-55/+131
2020-05-27silence warningsEric1-6/+6
2020-05-27no undefined behavior by adding/substracting values != 0 from null ptrEric1-6/+7
2020-05-27shm: fix warningsEric1-4/+4
2020-05-27ipc: fix shm size calculationEric1-5/+5
2020-05-27WIP: commentsPau Espin Pedrol1-0/+41
2020-05-27WIP: osmo-trx-ipcPau Espin Pedrol9-0/+1831
2020-05-26Transceiver: Log when sending of CLK indications beginsPhilipp Maier1-0/+2
2020-05-23doc: switch log levels to noticePhilipp Maier4-4/+4
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+4
2020-05-19contrib: integrate RPM specOliver Smith3-9/+32
2020-05-19contrib: import RPM specOliver Smith1-0/+189
2020-05-09Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol1-1/+1
2020-05-07prbs-tool: Don't require C99Harald Welte1-2/+5
2020-05-02utils: Ensure content of this directory is included in 'make dist'Harald Welte1-0/+2
2020-05-02prbs-tool: Add error simulation capabilitiesHarald Welte1-12/+79
2020-05-02PRBS tool sending PRBS sequence to TRXHarald Welte4-1/+327
2020-04-14transceiver: get rid of the ctrl threadsEric3-75/+124
2020-04-14doc: apply an rssi-offset of 28 by default.Philipp Maier1-0/+3
2020-04-14transceiver: check the right vectorEric1-2/+2
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-04-01doc: do not set the base-port of the trxPhilipp Maier4-4/+0
2020-03-25debug: use LOGL_NOTICE for log category DDEVPhilipp Maier1-1/+1
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 Pedrol3-4/+4
2020-02-19debug.h: Fix print format of chan in CLOGCHANPau Espin Pedrol1-1/+1
2020-02-19debug.h: Avoid printing pthread_t typePau Espin Pedrol3-4/+37
2020-02-19contrib/jenkins.sh: Reorder sanity checksPau Espin Pedrol1-7/+14
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 Pedrol4-26/+119
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