osmo-bsc/openbsc/src
Harald Welte edcc527371 Add new BSC RLL layer of code
A caller can call rll_establish(lchan, link_id) and a callback to the GSM RLL
code.  He will get called back if the RLL link is established or receives some
error message, or the establishment times out.

We need this for proper SMS implementation, where we need to restablish a SAPI3
RLL link before transmitting the actual CP-DATA messages.
2009-08-09 13:47:35 +02:00
..
input prepare mISDN driver for multiple lines/instances 2009-08-04 14:11:49 +02:00
vty ensure vty code uses talloc_strdup() rather than regular strdup 2009-08-08 17:41:43 +02:00
Makefile.am Add new BSC RLL layer of code 2009-08-09 13:47:35 +02:00
abis_nm.c implement nanoBTS frequency error test 2009-08-08 00:02:36 +02:00
abis_rsl.c Add new BSC RLL layer of code 2009-08-09 13:47:35 +02:00
bs11_config.c switch to dynamically allocated BTS and TRX data structures 2009-06-21 16:17:15 +02:00
bsc_hack.c in case of SIGABRT, don't exit(0) and thus prevent creating a core file 2009-08-07 00:29:44 +02:00
bsc_rll.c Add new BSC RLL layer of code 2009-08-09 13:47:35 +02:00
chan_alloc.c start using the RLL RELEASE procedures 2009-08-08 13:15:07 +02:00
db.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00
debug.c add new DMEAS debug category for measurement reporting 2009-06-27 03:09:38 +02:00
e1_config.c add HARDCODED_BTSn_TS to define the base TS for each BTS 2009-08-06 17:38:10 +02:00
e1_input.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
gsm_04_08.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00
gsm_04_11.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00
gsm_data.c parse_btstype() can use const qualifier 2009-08-08 15:38:29 +02:00
gsm_subscriber.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00
gsm_utils.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
ipaccess-config.c implement nanoBTS frequency error test 2009-08-08 00:02:36 +02:00
ipaccess-find.c ipaccess-find: don't try to parse packets that are not IPAC_MSGT_ID_RESP 2009-08-08 12:14:53 +02:00
isdnsync.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
mncc.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
msgb.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
paging.c when paging a MS, use the channel type indicated by caller 2009-08-08 15:08:19 +02:00
rs232.c use named variant when allocating msgb's 2009-06-26 19:39:35 +02:00
rtp_proxy.c Merge commit 'origin/master' 2009-07-29 10:58:08 +02:00
select.c enable select.c handler to support removal of two consecutive fd's 2009-07-28 13:32:00 +02:00
signal.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
subchan_demux.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
talloc.c introduce talloc all over OpenBSC 2009-06-20 22:36:41 +02:00
telnet_interface.c telnet: deal gracefully with vty being closed by vty layer 2009-08-07 00:31:23 +02:00
timer.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
tlv_parser.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
transaction.c look-up by (subscriber, protocol, transaction_id) tuple 2009-07-23 21:58:40 +02:00
trau_frame.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
trau_mux.c move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +02:00
vty_interface.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00