aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Transceiver: Store TRXD version per channelPau Espin Pedrol2019-07-232-8/+9
* Bind CTRL port to IP addr specified in VTY configPau Espin Pedrol2019-07-221-1/+1
* Add SPDX annotationPau Espin Pedrol2019-07-2261-3/+139
* cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol2019-07-2213-41/+40
* debian/copyright: Add missing file Utils.* to LGPL-2.1+ listPau Espin Pedrol2019-07-221-0/+2
* debian/copyright: Update wrong paths in license listPau Espin Pedrol2019-07-221-3/+3
* debian/copyright: Remove non existent radioInterfaceDiversity.cpp from listPau Espin Pedrol2019-07-221-1/+0
* radioInterface.cpp: Fix missing member initialization of RadioInterface()Harald Welte2019-07-211-1/+2
* CorrelationSequence: fix initialization of class membersHarald Welte2019-07-211-1/+1
* ChannelizerBase: fix initialization of class membersHarald Welte2019-07-211-1/+2
* Timeval: Restore output stream flags after changing themHarald Welte2019-07-211-1/+2
* trxd_fill_common(): fix TRXD header version codingVadim Yanitskiy2019-07-201-1/+1
* proto_trxd.c: Use bit-wise AND, not boolean ANDHarald Welte2019-07-201-1/+1
* Transceiver: Initialize mExtRACH in constructorPau Espin Pedrol2019-07-191-1/+2
* driveTxPriorityQueue(): enrich logging messageVadim Yanitskiy2019-07-191-1/+3
* driveTxPriorityQueue(): check if message header format is supportedVadim Yanitskiy2019-07-191-0/+12
* driveTxPriorityQueue(): use trxd_hdr_common for message parsingVadim Yanitskiy2019-07-191-6/+10
* driveTxPriorityQueue(): cosmetic: use proper type for TDMA TNVadim Yanitskiy2019-07-191-1/+1
* Transceiver: Support TRXD v1Pau Espin Pedrol2019-07-193-3/+98
* Transceiver: Support SETFORMAT commandPau Espin Pedrol2019-07-191-0/+14
* Transceiver: Move out TRXD socket send code to prepare for TRXDv1Pau Espin Pedrol2019-07-195-55/+129
* Logger: global Log mutex is now available from C codePau Espin Pedrol2019-07-194-7/+79
* sigProcLib: Add C/I (Carrier-to-Interference ratio) computationSylvain Munaut2019-07-192-13/+51
* sigProcLib: detectAnyBurst(): make TSC used to detect burst available to callerPau Espin Pedrol2019-07-192-1/+7
* sigProcLib: detectAnyBurst() family: Use struct to gather all out paramsPau Espin Pedrol2019-07-193-45/+45
* Fix spelling discovered by lintianRuben Undheim2019-07-171-1/+1
* contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith2019-07-101-0/+1
* Transceiver: Support pulling idle frames in pullRadioVector()Pau Espin Pedrol2019-07-032-11/+20
* Transceiver: pullRadioVector(): Move initialization of var to start of functionPau Espin Pedrol2019-07-031-2/+3
* Transceiver: Simplify code on early error return when calling detectAnyBurstPau Espin Pedrol2019-07-031-8/+4
* Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVectorPau Espin Pedrol2019-07-031-6/+5
* Transceiver: replace UDPSocket with libosmocore socket APIPau Espin Pedrol2019-07-029-594/+53
* Transceiver: Get rid of SoftVector in struct trx_ul_burst_indPau Espin Pedrol2019-07-024-21/+29
* Transceiver: Drop use of GSM::Time from trx_ul_burst_indPau Espin Pedrol2019-07-022-7/+11
* Transceiver: Move soft bits normalization to pullRadioVector()Pau Espin Pedrol2019-07-021-3/+3
* Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector()Pau Espin Pedrol2019-07-022-13/+11
* Transceiver: Move nbits burst size calculation to pullRadioVector()Pau Espin Pedrol2019-07-022-11/+11
* Transceiver: Drop unused rssi_valid struct fieldPau Espin Pedrol2019-07-022-5/+0
* Transceiver: refactor: gather uplink burst parameters in structPau Espin Pedrol2019-07-012-53/+48
* Introduce structs to encode TRXD packetsPau Espin Pedrol2019-07-013-11/+46
* trx_{vty,rate_ctr}: Set proper license AGPLv3+Pau Espin Pedrol2019-06-252-13/+19
* Remove AUTHORS filePau Espin Pedrol2019-06-252-128/+1
* Add option to set stack size in config file, default == 0 == OS defaultEric Wild2019-06-178-12/+38
* Add VTY commands to set error ctr thresholdsPau Espin Pedrol2019-06-116-11/+391
* lms: Fix stream_stats checks with overrun/underrunPau Espin Pedrol2019-06-091-4/+4
* lms: Drop unusued variable masterClockRatePau Espin Pedrol2019-06-062-5/+0
* doc: vty: Update trx_vty_reference.xmlPau Espin Pedrol2019-06-051-43/+138
* Rename and move STOP signal from Transceiver to mainPau Espin Pedrol2019-06-054-24/+9
* Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol2019-06-058-37/+262
* debian: create -doc subpackage with pdf manualsOliver Smith2019-05-295-18/+37