libosmocore  0.9.3
Osmocom core library
File List
Here is a list of all documented files with brief descriptions:
include/osmocom/core/application.h [code]Routines for helping with the osmocom application setup
include/osmocom/core/backtrace.h [code]
include/osmocom/core/bit16gen.h [code]
include/osmocom/core/bit32gen.h [code]
include/osmocom/core/bit64gen.h [code]
include/osmocom/core/bits.h [code]Osmocom bit level support code
include/osmocom/core/bitvec.h [code]Osmocom bit vector abstraction
include/osmocom/core/conv.h [code]
include/osmocom/core/crc16.h [code]
include/osmocom/core/crc16gen.h [code]
include/osmocom/core/crc32gen.h [code]
include/osmocom/core/crc64gen.h [code]
include/osmocom/core/crc8gen.h [code]
include/osmocom/core/crcgen.h [code]
include/osmocom/core/defs.h [code]General definitions that are meant to be included from header files
include/osmocom/core/endian.h [code]
include/osmocom/core/gsmtap.h [code]
include/osmocom/core/gsmtap_util.h [code]
include/osmocom/core/linuxlist.h [code]
include/osmocom/core/linuxrbtree.h [code]
include/osmocom/core/logging.h [code]
include/osmocom/core/loggingrb.h [code]
include/osmocom/core/macaddr.h [code]
include/osmocom/core/msgb.h [code]Osmocom message buffers The Osmocom message buffers are modelled after the 'struct skb' inside the Linux kernel network stack. As they exist in userspace, they are much simplified. However, terminology such as headroom, tailroom, push/pull/put etc. remains the same
include/osmocom/core/msgfile.h [code]
include/osmocom/core/panic.h [code]
include/osmocom/core/plugin.h [code]
include/osmocom/core/prim.h [code]
include/osmocom/core/process.h [code]
include/osmocom/core/rate_ctr.h [code]
include/osmocom/core/select.h [code]Select loop abstraction
include/osmocom/core/serial.h [code]
include/osmocom/core/signal.h [code]
include/osmocom/core/socket.h [code]Osmocom socket convenience functions
include/osmocom/core/stat_item.h [code]
include/osmocom/core/statistics.h [code]Common routines regarding statistics
include/osmocom/core/stats.h [code]
include/osmocom/core/strrb.h [code]Osmocom string ringbuffer handling routines
include/osmocom/core/talloc.h [code]
include/osmocom/core/timer.h [code]Osmocom timer handling routines
include/osmocom/core/timer_compat.h [code]Compatibility header with some helpers
include/osmocom/core/utils.h [code]
include/osmocom/core/write_queue.h [code]
src/application.cRoutines for helping with the osmocom application setup
src/backtrace.cRoutines realted to generating call back traces
src/bits.cOsmocom bit level support code
src/bitvec.cOsmocom bit vector abstraction
src/conv.c
src/crc16gen.c
src/crc32gen.c
src/crc64gen.c
src/crc8gen.c
src/gsmtap_util.c
src/logging_syslog.c
src/loggingrb.c
src/msgb.c
src/panic.c
src/plugin.cRoutines for loading and managing shared library plug-ins
src/rate_ctr.c
src/serial.c
src/signal.c
src/socket.cOsmocom socket convenience functions
src/stat_item.c
src/strrb.cLossy string ringbuffer for logging; keeps newest messages
src/timer.c
src/utils.c
src/write_queue.c