diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/defaults.conf | 8 | ||||
-rw-r--r-- | example/resources.conf.prod | 21 |
2 files changed, 29 insertions, 0 deletions
diff --git a/example/defaults.conf b/example/defaults.conf index 353cf9b..f32e1f5 100644 --- a/example/defaults.conf +++ b/example/defaults.conf @@ -92,3 +92,11 @@ osmo_bts_oc2g: max_trx: 1 trx_list: - nominal_power: 25 + +srsepc: + mcc: 901 + mnc: 70 + +srsenb: + mcc: 901 + mnc: 70 diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 992a694..943160b 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -11,6 +11,12 @@ ip_address: - addr: 10.42.42.9 - addr: 10.42.42.10 +run_node: +- run_type: ssh + run_addr: 10.42.42.118 + ssh_user: jenkins + ssh_addr: 10.42.42.116 + bts: - label: sysmoBTS 1002 type: osmo-bts-sysmo @@ -148,6 +154,12 @@ bts: direct_pcu: true ciphers: [a5_0, a5_1, a5_3] +enb: +- label: srsENB-zmq + type: srsenb + remote_user: jenkins + addr: 10.42.42.117 + arfcn: - arfcn: 512 band: GSM-1800 @@ -227,5 +239,14 @@ modem: ciphers: [a5_0, a5_1] features: ['sms', 'voice', 'ussd', 'gprs', 'sim'] +- label: srsUE-zmq_1 + type: srsue + remote_user: jenkins + addr: 10.42.42.116 + imsi: '001010123456789' + ki: '00112233445566778899aabbccddeeff' + auth_algo: 'xor' + + osmocon_phone: - serial_device: '/dev/serial/by-id/usb-Silicon_Labs_CP2104_USB_to_UART_Bridge_Controller_00897B41-if00-port0' |