diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-11-26 14:19:37 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-11-26 14:19:37 +0100 |
commit | 1a89d44463a3c0f2a1562ca72b15dabdfc1d6a15 (patch) | |
tree | ebffbc60bdd42a0f3d825129c8317185bc3037fd /example | |
parent | 5eae2c50b018891b5f9c3da48e4637e0d93e5820 (diff) |
resources.conf: Mark osmo-bts-trx as supporting a5/3
Change-Id: I478e0719589a8055e7b16536e679d2801efc5caf
Diffstat (limited to 'example')
-rw-r--r-- | example/resources.conf.prod | 8 | ||||
-rw-r--r-- | example/resources.conf.rnd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 0bf9f45..5b4185b 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -25,7 +25,7 @@ bts: ipa_unit_id: 6 addr: 10.42.42.50 band: GSM-1800 - ciphers: [a5_0, a5_1] + ciphers: [a5_0, a5_1, a5_3] osmo_trx: type: uhd launch_trx: true @@ -40,7 +40,7 @@ bts: ipa_unit_id: 12 addr: 10.42.42.54 band: GSM-1800 - ciphers: [a5_0, a5_1] + ciphers: [a5_0, a5_1, a5_3] osmo_trx: type: uhd launch_trx: true @@ -54,7 +54,7 @@ bts: ipa_unit_id: 11 addr: 10.42.42.53 band: GSM-1800 - ciphers: [a5_0, a5_1] + ciphers: [a5_0, a5_1, a5_3] osmo_trx: type: lms launch_trx: true @@ -68,7 +68,7 @@ bts: ipa_unit_id: 7 addr: 10.42.42.51 band: GSM-1800 - ciphers: [a5_0, a5_1] + ciphers: [a5_0, a5_1, a5_3] trx_list: - power_supply: type: 'intellinet' diff --git a/example/resources.conf.rnd b/example/resources.conf.rnd index 0fad50f..5358a61 100644 --- a/example/resources.conf.rnd +++ b/example/resources.conf.rnd @@ -33,7 +33,7 @@ bts: remote_user: jenkins trx_ip: 127.0.0.1 dev_args: "type=b200,serial=30A9FFB" - ciphers: [a5_0, a5_1] + ciphers: [a5_0, a5_1, a5_3] - label: NanoBTS-ONW-1900 type: nanobts |