Initial srsLTE support

2 tests (iperf3, ping) working against a full srs{UE,ENB,EPC} network
using ZeroMQ backend for RF (so no real RF support yet, that will come
next).

Related: OS##4295, OS#4296

Change-Id: I290c0d79258a9f94f00c7ff2e1c6c5579c0e32f4
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 @@
 - 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 @@
   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 @@
   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'