aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-events
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2024-03-04 16:23:25 +0000
committerJeff van Dam <jeff.van.dam@est.tech>2024-03-14 09:36:41 +0000
commit9221f900486de11b8779a93c1e7517640b8fb8e0 (patch)
treef11cebc330317205f0a586c446358ac5df6e80dd /cps-ncmp-events
parente14fe9ab679998f40d7c46ff58702e5aa0545b07 (diff)
Modify lcm events to include dataProducerIdentifier and moduleSetTag (CPS-1964 3)
Issue-ID: CPS-2114 Change-Id: I52ae18fe849801706491742818b316df9f8cb554 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Diffstat (limited to 'cps-ncmp-events')
-rw-r--r--cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json b/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json
index e687303f8..bd0d90d04 100644
--- a/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json
+++ b/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json
@@ -43,6 +43,14 @@
"description": "alternative id for cmHandle (e.g. 3GPP FDN)",
"type": "string"
},
+ "moduleSetTag": {
+ "description": "module set tag for cmHandle",
+ "type": "string"
+ },
+ "dataProducerIdentifier": {
+ "description": "data producer identifier for cmHandle",
+ "type": "string"
+ },
"oldValues": {
"$ref": "#/definitions/Values"
},