summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/Changelog.md
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/Changelog.md
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/Changelog.md')
-rw-r--r--components/kpi-computation-ms/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/kpi-computation-ms/Changelog.md b/components/kpi-computation-ms/Changelog.md
index e96d7884..30319907 100644
--- a/components/kpi-computation-ms/Changelog.md
+++ b/components/kpi-computation-ms/Changelog.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.0.11]
+### Changed
+* Fix bug in wrong SNSSAI value being appended with MeasType string (DCAEGEN2-3310)
+
## [1.0.10]
### Changed
* Revert commit - KPI MS - Switch from Cambria library to dmaap-client library (dcaegen2/sdk) (DCAEGEN2-3180)