aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-27trxcon mssdr patchmstrxEric9-37/+483
2022-10-27trxcon 0f64b7c12404c0ed45779b165270f40da4970b99Eric50-7816/+7492
2022-10-27 trxcon/upper loop thread merge hackEric6-19/+34
2022-10-27new msEric49-52/+7941
2022-07-19clean up mutex, scopedlock, and signal classesEric12-236/+93
2022-07-19add linked trxcon copyEric Wild31-0/+10547
2022-07-19rename noisevector class -> avgvectorEric3-8/+23
2022-07-19xray ignoresEric8-0/+30
2022-07-19ignore vscode dirsEric1-0/+3
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'2022q2Vadim Yanitskiy2-3/+3
2021-12-14treewide: remove FSF address2022q12021q4Oliver Smith25-100/+0
2021-11-16Bump version: 1.3.1.28-019d-dirty → 1.4.01.4.0Pau Espin Pedrol5-10/+49
2021-10-25LMSDevice: LMS_GetDeviceList() may return a negative numberVadim Yanitskiy1-3/+4
2021-10-25IPCDevice: check value returned from select()Vadim Yanitskiy1-1/+6
2021-10-25IPCDevice: use thread safe strerror_r() instead of strerror()Vadim Yanitskiy1-3/+7
2021-10-25trx_rate_ctr: use thread safe strerror() in device_sig_cb()Vadim Yanitskiy1-2/+5
2021-09-21lms,uhd: Allow changing band between poweroff & poweronPau Espin Pedrol4-7/+16
2021-09-21lms,uhd: Skip re-assigning same bandPau Espin Pedrol2-4/+8
2021-09-21lms,uhd: Validate band of RxFreq tooPau Espin Pedrol2-0/+34
2021-09-21lms: Drop duplicated checkPau Espin Pedrol1-6/+0
2021-09-03computeCI: Document hardcoded multiplierPau Espin Pedrol1-1/+7
2021-09-03d/patches/build-for-debian8.patch: removeOliver Smith3-66/+0
2021-09-01cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-09-01detectGeneralBurst(): Increase log level about clipping to INFOPau Espin Pedrol1-1/+1
2021-09-01computeCI(): Constify read-only variablePau Espin Pedrol1-3/+1
2021-09-01computeCI(): Rename verbose repeated getter to constantPau Espin Pedrol1-4/+5
2021-09-01computeCI(): Constify param and pass it as referencePau Espin Pedrol1-1/+1
2021-09-01detectBurst(): constify parameterPau Espin Pedrol1-2/+2
2021-09-01detectBurst(): Clear downsampling code pathPau Espin Pedrol1-8/+12
2021-07-11lms: init bandEric1-1/+3
2021-06-16vty: printing fn offset should be signedEric1-1/+1
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol2-15/+16
2021-05-29uhd: ensure configured clock source is actually usedEric1-0/+14
2021-05-27ctrl_sock_handle_rx(): fix missing space in LOGCHAN() statementVadim Yanitskiy1-1/+1
2021-05-05add hidden fn adjustment commandEric3-1/+19
2021-04-16gitignore: remove non-existing 'doc/manuals/osmomsc-usermanual.xml'2021q1Vadim Yanitskiy1-1/+0
2021-03-01ipc: Makefile.am: Clean LDADD variablePau Espin Pedrol1-1/+2
2021-03-01Threads: Avoid printing pthread_self()Pau Espin Pedrol1-2/+2
2021-03-01Drop logging pthread IDPau Espin Pedrol2-11/+6
2021-03-01Threads.cpp: Fix missing extern C around libosmocore includePau Espin Pedrol1-0/+2
2021-02-28Bump version: 1.3.0.1-e2404 → 1.3.11.3.1Harald Welte1-0/+6
2021-02-28mark uhddev_ipc.cpp as BUILT_SOURCESHarald Welte1-2/+3
2021-02-23Bump version: 1.2.0.132-3b8f-dirty → 1.3.01.3.0Pau Espin Pedrol6-14/+164
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy4-3/+22
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+2
2021-02-17Replace my_gettid with libosmocore osmo_gettid APIPau Espin Pedrol5-39/+7
2021-02-17Threads.cpp: Use already existing gettid wrapper functionPau Espin Pedrol1-7/+1
2021-02-04sigProcLib: fix C/I computation for 8-PSK modulated burstsSylvain Munaut3-17/+38
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-0/+2