From: rojass Date: Mon, 18 Sep 2023 16:08:00 +0000 (-0500) Subject: Bug 1830 fixed X-Git-Tag: release-v15.0-start~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=commitdiff_plain;h=a8165d1d2f0386430c4781873debc4fef976cc7a Bug 1830 fixed Change-Id: I6460cef35cebe7b47784e227f49aae098411cc76 Signed-off-by: rojass --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index a3cdb74..fda6722 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -3220,6 +3220,12 @@ class NsLcm(LcmBase): "nsr_id": nsr_id, "nslcmop_id": nslcmop_id, "operationState": nslcmop_operation_state, + "startTime": db_nslcmop["startTime"], + "links": db_nslcmop["links"], + "operationParams": { + "nsInstanceId": nsr_id, + "nsdId": db_nsr["nsd-id"], + }, }, ) except Exception as e: