osmo-bsc/openbsc/src
Harald Welte f1676e5f9d add support for more nanoBTS 12.21 tests
* perform a channel usage test
$ ./ipaccess-config -l 64 192.168.100.100
paccess-config.c:142 ==> ARFCN    3, RxLev 16
[...]
<0020> ipaccess-config.c:142 ==> ARFCN    4, RxLev 33
<0020> ipaccess-config.c:142 ==> ARFCN    8, RxLev  6
<0020> ipaccess-config.c:142 ==> ARFCN    5, RxLev 16
<0020> ipaccess-config.c:142 ==> ARFCN   11, RxLev  5
<0020> ipaccess-config.c:142 ==> ARFCN   12, RxLev  8
<0020> ipaccess-config.c:142 ==> ARFCN   10, RxLev  6
[...]

* perform a BCCH usage test
$ ./ipaccess-config -l 65 192.168.100.100
[...]
<0020> ipaccess-config.c:107 TEST REPORT: test_no=0x41 test_res=SUCCESS
<0020> ipaccess-config.c:142 ==> ARFCN    4, RxLev 32
<0020> ipaccess-config.c:142 ==> ARFCN    8, RxLev  6
<0020> ipaccess-config.c:142 ==> ARFCN   12, RxLev  6
<0020> ipaccess-config.c:142 ==> ARFCN   20, RxLev  9
<0020> ipaccess-config.c:142 ==> ARFCN   31, RxLev  6
<0020> ipaccess-config.c:142 ==> ARFCN   37, RxLev 23
<0020> ipaccess-config.c:142 ==> ARFCN   49, RxLev  7
<0020> ipaccess-config.c:142 ==> ARFCN   53, RxLev 14
<0020> ipaccess-config.c:142 ==> ARFCN   57, RxLev 19
<0020> ipaccess-config.c:142 ==> ARFCN   60, RxLev 63
<0020> ipaccess-config.c:142 ==> ARFCN   71, RxLev 15
<0020> ipaccess-config.c:142 ==> ARFCN   90, RxLev  4

* perform a frequency sync test
$ ./ipaccess-config -l 66 192.168.100.100
[...]
<0020> ipaccess-config.c:107 TEST REPORT: test_no=0x42 test_res=SUCCESS
<0020> ipaccess-config.c:130 ==> ARFCN    4, Frequency Error     -2
<0020> ipaccess-config.c:130 ==> ARFCN    8, Frequency Error    -40
<0020> ipaccess-config.c:130 ==> ARFCN   20, Frequency Error    -21
<0020> ipaccess-config.c:130 ==> ARFCN   31, Frequency Error      1
<0020> ipaccess-config.c:130 ==> ARFCN   37, Frequency Error     -4
<0020> ipaccess-config.c:130 ==> ARFCN   45, Frequency Error     -4
<0020> ipaccess-config.c:130 ==> ARFCN   53, Frequency Error     22
<0020> ipaccess-config.c:130 ==> ARFCN   57, Frequency Error      3
<0020> ipaccess-config.c:130 ==> ARFCN   60, Frequency Error      0
<0020> ipaccess-config.c:130 ==> ARFCN   69, Frequency Error      2
<0020> ipaccess-config.c:130 ==> ARFCN   73, Frequency Error     30
<0020> ipaccess-config.c:130 ==> ARFCN   89, Frequency Error     44
<0020> ipaccess-config.c:130 ==> ARFCN   90, Frequency Error      8
<0020> ipaccess-config.c:130 ==> ARFCN  123, Frequency Error     27
2009-08-10 11:39:47 +02:00
..
input ipaccess.c: Make the compiler happy... 2009-08-10 08:26:14 +02:00
vty vty: Avoid implicit declaration warning and check result code 2009-08-10 08:26:15 +02:00
Makefile.am Add new BSC RLL layer of code 2009-08-09 13:47:35 +02:00
abis_nm.c verify bs11 channel combination constraints 2009-08-09 21:49:48 +02:00
abis_rsl.c make rsl_siemens_mrpci() use struct rsl_mrpci 2009-08-10 10:07:33 +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 bsc_hack.c: Explain why the program will exit... 2009-08-10 10:36:06 +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 chane TRX0/TS0 channel combination to not include a CBCH 2009-08-09 22:01:26 +02:00
db.c db.c: Move the schema revision check after creating the tables 2009-08-10 08:36:04 +02:00
debug.c add new DMEAS debug category for measurement reporting 2009-06-27 03:09:38 +02:00
e1_config.c misc: Remove some obviously unused and unneeded variables.. 2009-08-10 08:26:13 +02:00
e1_input.c misc: Add prototypes to header files, include more header files 2009-08-10 07:54:02 +02:00
gsm_04_08.c add code to GSM 04.08 to send MRPCI message once we have classmark2 2009-08-10 10:12:45 +02:00
gsm_04_11.c misc: Fix warnings about returning with value... 2009-08-10 08:26:12 +02:00
gsm_data.c the actual config file code (not just config files) 2009-08-08 16:12:58 +02:00
gsm_subscriber.c first 'working' SMS implementation 2009-08-08 16:03:15 +02:00
gsm_utils.c move ms_pwr utility function to gsm_utils.c 2009-08-09 14:45:18 +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 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
openbsc.cfg.1-1 first version of OpenBSC to be confiugred by config_file 2009-08-07 20:19:30 +02:00
openbsc.cfg.1-2 first version of OpenBSC to be confiugred by config_file 2009-08-07 20:19:30 +02:00
openbsc.cfg.2-2 first version of OpenBSC to be confiugred by config_file 2009-08-07 20:19:30 +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 rtp_proxy: Add two case and a DEBUG statement.. 2009-08-10 08:26:12 +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 misc: Add prototypes to header files, include more header files 2009-08-10 07:54:02 +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 misc: Add prototypes to header files, include more header files 2009-08-10 07:54:02 +02:00