summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
...
* core: Add difference function to osmo_counterJacob Erlbeck2015-10-291-0/+4
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-2/+8
* stats: Add the reporting frameworkJacob Erlbeck2015-10-291-0/+70
* core: Update osmo_counters_for_each docJacob Erlbeck2015-10-281-2/+2
* stats: Add stat_item_for_each functionsJacob Erlbeck2015-10-281-0/+14
* core: Extend rate_ctr by helper functionsJacob Erlbeck2015-10-281-0/+19
* stats: Use a global index for stat item valuesJacob Erlbeck2015-10-281-9/+19
* stats: Add stat_item for value monitoringJacob Erlbeck2015-10-281-0/+104
* commentsNeels Hofmeyr2015-10-092-3/+4
* linuxlist: Remove casting of ptr from container_of macroHolger Hans Peter Freyther2015-05-021-1/+1
* osmo_static_assert: Put back the typedef in the codeHolger Hans Peter Freyther2015-04-131-1/+1
* endian: Be able to detect endian on GNU and BSDHolger Hans Peter Freyther2015-03-221-0/+38
* core/gsmtap: LTE RRC message types and LTE MAC definealtaf2015-01-181-0/+15
* bitvec: Fix typo in the csn1 encoding codeHolger Hans Peter Freyther2014-12-281-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-0/+6
* gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther2014-12-041-1/+2
* sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+Harald Welte2014-10-262-2/+2
* msgb: make msgb_get() finally work as expectedHarald Welte2014-10-261-1/+1
* logging: Add ability to save/print current log filtersHarald Welte2014-08-251-0/+16
* Convert recently-introduced header files to #pragma onceHarald Welte2014-08-211-4/+1
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-211-1/+2
* libctrl: remove reference to bsc_replace_string()Harald Welte2014-08-211-0/+7
* Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte2014-08-181-0/+1
* osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2014-08-181-0/+6
* core/bitXXgen: Don't do 'return' in functions returning voidSylvain Munaut2014-06-161-2/+2
* core/bitXXgen: Use explicit cast of void* to uint8_tSylvain Munaut2014-06-161-4/+6
* bits: Add left circular shift functionMax2014-06-161-0/+10
* core: Add generic LE/BE load/store uint type convertors and use them in msgbMax2014-06-163-10/+121
* include: Switch to #pragma once patternSylvain Munaut2014-06-1632-128/+32
* gsmtap: add LTE defines to GSMTAP v2Max2014-06-151-1/+10
* src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso2014-03-261-0/+6
* ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck2014-03-101-0/+15
* msgb: Add msgb_hexdump() functionJacob Erlbeck2014-03-041-0/+1
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-0/+1
* core: Remove defined() check for OSMO_DEPRECATEJacob Erlbeck2013-08-151-11/+5
* core: Fix-up the OSMO_DEPRECATED for older compilersHolger Hans Peter Freyther2013-08-141-3/+9
* core: Support clang with OSME_DEPRECATEDJacob Erlbeck2013-08-141-4/+15
* core: Move OSMO_DEPRECATED to new core/defs.h fileJacob Erlbeck2013-08-141-0/+39
* utils.h: we need to include utils.h for osmo_generate_backtrace()Harald Welte2013-07-061-0/+2
* misc: Fix compiler warnings about the static_assert macro with gcc 4.8Holger Hans Peter Freyther2013-07-011-1/+1
* utils: Use fprintf to print the assertion and generate a backtraceKaterina Barone-Adesi2013-03-251-1/+2
* logging: add new log_targets_reopen() functionHarald Welte2013-03-181-0/+1
* utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi2013-03-091-0/+7
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-273-0/+103
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-273-103/+0
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-273-0/+103
* Add UMTS RRC message typesTobias Engel2013-02-211-0/+68
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-159-9/+13
* msgb: fix msgb_pull_u*()Steve Markgraf2012-11-141-3/+3
* logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2012-09-111-0/+3