aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2014-10-26msgb: make msgb_get() finally work as expectedHarald Welte1-1/+1
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-0/+16
2014-08-21Convert recently-introduced header files to #pragma onceHarald Welte1-4/+1
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte1-1/+2
2014-08-21libctrl: remove reference to bsc_replace_string()Harald Welte1-0/+7
2014-08-18Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte1-0/+1
2014-08-18osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte1-0/+6
2014-06-16core/bitXXgen: Don't do 'return' in functions returning voidSylvain Munaut1-2/+2
2014-06-16core/bitXXgen: Use explicit cast of void* to uint8_tSylvain Munaut1-4/+6
2014-06-16bits: Add left circular shift functionMax1-0/+10
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax3-10/+121
2014-06-16include: Switch to #pragma once patternSylvain Munaut32-128/+32
2014-06-15gsmtap: add LTE defines to GSMTAP v2Max1-1/+10
2014-03-26src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso1-0/+6
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-0/+15
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck1-0/+1
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-0/+1
2013-08-15core: Remove defined() check for OSMO_DEPRECATEJacob Erlbeck1-11/+5
2013-08-14core: Fix-up the OSMO_DEPRECATED for older compilersHolger Hans Peter Freyther1-3/+9
2013-08-14core: Support clang with OSME_DEPRECATEDJacob Erlbeck1-4/+15
2013-08-14core: Move OSMO_DEPRECATED to new core/defs.h fileJacob Erlbeck1-0/+39
2013-07-06utils.h: we need to include utils.h for osmo_generate_backtrace()Harald Welte1-0/+2
2013-07-01misc: Fix compiler warnings about the static_assert macro with gcc 4.8Holger Hans Peter Freyther1-1/+1
2013-03-25utils: Use fprintf to print the assertion and generate a backtraceKaterina Barone-Adesi1-1/+2
2013-03-18logging: add new log_targets_reopen() functionHarald Welte1-0/+1
2013-03-09utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi1-0/+7
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi3-0/+103
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther3-103/+0
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi3-0/+103
2013-02-21Add UMTS RRC message typesTobias Engel1-0/+68
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi9-9/+13
2012-11-14msgb: fix msgb_pull_u*()Steve Markgraf1-3/+3
2012-09-11logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther1-0/+3
2012-09-11logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther1-1/+1
2012-09-08msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEADHarald Welte1-3/+34
2012-09-02gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAPHarald Welte1-0/+7
2012-08-15utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a functionHolger Hans Peter Freyther1-2/+2
2012-07-14backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte1-0/+1
2012-07-13timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte1-1/+3
2012-07-12logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther1-1/+1
2012-07-10logging: Avoid compiler warnings when compiling c++ codeAndreas Eversberg1-2/+2
2012-06-30build: simplify headers management and remove recursionDiego Elio Pettenò1-31/+0
2012-06-18linuxrbtree: don't use 'new' as argument name to avoid C++ incompatibilityHarald Welte1-1/+1
2012-06-16signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gbHarald Welte1-0/+1
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut16-16/+16
2012-03-16misc: Fix warning when compiling telnet_interface.cHolger Hans Peter Freyther1-0/+1
2012-02-08gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS()Harald Welte1-0/+8
2012-01-26gsmtap: make sure we agree with wireshark on GSMTAP channel typesHarald Welte1-2/+2
2012-01-14msgb_trim(): actually trim to an absolute length, as the comment statesHarald Welte1-5/+3
2012-01-14msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb'sHarald Welte1-0/+28