Commit ebfc621d authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Docxx-add-doc-links' into 'develop'

Add links to sections

See merge request !39
parents 3416776a 3403a0f4
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

#### **Added Event Filters**

- Check [Event Filter section](./event-filter/event-filter.md)
- 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 ***eventFilters*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated.
@@ -11,7 +12,7 @@

### **Testing**

- New Event Filter test suite with 8 tests. [Event Filter](./testing/testplan/event_filter/README.md)
- New Event Filter test suite with 8 tests. [Event Filter test suite](./testing/testplan/event_filter/README.md)


### **Technical Debt Solved**
@@ -37,6 +38,7 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.

#### **Vendor Extensibility**

- Check [Vendor Extensibility section](./vendor-ext/vendor-ext.md)
- Publish API:
    - On publishing a service API, **SupportedFeatures** is read and checked whether VendExt feature is enabled.
    - When VendExt is enabled, vendor-specific fields are searched and stored in the db inside the ServiceAPIDescription object
@@ -92,12 +94,14 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.

#### **Api Status feature**

- Check [API Status section](./api-status/api-status.md)
- New logic to support ***API Status*** feature on Publish and Events Services.
- Events API:
    - Event internal notifications between services improved to accomplish specification.
    - On event subscription **SupportedFeatures** is read and stored in db to accomplish specification.
    - Also **SupportedFeatures** is checked before send event notification, in order to accomplish specification, sending **eventDetails** and related information according to ***enhanced_event_report*** and ***apiStatusMonitoring*** supported features activated.


#### Remote Scripts

New scripts developed to help on remote deployment, configuration and testing. All this script are stored under helm/scripts in capif repository.
@@ -362,4 +366,3 @@ 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]: ./event-filter/event-filter.md "Event Filter"