aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-26ipc: fix driver test restartewild/nextEric1-1/+2
2020-08-26ipc: remove uhd depEric2-5/+4
2020-08-26ipc: manually poll chan sock fdsEric2-17/+62
2020-08-26devices: reset internal smart sample buffers upon stopEric4-2/+22
2020-08-26ipc:remove unused functionEric1-1/+0
2020-08-26ipc: print initial tsEric1-1/+1
2020-08-26ipc: device, reorder includesEric1-6/+8
2020-08-26ipc: shm unused cleanupEric1-2/+0
2020-08-26ipc: increase read timeout, flush proper buf numberEric1-2/+7
2020-08-26ipc: proper tx attenuationEric8-114/+174
2020-08-26ipc: fix per channel start/stop, ipc uhd backendEric5-25/+120
2020-08-26ipc: fix the log messages for the channelsEric1-3/+9
2020-08-26contrib/osmo-trx.spec.in: add osmo-trx-ipcOliver Smith1-2/+35
2020-08-26contrib/systemd/osmo-trx-ipc.service: new fileOliver Smith2-1/+17
2020-08-26IPCDevice.h: remove limesuite includeOliver Smith1-1/+0
2020-08-26configure.ac: add --with-ipcOliver Smith1-0/+6
2020-08-26gitignore: add new binariesOliver Smith1-0/+4
2020-08-26ipc: add master socket number/path parametersEric3-11/+68
2020-08-26shm: fix alignmentEric1-4/+4
2020-08-26ipc: gain settingEric1-6/+25
2020-08-26ipc: make ipc server uhd output more verboseEric1-0/+6
2020-08-26ipc: print received path delay valueEric1-0/+2
2020-08-26ipc: adjust over/underflow reportingEric1-5/+14
2020-08-26v1Eric22-897/+2305
2020-08-26spawn the client as a threadEric8-55/+131
2020-08-26silence warningsEric1-6/+6
2020-08-26no undefined behavior by adding/substracting values != 0 from null ptrEric1-6/+7
2020-08-26shm: fix warningsEric1-4/+4
2020-08-26ipc: fix shm size calculationEric1-5/+5
2020-08-26WIP: commentsPau Espin Pedrol1-0/+41
2020-08-26WIP: osmo-trx-ipcPau Espin Pedrol9-0/+1831
2020-08-14add kernel style .clang-format with 120 chars per line limitEric1-0/+521
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol11-7/+32
2020-07-27Transceiver: Add several rate_ctr for rx error conditionsPau Espin Pedrol4-5/+33
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-17Introduce CTR log categoryPau Espin Pedrol3-19/+26
2020-07-17trx_rate_ctr: Lower some log levelsPau Espin Pedrol1-6/+6
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 Pedrol5-6/+20
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 Pedrol6-10/+80
2020-07-10trx_rate_ctr: Fix locking wrong mutexPau Espin Pedrol1-1/+1
2020-07-01doc/manuals: Update thread documentation after dropping CTRL sock threadsPau Espin Pedrol1-10/+5
2020-07-01TransceiverState: Initialize ctrs field in constructorPau Espin Pedrol1-0/+1
2020-06-29Introduce rate counter tx_stale_burstsPau Espin Pedrol6-7/+73
2020-06-29Rename device specific rate counter multi-thread helpersPau Espin Pedrol2-49/+49