libosmocore 0.3.6
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/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/gsmtap.h [code]
include/osmocom/core/gsmtap_util.h [code]
include/osmocom/core/linuxlist.h [code]
include/osmocom/core/logging.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/signal.h [code]
include/osmocom/core/socket.h [code]Osmocom socket convenience functions
include/osmocom/core/statistics.h [code]Common routines regarding statistics
include/osmocom/core/talloc.h [code]
include/osmocom/core/timer.h [code]Osmocom timer handling routines
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/gsmtap_util.c
src/logging_syslog.c
src/msgb.c
src/panic.c
src/rate_ctr.c
src/select.cSelect loop abstraction
src/signal.c
src/socket.cOsmocom socket convenience functions
src/timer.c
src/utils.c
src/write_queue.c