From 12ae6d79a5b53a213f619999ef0230c1dae88bb7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 1 Apr 2020 14:12:10 +0200 Subject: srs{enb,ue}: Use lowcase UHD as rf_type string Older versions of srsLTe.git required passing UHD in caps to the conf file, but that's not the case anymore. Let's use lowcase then. Change-Id: If8a289ba110229d31b62b0d3adc1ae97324e6d27 --- example/resources.conf.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/resources.conf.prod b/example/resources.conf.prod index 438184d..2d9d0a8 100644 --- a/example/resources.conf.prod +++ b/example/resources.conf.prod @@ -164,7 +164,7 @@ enb: - label: srsENB-B200 type: srsenb - rf_dev_type: UHD + rf_dev_type: uhd rf_dev_args: "type=b200,serial=306BD11" remote_user: jenkins addr: 10.42.42.117 -- cgit v1.2.3