aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
AgeCommit message (Expand)AuthorFilesLines
2018-10-02CommonLibs/Makefile.am: Specify libcommon_la_LIBADDPau Espin Pedrol1-0/+1
2018-09-28Use pthread_setname_np to name threadsPau Espin Pedrol2-2/+23
2018-09-10Vector: Copy arrays in a sane way for non-trivially copyable typesPau Espin Pedrol1-3/+8
2018-09-10cosmetic: Fix trailing whitespace in several filesPau Espin Pedrol1-1/+1
2018-09-10SigProcLib: Use available copyTo Vector API instead of memcopyPau Espin Pedrol1-1/+1
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol2-0/+36
2018-09-03Logger: Disable pthread cancel point inside Logger destructorPau Espin Pedrol1-0/+3
2018-08-27vty: Fix typo in gpsdo clock reference typePau Espin Pedrol1-1/+1
2018-08-17logging: Introduce new "DDEV" category for device-specific codeHarald Welte2-1/+8
2018-07-31Fix config file saving of {tx,rx}-path VTY config stringsHarald Welte1-2/+2
2018-06-13lms: Several improvements and compilation/runtime fixesPau Espin Pedrol3-0/+10
2018-05-09trx_vty.c: fix: use CONFIG_NODE as parent by defaultVadim Yanitskiy1-1/+3
2018-04-27build: Fix make distcheckPau Espin Pedrol1-4/+0
2018-04-25Logger: Print correct source file and line numberPau Espin Pedrol2-5/+8
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol2-1/+468
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol2-1/+22
2018-02-27Logger: Use libosmocore logging systemPau Espin Pedrol3-112/+29
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol5-2/+208
2018-02-20Logger: Remove gLogToConsole flagPau Espin Pedrol2-15/+8
2018-02-20Logger: Remove unused includesPau Espin Pedrol1-4/+0
2018-02-20Logger: Drop support to log into filePau Espin Pedrol1-19/+1
2018-02-20Logger: Drop syslog supportPau Espin Pedrol2-39/+12
2018-02-20Logger: get rid of alarm APIsPau Espin Pedrol2-51/+0
2018-02-20Logger: Remove unused logging macrosPau Espin Pedrol1-17/+0
2018-02-20Logger: Drop unused gLogEarlyPau Espin Pedrol2-35/+0
2018-01-23Remove unneeded libdl dependencyPau Espin Pedrol1-1/+1
2018-01-11Remove UDDSocket classPau Espin Pedrol2-67/+0
2018-01-10Sockets.cpp: Fix initialization of UDD socketPau Espin Pedrol1-0/+1
2018-01-10Set up GNU Autotest infrastructurePau Espin Pedrol8-529/+0
2018-01-09Remove Configuration module and libsqlite dependencyPau Espin Pedrol6-1928/+6
2018-01-09Drop use of ConfigurationTable gConfigPau Espin Pedrol2-9/+0
2018-01-09Logger: Stop using Log.File and Log.Level from configPau Espin Pedrol2-93/+17
2018-01-09Logger: Stop using Log.Alarms.Max from configPau Espin Pedrol2-13/+2
2018-01-09cosmetic: Remove trailing whitespacePau Espin Pedrol2-6/+1
2018-01-04Remove unused headersMax1-4/+0
2017-11-07SocketsTest: Fix printing of non-nul-terminated stringHarald Welte1-1/+2
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol3-13/+13
2017-06-19common: Declare explicit Vector move constructorTom Tsou1-2/+2
2017-06-08PRBS: a Pseudo-random binary sequence (PRBS) generator class.Alexander Chemeris3-0/+156
2017-05-30BitVector: Remove Generator class.Alexander Chemeris2-86/+0
2017-05-30Configuration: Variables allocated with 'new' must be freed with 'delete'.Alexander Chemeris1-3/+3
2017-04-03Configuration: Fix const and signedness compile warningsTom Tsou2-2/+2
2017-03-24vector: Introduce shrink() function to shrink vector size without loosing data.Alexander Chemeris1-0/+7
2017-03-24vector: Introduce segmentMove() method to move data inside of a vector.Alexander Chemeris1-0/+15
2017-03-22BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits.Alexander Chemeris2-13/+13
2017-03-22BitVector: Remove convolutional codec - we don't use it in osmo-trx.Alexander Chemeris3-411/+1
2017-03-22CommonLibs: Print soft bits with less confidence to console when printing a s...Alexander Chemeris1-0/+4
2017-03-20CommonLibs: Remove unused files.Alexander Chemeris17-1313/+49
2017-01-26Fix building against sqlite3Max2-5/+5
2016-05-02common: Add mandatory length field to UDP receive callsTom Tsou3-17/+13