Skip to content
Snippets Groups Projects
Commit 5cc9b29d authored by torrespel's avatar torrespel
Browse files

Merge branch...

Merge branch 'OCF-Doc30-add-event-filter-improvement-to-release-notes-of-new-version' into 'develop'

event filter relative url

See merge request !36
parents 38076190 a255678c
No related branches found
No related tags found
1 merge request!36event filter relative url
Pipeline #12311 passed
...@@ -4,9 +4,9 @@ The **Event Filter** is a feature of the CAPIF Events service that allows you to ...@@ -4,9 +4,9 @@ The **Event Filter** is a feature of the CAPIF Events service that allows you to
## How it works ## How it works
To specify the desired filter during subscription, you can use the ***eventDetails*** field, provided that the ***Enhanced Event Report*** flag is enabled in the ***Supported Features*** characteristics. To specify the desired filter during subscription, you can use the ***eventFilters*** field, provided that the ***Enhanced Event Report*** flag is enabled in the ***Supported Features*** characteristics.
The ***eventDetails*** field consists of a list of filters that correspond one-to-one with the list of events in the ***events*** field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on. The ***eventFilters*** field consists of a list of filters that correspond one-to-one with the list of events in the ***events*** field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on.
Each filter contains three lists: Each filter contains three lists:
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- New filters for Event service subscriptions. - New filters for Event service subscriptions.
- You can now specify from which API, AEF, or Invoker you want to receive the event notifications. - You can now specify from which API, AEF, or Invoker you want to receive the event notifications.
- These filters are specified in the ***eventDetails*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated. - These filters are specified in the ***eventFilters*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated.
- More detailed information about event filters can be found in [Event Filter]. - More detailed information about event filters can be found in [Event Filter].
## **Release 2.0.0** ## **Release 2.0.0**
...@@ -348,4 +348,4 @@ This Release also includes a Robot Test Suite for all those services and a Postm ...@@ -348,4 +348,4 @@ This Release also includes a Robot Test Suite for all those services and a Postm
[New Registration Demo]: https://www.youtube.com/watch?v=sn-tN6eRvv8 "New Registration Demo" [New Registration Demo]: https://www.youtube.com/watch?v=sn-tN6eRvv8 "New Registration Demo"
[CICD Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/OCF-CICD "CI/CD Wiki" [CICD Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/OCF-CICD "CI/CD Wiki"
[Upgrade Release 17 to 18 Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/3GPP-Release-18-upgrade "Upgrade Release 17 to 18 Wiki" [Upgrade Release 17 to 18 Wiki]: https://labs.etsi.org/rep/ocf/community/-/wikis/3GPP-Release-18-upgrade "Upgrade Release 17 to 18 Wiki"
[Event Filter]: https://labs.etsi.org/rep/ocf/documentation/latest/event-filter/event-filter/ "Event Filter" [Event Filter]: ./event-filter/event-filter.md "Event Filter"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment