Skip to content
Snippets Groups Projects

Add links to sections

Merged Jorge Moratinos requested to merge OCF-Docxx-add-doc-links into develop
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -4,6 +4,7 @@
@@ -4,6 +4,7 @@
#### **Added Event Filters**
#### **Added Event Filters**
 
- Check [Event Filter section](./event-filter/event-filter.md)
- 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 ***eventFilters*** 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.
@@ -11,7 +12,7 @@
@@ -11,7 +12,7 @@
### **Testing**
### **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**
### **Technical Debt Solved**
@@ -37,6 +38,7 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
@@ -37,6 +38,7 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
#### **Vendor Extensibility**
#### **Vendor Extensibility**
 
- Check [Vendor Extensibility section](./vendor-ext/vendor-ext.md)
- Publish API:
- Publish API:
- On publishing a service API, **SupportedFeatures** is read and checked whether VendExt feature is enabled.
- 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
- 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.
@@ -92,12 +94,14 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
#### **Api Status feature**
#### **Api Status feature**
 
- Check [API Status section](./api-status/api-status.md)
- New logic to support ***API Status*** feature on Publish and Events Services.
- New logic to support ***API Status*** feature on Publish and Events Services.
- Events API:
- Events API:
- Event internal notifications between services improved to accomplish specification.
- Event internal notifications between services improved to accomplish specification.
- On event subscription **SupportedFeatures** is read and stored in db 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.
- 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
#### Remote Scripts
New scripts developed to help on remote deployment, configuration and testing. All this script are stored under helm/scripts in capif repository.
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
@@ -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"
[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]: ./event-filter/event-filter.md "Event Filter"
Loading