osmo-msc/openbsc/src
Harald Welte 8c8f791dbe [USSD] more whitespace fixes 2009-10-26 20:42:55 +01:00
..
input [ipaccess] revert commit 9bd7bc1b4c 2009-10-21 21:16:00 +02:00
vty move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
Makefile.am Add USDD code from Mike Haben 2009-10-26 20:39:25 +01:00
abis_nm.c [GPRS] introudce PDCH and PDCH/TCH physical channels 2009-10-24 10:25:50 +02:00
abis_rsl.c [GPRS] Add RSL function for ip.access PDCH activation 2009-10-24 10:29:22 +02:00
bs11_config.c Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-config 2009-08-10 11:49:36 +02:00
bsc_hack.c [bsc_init] Create a bsc_init.c that can be used for setting up hings. 2009-08-17 09:52:42 +02:00
bsc_init.c Fix segfault, use trx->bts rather than bts in patch_nm_tables() 2009-10-26 20:14:33 +01:00
bsc_rll.c ensure that we use the SACCH where apropriate for RLL connections 2009-08-09 19:06:24 +02:00
chan_alloc.c when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4 2009-08-10 14:44:24 +02:00
db.c [db] Fix compile warnings in db.c 2009-10-22 15:34:37 +02:00
debug.c [debug] Make the hexdump parameter const 2009-08-20 13:56:45 +02:00
e1_config.c [ipaccess] fix ipaccess-config (we now use TEI as stream ID) 2009-10-20 21:54:06 +02:00
e1_input.c remove printf for every packet in pcap code 2009-08-12 21:04:50 +02:00
gsm_04_08.c Add USDD code from Mike Haben 2009-10-26 20:39:25 +01:00
gsm_04_08_utils.c [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response 2009-10-06 04:34:25 +02:00
gsm_04_11.c Fix warnings by removing unused variables 2009-10-22 15:40:33 +02:00
gsm_04_80.c [USSD] more whitespace fixes 2009-10-26 20:42:55 +01:00
gsm_data.c [USSD] various USSD improvements 2009-10-26 20:39:26 +01:00
gsm_subscriber.c [lac] Do not use the reserved LAC 0x0 for two different things 2009-10-01 04:07:15 +02:00
gsm_subscriber_base.c [subscr] subscr_paging_cb is called for expire and success 2009-09-28 12:50:45 +02:00
gsm_utils.c Fix gsm_7bit_{en,de}code function and sms user_data calculations 2009-08-12 23:49:48 +02:00
ipaccess-config.c [ipaccess] Add nanoBTS 1900 support 2009-10-05 12:12:54 +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 talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
msgb.c [msgb] Add msgb_reset to reset an existing msgb* to the initial state 2009-10-21 16:38:13 +02:00
openbsc.cfg.1-1 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 2009-09-28 06:04:40 +02:00
openbsc.cfg.1-2 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 2009-09-28 06:04:40 +02:00
openbsc.cfg.2-2 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 2009-09-28 06:04:40 +02:00
openbsc.cfg.nanobts [ip.access] Add an example configuration file 2009-10-26 20:16:27 +01:00
paging.c [paging] Use paging_request_stop to stop all paging requests 2009-09-28 12:50:49 +02:00
rrlp.c [rrlp] Fix compiler warnings 2009-10-22 15:42:19 +02:00
rs232.c use named variant when allocating msgb's 2009-06-26 19:39:35 +02:00
rtp_proxy.c rtp_proxy: Add two case and a DEBUG statement.. 2009-08-10 08:26:12 +02:00
select.c implement a timer_list check before we return into the select() loop 2009-08-14 14:30:00 +02:00
signal.c move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
subchan_demux.c move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
talloc.c introduce talloc all over OpenBSC 2009-06-20 22:36:41 +02:00
talloc_ctx.c move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
telnet_interface.c [cleanup] Remove old and dead code from the telnet_interface.c 2009-08-20 13:56:45 +02:00
timer.c [timer] Initialize i with zero 2009-10-21 16:38:19 +02:00
tlv_parser.c [TLV] Split the parser into 'parse loop' and 'parse single value' 2009-10-26 20:19:59 +01:00
token_auth.c Forward declare methods to fix compiler warnings 2009-10-22 15:39:37 +02:00
transaction.c Fix warnings by removing unused variables 2009-10-22 15:40:33 +02:00
trau_frame.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
trau_mux.c move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
ussd.c [USSD] various USSD improvements 2009-10-26 20:39:26 +01:00
vty_interface.c ip.access: Support multi-TRX / RSL stream ID 2009-10-20 00:22:00 +02:00
vty_interface_layer3.c [vty] Move layer3+ functionality to vty_interface_layer3.c 2009-08-17 09:52:42 +02:00