AETHER-2546, AETHER-2536: Fix units and add site to VCS

Change-Id: I6a0fb3d2fdc725dae671661a44a8e5c64fb2536c
diff --git a/config-models/aether-4.x/files/yang/onf-device-group.yang b/config-models/aether-4.x/files/yang/onf-device-group.yang
index 6dca9a3..12d89c7 100755
--- a/config-models/aether-4.x/files/yang/onf-device-group.yang
+++ b/config-models/aether-4.x/files/yang/onf-device-group.yang
@@ -94,14 +94,14 @@
           leaf uplink {
             type at:bitrate;
             units bps;
-            description "Per-device mbr uplink data rate in mbps";
+            description "Per-device MBR uplink data rate in bps";
             mandatory true;
           }
 
           leaf downlink {
             type at:bitrate;
             units bps;
-            description "Per-device mbr downlink data rate in mbps";
+            description "Per-device MBR downlink data rate in bps";
             mandatory true;
           }
         }