osmo-bsc/include/openbsc
Harald Welte f55b49fef3 To slow down transmission of many ABIS frames at a time, a delay timer
is used for the E1's time slot. This timer replaces the "usleep()"
function, so the process will not block the execution of libbsc. The
timer is started after a frame is transmitted. If another frame is in
the transmit queue, the frame will only be queued until the timer times
out. If the timer is not running or times out, the frame is transmitted
and the timer is restarted.

The problem with partly provisioned TRX (locks show on LMT) is solved.
The adjustment for the inter frame delay of 50 miliseconds is for
further study.
(Andreas Eversberg)
2009-05-23 06:20:41 +00:00
..
Makefile.am [misc] Fix make distcheck again... 2009-02-23 00:50:28 +00:00
abis_nm.h dump CCLK accuracy/type as part of bs11_config query 2009-05-17 12:43:42 +00:00
abis_rsl.h introduce new 'mode' parameter to RSL ACTIVATE CHANNEL 2009-02-28 13:19:15 +00:00
call_handling.h Draft ideas for high level call handling 2008-12-27 22:59:48 +00:00
chan_alloc.h Add implementation to find a lchan by the struct gsm_subscriber 2009-01-04 03:48:30 +00:00
db.h [db] Keep track of the current gsm_network 2009-04-19 06:35:16 +00:00
debug.h * Add support for multiple ip.access nanoBTS at one BSC 2009-05-01 14:59:07 +00:00
e1_input.h To slow down transmission of many ABIS frames at a time, a delay timer 2009-05-23 06:20:41 +00:00
gsm_04_08.h add verbose reporting of RR STATUS cause 2009-05-01 18:28:42 +00:00
gsm_04_11.h Store incoming SMS into SQL database 2009-03-30 20:56:32 +00:00
gsm_data.h * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
gsm_subscriber.h [subscriber] Introduce subscr_put_channel 2009-04-12 05:37:52 +00:00
gsm_utils.h Store incoming SMS into SQL database 2009-03-30 20:56:32 +00:00
ipaccess.h * add commond header file for ipaccess protocol 2009-02-15 15:32:53 +00:00
linuxlist.h Change the variable "new" to "_new" in order to include it from C++ code. 2009-05-23 05:24:48 +00:00
misdn.h [misdn] Add option to automatically release layer2 on exit 2009-04-22 22:08:07 +00:00
msgb.h introduce msgb_l2len() function 2009-02-16 21:09:34 +00:00
paging.h Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) 2009-05-21 07:23:02 +00:00
rs232.h Fix 'delete-trx1' command of bs11_config (we can now delete TRX1) 2009-03-28 16:53:25 +00:00
select.h An application that has own events and file descriptors, must poll 2009-05-23 06:07:04 +00:00
signal.h send a signal for every software activation or failure event report 2009-05-01 15:39:49 +00:00
subchan_demux.h don't pass subchannel data to the TRAU decoder if we're not synchronized yet 2009-02-19 17:05:13 +00:00
telnet_interface.h fix some more compiler warnings 2009-05-23 06:14:44 +00:00
timer.h * rename the timer functions to avoid name collisions with libmisdn. 2009-05-23 05:22:08 +00:00
tlv.h tlv_parser now operates on 'const' input buffer 2009-02-21 12:59:22 +00:00
trau_frame.h * add trau_mux implementation to relay from one incoming TRAU 2009-02-09 18:13:26 +00:00
trau_mux.h trau mux updates 2009-02-19 15:14:23 +00:00