Commit 5cc9b29d authored by Pelayo Torres's avatar Pelayo Torres
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
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@ The **Event Filter** is a feature of the CAPIF Events service that allows you to

## 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:

+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

- New filters for Event service subscriptions.
    - 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].

## **Release 2.0.0**
@@ -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"
[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"
[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"