diff options
author | malar <malarvizhi.44@wipro.com> | 2022-08-29 05:10:44 +0000 |
---|---|---|
committer | malar <malarvizhi.44@wipro.com> | 2022-08-30 07:00:11 +0000 |
commit | bd4887828978e498ebc07c7409f79de02957da46 (patch) | |
tree | d345b7f640a25b01da2eb96390bfaf90a509f0f8 /components/kpi-computation-ms/version.properties | |
parent | b46faaec7e26ebb3023520a39aeaf12bd9492ef1 (diff) |
Append SNSSAI with MeasType string and handle multiple operands
- For Network Slicing usecase, we require the published event to
have the measType return the SNSSAI along with the string.
- Also handle multiple operands from the incoming PM data with different SNSSAIs.
Issue-ID: DCAEGEN2-3243
Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com>
Change-Id: I6aae7604a5e87a07244cf841762c205836290abe
Diffstat (limited to 'components/kpi-computation-ms/version.properties')
-rw-r--r-- | components/kpi-computation-ms/version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kpi-computation-ms/version.properties b/components/kpi-computation-ms/version.properties index 7cecbb45..a112fe08 100644 --- a/components/kpi-computation-ms/version.properties +++ b/components/kpi-computation-ms/version.properties @@ -21,7 +21,7 @@ ############################################################################### major=1 minor=0 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |