Fix missing parameter value in BBS json template 84/101784/2
authorPérez Caparrós David <David.PerezCaparros@swisscom.com>
Sun, 16 Feb 2020 10:33:28 +0000 (11:33 +0100)
committerDan Timoney <dtimoney@att.com>
Tue, 18 Feb 2020 19:58:42 +0000 (19:58 +0000)
The access_id(=remote_id) value was missing in the json template used for
creating the BBS use case access connectivity resource in the 3rd party
controller

Issue-ID: SDNC-1021
Signed-off-by: Pérez Caparrós David <David.PerezCaparros@swisscom.com>
Change-Id: If2ddc7472f7af9ae9140b76212f41042bcd8daaa

Former-commit-id: 0bc82eb176015e5c91c71d9270e0416dd8bc559d

platform-logic/restapi-templates/src/main/json/bbs-access-connectivity-create.json

index 0cab56e..a471c1d 100644 (file)
@@ -2,7 +2,7 @@
 "accessE2Eservice" : {
                 "serviceID" : "",
                 "subscriberInfo" : {
-                        "accessID" : "",
+                        "accessID" : ${prop.bbs.remote_id},
                         "extendParas" : {},
 "dpName":""
                 },