SEBA-938 New sadis config in bbsim server
         bump version 18-dev
         add missing UniTagMatch
         add missing "
Change-Id: I9507b45fdb93f3a2056f55c5ef862bacf50bfe24
diff --git a/examples/sadis-in-bbsim.json b/examples/sadis-in-bbsim.json
index f4d354f..c016e82 100644
--- a/examples/sadis-in-bbsim.json
+++ b/examples/sadis-in-bbsim.json
@@ -1,7 +1,7 @@
 {
   "sadis": {
     "integration": {
-      "url": "http://bbsim.voltha.svc:50074/subscribers/%s",
+      "url": "http://bbsim.voltha.svc:50074/v1/subscribers/%s",
       "cache": {
         "enabled": true,
         "maxsize": 50,
@@ -11,7 +11,7 @@
   },
   "bandwidthprofile": {
     "integration": {
-      "url": "http://bbsim.voltha.svc:50074/bandwidthprofiles/%s",
+      "url": "http://bbsim.voltha.svc:50074/v1/bandwidthprofiles/%s",
       "cache": {
         "enabled": true,
         "maxsize": 40,
@@ -19,4 +19,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}