aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
AgeCommit message (Expand)AuthorFilesLines
2018-05-25lms: 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
2016-05-02common: Restrict UDP binding to localhost onlyTom Tsou1-1/+1
2016-04-20Common: Make sure gLogEarly() log to the same facilities as the normal log.Alexander Chemeris1-6/+33
2016-04-20Common: Get rid of a compilation warning.Alexander Chemeris1-1/+1
2015-07-30Logger: Output ERR log messages to stderr as well.Alexander Chemeris1-1/+1
2015-07-30Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.Alexander Chemeris1-2/+1
2015-05-24Common: Log to console instead of loging to syslog by default.Alexander Chemeris1-2/+2
2015-05-24Common: Introduce a global variable to disable syslog logging.Alexander Chemeris2-8/+11
2014-12-15CommonLibs: Add thread cancellation capabilityTom Tsou1-1/+8
2013-05-31syncing commonlibs with Many thanks to Michael Iedema for these patches, make...kurtis.heimerl25-215/+2034
2013-02-15Synced sqlite3utils with private and fixed a small recursive bug in SIPEngine...kurtis.heimerl1-8/+15