summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-11-09 10:26:31 +0000
committermalar <malarvizhi.44@wipro.com>2022-11-17 08:25:56 +0000
commit584f29be579cd483c8f9bd888a747b2ebbeea7f1 (patch)
tree646810ed34b71618324f989764d30cf1e4d2912a /components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json
parent900b294dc92b11873ae97d5e56ff7a672e2b9b3d (diff)
Fix bug in wrong SNSSAI value being appended with MeasType string1.0.11-kpi-computation-ms
The SNSSAI can be a alphanumeric also, so modified the code acording to that. Issue-ID: DCAEGEN2-3310 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iac3e66e8d12a817681c15100ba80d2efee8e0498
Diffstat (limited to 'components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json')
-rw-r--r--components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json b/components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json
index 41a8f91c..2081b06d 100644
--- a/components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json
+++ b/components/kpi-computation-ms/src/test/resources/kpi/ves_message_slicing.json
@@ -28,8 +28,8 @@
},
"measTypes": {
"sMeasTypesList": [
- "SM.PduSessionCreationSucc.0011-0010",
- "SM.PduSessionCreationReq.0011-0010",
+ "SM.PduSessionCreationSucc.01-B989BD",
+ "SM.PduSessionCreationReq.01-B989BD",
"SM.PduSessionCreationFail.0"
]
},