diff --git a/.gitignore b/.gitignore index 1ab84d91..8d3479b7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ test_work state *.pyc selftest/trial_test/ +example/resources.conf diff --git a/example/resources.conf.prod b/example/resources.conf.prod new file mode 100644 index 00000000..1e8da539 --- /dev/null +++ b/example/resources.conf.prod @@ -0,0 +1,96 @@ +# all hardware and interfaces available to this osmo-gsm-tester + +ip_address: +- addr: 10.42.42.2 +- addr: 10.42.42.3 +- addr: 10.42.42.4 +- addr: 10.42.42.5 +- addr: 10.42.42.6 +- addr: 10.42.42.7 +- addr: 10.42.42.8 +- addr: 10.42.42.9 + +bts: +- label: sysmoBTS 1002 + type: osmo-bts-sysmo + ipa_unit_id: 1 + addr: 10.42.42.114 + band: GSM-1800 + direct_pcu: true + ciphers: [a5_0, a5_1, a5_3] + +- label: Ettus B200 + type: osmo-bts-trx + ipa_unit_id: 6 + addr: 10.42.42.50 + band: GSM-1800 + launch_trx: true + ciphers: [a5_0, a5_1] + +- label: sysmoCell 5000 + type: osmo-bts-trx + ipa_unit_id: 7 + addr: 10.42.42.51 + band: GSM-1800 + trx_remote_ip: 10.42.42.112 + ciphers: [a5_0, a5_1] + +- label: OCTBTS 3500 + type: osmo-bts-octphy + ipa_unit_id: 8 + addr: 10.42.42.52 + band: GSM-1800 + trx_list: + - hw_addr: 00:0c:90:2e:80:1e + net_device: enp2s0 + +arfcn: + - arfcn: 512 + band: GSM-1800 + - arfcn: 514 + band: GSM-1800 + - arfcn: 516 + band: GSM-1800 + - arfcn: 518 + band: GSM-1800 + - arfcn: 520 + band: GSM-1800 + - arfcn: 540 + band: GSM-1900 + - arfcn: 542 + band: GSM-1900 + - arfcn: 544 + band: GSM-1900 + - arfcn: 546 + band: GSM-1900 + - arfcn: 548 + band: GSM-1900 + +modem: +- label: sierra_1st + path: '/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.7/1-1.7.2' + ki: 'EBAB63D06C3F546A16C977CB40E57C68' + auth_algo: 'comp128v1' + ciphers: [a5_0, a5_1] + features: ['sms', 'voice', 'ussd', 'gprs', 'sim'] + +- label: sierra_2nd + path: '/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.7/1-1.7.3' + ki: 'EBD2B5F6CF3374106D0A66C11F922001' + auth_algo: 'comp128v1' + ciphers: [a5_0, a5_1] + features: ['sms', 'voice', 'ussd', 'gprs', 'sim'] + +- label: ec20 + path: '/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.7/1-1.7.6' + ki: '07F35D0A9476646169669401215580E0' + auth_algo: 'comp128v1' + ciphers: [a5_0, a5_1] + features: ['sms', 'ussd', 'gprs', 'sim'] + +- label: gobi2k + path: '/sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/1-1.7/1-1.7.5' + ki: '5752B3F43277C35D2D1D957007DF74E2' + auth_algo: 'comp128v1' + ciphers: [a5_0, a5_1] + features: ['gprs', 'sim'] diff --git a/example/resources.conf b/example/resources.conf.rnd similarity index 84% rename from example/resources.conf rename to example/resources.conf.rnd index cb730f51..4697bdc6 100644 --- a/example/resources.conf +++ b/example/resources.conf.rnd @@ -27,23 +27,6 @@ bts: launch_trx: true ciphers: [a5_0, a5_1] -- label: sysmoCell 5000 - type: osmo-bts-trx - ipa_unit_id: 7 - addr: 10.42.42.51 - band: GSM-1800 - trx_remote_ip: 10.42.42.112 - ciphers: [a5_0, a5_1] - -- label: OCTBTS 3500 - type: osmo-bts-octphy - ipa_unit_id: 8 - addr: 10.42.42.52 - band: GSM-1800 - trx_list: - - hw_addr: 00:0c:90:2e:80:1e - net_device: enp2s0 - arfcn: - arfcn: 512 band: GSM-1800