diff options
author | deen1985 <damian.nowak@nokia.com> | 2021-01-14 16:39:35 +0100 |
---|---|---|
committer | deen1985 <damian.nowak@nokia.com> | 2021-01-14 16:39:44 +0100 |
commit | 327b3323804e1ddc93a1f6a877380ba4d6aa50e8 (patch) | |
tree | 8ebf76a0abc8bc48a8cb0bdfc3992592b5ae2bb3 /docs | |
parent | 2673610db7b876ced4b296dd28d2fb5a40fee438 (diff) |
[VES spec] Updated eventID uniqueness rqts
Includes a use-case description, where the eventId uniqueness
cannot be assured.
- Updated document version to 7.2.1
- Updated the link to EventId use-case examples
- Updated human-readable text to point to VES 7.2.1
Change-Id: I3d068c0a3ab693753b0439d17ec3ee6faf9dd998
Signed-off-by: Damian Nowak <damian.nowak@nokia.com>
Issue-ID: VNFRQTS-938
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst b/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst index 0d24183..7dfad95 100644 --- a/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst +++ b/docs/Chapter8/ves_7_2/ves_event_listener_7_2.rst @@ -2,12 +2,12 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 AT&T Intellectual Property, All rights reserved .. Copyright 2017-2018 Huawei Technologies Co., Ltd. -.. Copyright 2020 Nokia Solutions and Networks +.. Copyright 2020-2021 Nokia Solutions and Networks .. _ves_event_listener_7_2: -Service: VES Event Listener 7.2 -------------------------------- +Service: VES Event Listener 7.2.1 +--------------------------------- +-----------------------------------------------------------------------------+ | **Legal Disclaimer** | @@ -27,8 +27,8 @@ Service: VES Event Listener 7.2 :Document: VES Event Listener -:Revision: 7.2 -:Revision Date: May 6th, 2020 +:Revision: 7.2.1 +:Revision Date: January 13th, 2021 :Author: Trevor Lovett +-----------------+-----------------------------+ @@ -841,6 +841,11 @@ Rules: .. image:: Use-Case-2.png +**Example 3**: Exceptions from eventId uniqueness requirement: +In certain scenarios such as restarts, the xNF might be unable to assure eventId +uniqueness as information about the latest used eventID value might not have been +persisted. When such eventId information is unavailable, the xNF should reset the +eventID numbering following the :ref:`ves_eventid_usecases_7_2`. Technology Independent Datatypes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -6164,6 +6169,10 @@ Contents. | | | - Updated links to OMA | | | | - Updated publishEventBatch to support stndDefined | +-----------+---------+-------------------------------------------------------+ +| 01/13/2021| v7.2.1 | - updated publishEventBatch to support stndDefined | +| | | - added eventId use-case example, where eventID | +| | | uniqueness cannot be assured | ++-----------+---------+-------------------------------------------------------+ .. _time_zone_abbreviations: https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations .. _Common_definitions: https://www.openmobilealliance.org/release/REST_NetAPI_Common/V1_0-20180116-A/OMA-TS-REST_NetAPI_Common-V1_0-20180116-A.pdf |