osmo-msc/src
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
..
input Correct handlong of data link status change (Andreas Eversberg) 2009-05-23 05:40:49 +00:00
vty vty: disable password encryption, remove dependency to lcrypt 2009-05-21 07:31:48 +00:00
Makefile.am vty: disable password encryption, remove dependency to lcrypt 2009-05-21 07:31:48 +00:00
abis_nm.c Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
abis_rsl.c implement parsing and printing of RSL measurement results 2009-05-01 18:43:47 +00:00
bs11_config.c An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
bsc_hack.c An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
chan_alloc.c * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
db.c [db] Introduce a VLR database here 2009-04-19 06:35:23 +00:00
debug.c * Add support for multiple ip.access nanoBTS at one BSC 2009-05-01 14:59:07 +00:00
e1_config.c * Add support for multiple ip.access nanoBTS at one BSC 2009-05-01 14:59:07 +00:00
e1_input.c [e1] Enable dumping of LAPD frames again 2009-03-31 12:14:16 +00:00
gsm_04_08.c * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
gsm_04_11.c Store incoming SMS into SQL database 2009-03-30 20:56:32 +00:00
gsm_data.c print OML bts_nr rather than bts->nr 2009-05-01 17:22:09 +00:00
gsm_subscriber.c [subscriber] Introduce subscr_put_channel 2009-04-12 05:37:52 +00:00
gsm_utils.c Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
ipaccess-config.c An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
ipaccess-find.c An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
msgb.c add missing string.h include 2009-01-01 00:33:02 +00:00
paging.c * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
rs232.c add missing newline in debug statement for RS232 TX 2009-04-29 22:32:10 +00:00
select.c An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
signal.c Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
subchan_demux.c Fix order of subchannel bits (Andreas Eversberg) 2009-04-29 16:21:18 +00:00
telnet_interface.c Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
timer.c * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
tlv_parser.c tlv_parser now operates on 'const' input buffer 2009-02-21 12:59:22 +00:00
trau_frame.c * use DEBUGP in TRAU frame code 2009-02-18 03:24:58 +00:00
trau_mux.c add debug statement when setting up trau mapping 2009-02-19 17:07:01 +00:00
vty_interface.c add VTY command to set BTS unit ID 2009-05-01 15:12:31 +00:00