libosmocore  0.9.0
Osmocom core library
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  include
  osmocom
  core
 application.hRoutines for helping with the osmocom application setup
 backtrace.h
 bit16gen.h
 bit32gen.h
 bit64gen.h
 bits.hOsmocom bit level support code
 bitvec.hOsmocom bit vector abstraction
 conv.h
 crc16.h
 crc16gen.h
 crc32gen.h
 crc64gen.h
 crc8gen.h
 crcgen.h
 defs.hGeneral definitions that are meant to be included from header files
 endian.h
 gsmtap.h
 gsmtap_util.h
 linuxlist.h
 linuxrbtree.h
 logging.h
 loggingrb.h
 macaddr.h
 msgb.hOsmocom 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
 msgfile.h
 panic.h
 plugin.h
 prim.h
 process.h
 rate_ctr.h
 select.hSelect loop abstraction
 serial.h
 signal.h
 socket.hOsmocom socket convenience functions
 stat_item.h
 statistics.hCommon routines regarding statistics
 stats.h
 strrb.hOsmocom string ringbuffer handling routines
 talloc.h
 timer.hOsmocom timer handling routines
 timer_compat.hCompatibility header with some helpers
 utils.h
 write_queue.h
  src
 application.cRoutines for helping with the osmocom application setup
 backtrace.cRoutines realted to generating call back traces
 bits.cOsmocom bit level support code
 bitvec.cOsmocom bit vector abstraction
 conv.c
 crc16gen.c
 crc32gen.c
 crc64gen.c
 crc8gen.c
 gsmtap_util.c
 logging_syslog.c
 loggingrb.c
 msgb.c
 panic.c
 plugin.cRoutines for loading and managing shared library plug-ins
 rate_ctr.c
 select.cSelect loop abstraction
 serial.c
 signal.c
 socket.cOsmocom socket convenience functions
 stat_item.c
 strrb.cLossy string ringbuffer for logging; keeps newest messages
 timer.c
 utils.c
 write_queue.c