srs/amarisoft{ue,enb}: Fix b200 specific rf_dev_args

Commit 12ae6d79a5b53a213f619999ef0230c1dae88bb7 switched the rf_dev_type
to be in lowercase but forgot to change these conditions.

Change-Id: I91d3877381b4e6343dc4aa0465e699341ed6648d
diff --git a/doc/manuals/chapters/config.adoc b/doc/manuals/chapters/config.adoc
index e70b396..4dd90ff 100644
--- a/doc/manuals/chapters/config.adoc
+++ b/doc/manuals/chapters/config.adoc
@@ -416,14 +416,15 @@
     - num_prb: ${param2}
 ----
 
-Finally, it can be referenced during {app-name} execution this wya, for instance when running a suite named '4g':
+Finally, it can be referenced during {app-name} execution this way, for instance
+when running a suite named '4g':
 ----
-- 4g:my-parametrized-scenario@UHD,6
+- 4g:my-parametrized-scenario@uhd,6
 ----
 This way {app-name} when parsing the scenarios and combining them with the suite will::
 . Find out it is parametrized (name contains '@').
 . Split the name
-  ('my-parametrized-scenario') from the parameter list (param1='UHD', param2='6')
+  ('my-parametrized-scenario') from the parameter list (param1='uhd', param2='6')
 . Attempt to match a '.conf' file fully matching name and parameters (hence
   specific content can be set for specific values while still using parameters
   for general values), and otherwise match only by name.
diff --git a/doc/manuals/chapters/config_mangling.adoc b/doc/manuals/chapters/config_mangling.adoc
index 310b15f..e579732 100644
--- a/doc/manuals/chapters/config_mangling.adoc
+++ b/doc/manuals/chapters/config_mangling.adoc
@@ -188,7 +188,7 @@
 
 - label: srsENB-B200
   type: srsenb
-  rf_dev_type: UHD
+  rf_dev_type: uhd
   rf_dev_args: "type=b200,serial=317B9FE"
   remote_user: jenkins
   addr: 10.12.1.206