osmo-bsc/tests
Harald Welte 04d3c9224f An application that has own events and file descriptors, must poll
select function ob libbsc. A "polling" flag is used to enable polling.
In this case select() will not sleep until file descriptor events occurr
or nearest timer expires. Also a return value will indicate if there was
an event that has been handled. If there was an event, the application
decides to poll again and don't wait.

In case for bsc_hack, the polling flag is not set. select will sleep as
usual.

(Andreas Eversberg)
2009-05-23 06:07:04 +00:00
..
db Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
debug Prefix debug symbols with debug_ to reduce the namesapce pollution 2008-12-27 12:46:49 +00:00
gsm0408 [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it 2009-02-20 18:33:00 +00:00
sms Store incoming SMS into SQL database 2009-03-30 20:56:32 +00:00
timer An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
Makefile.am Move the db_test.c to a specific test directory 2008-12-31 23:25:05 +00:00
sms.txt Add second test SMS 2008-12-28 21:38:26 +00:00