osmo-msc/openbsc/src
Holger Hans Peter Freyther d5f052230c [ipaccess] Prepare to reuse parts of the code for the A-link
For the MSC<->BSC connection we are going to use the same header
as used from BTS<->BSC but we are not having an E1-Link, a gsm network
or a gsm_bts available and can not use this part of the code.
2009-09-30 06:27:16 +02:00
..
input [ipaccess] Prepare to reuse parts of the code for the A-link 2009-09-30 06:27:16 +02:00
vty move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
Makefile.am [bsc_init] Create a bsc_init.c that can be used for setting up hings. 2009-08-17 09:52:42 +02:00
abis_nm.c move talloc context creation out of on_dso / constructors 2009-08-15 02:30:58 +02:00
abis_rsl.c [abis_rsl] Fix rsl_encryption_cmd L3 length computation 2009-09-27 11:13:18 +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 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 2009-09-28 06:04:40 +02: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 [tmsi] Make the tmsi a 4 octet number 2009-09-28 05:14:25 +02:00
debug.c [debug] Make the hexdump parameter const 2009-08-20 13:56:45 +02:00
e1_config.c misc: Remove some obviously unused and unneeded variables.. 2009-08-10 08:26:13 +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 [gsm0408] Move paging handling to gsm_04_08_utils.c 2009-09-28 12:50:49 +02:00
gsm_04_08_utils.c [gsm0408] Move paging handling to gsm_04_08_utils.c 2009-09-28 12:50:49 +02:00
gsm_04_11.c [gsm_04_11] Free transaction on RX_RP_ACK for SMS 2009-09-27 11:16:22 +02:00
gsm_data.c [paging] Use one of the two reserved LAC to page every BTS 2009-09-28 12:50:49 +02:00
gsm_subscriber.c [tmsi] Make the tmsi a 4 octet number 2009-09-28 05:14:25 +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 add support for more nanoBTS 12.21 tests 2009-08-10 11:39:47 +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 move allocation of talloc contexts into link-time constructor 2009-07-28 00:41:45 +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
paging.c [paging] Use paging_request_stop to stop all paging requests 2009-09-28 12:50:49 +02:00
rrlp.c trigger RRLP position requests after paging succeeded and after subscriber attach 2009-08-16 13:18:51 +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 implement a timer_list check before we return into the select() loop 2009-08-14 14:30:00 +02:00
tlv_parser.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
token_auth.c add the allocated subscriber extension to the auth token SMS 2009-08-13 20:43:58 +02:00
transaction.c [paging] Use paging_request_stop to stop all paging requests 2009-09-28 12:50:49 +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
vty_interface.c [lac] The lac must be 16 bit. Change it in gsm_bts and vty parsing 2009-09-30 05:49:26 +02:00
vty_interface_layer3.c [vty] Move layer3+ functionality to vty_interface_layer3.c 2009-08-17 09:52:42 +02:00