Skip to content
Snippets Groups Projects
Commit 837d8ab5 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

more release notes

parent 9454aad1
No related branches found
No related tags found
1 merge request!24Resolve "Create section of SDK in documentation"
......@@ -8,6 +8,7 @@
- Supported Features now are mandatory for all POST and PUT Requests as is described on TS 29.222. To keep in mind:
- All POST/PUT request now must include ***Supported Features*** attribute, default can me set to ``0`` to keep all features inactive.
- On subscription to Event, if you need ***eventDetails*** information on notification you must activate ***Enhanced Event Report*** feature by setting properly the ***Supported Features*** flag.
- Detailed information about models and endpoints upgrade on [Upgrade Release 17 to 18 Wiki]
#### **Vendor Extensibility**
......@@ -102,6 +103,21 @@ New scripts developed to help on remote deployment, configuration and testing. A
- ***populate_create_remote_dummy_users.sh***: : Create Dummy providers and invokers, publish service APIs and creates security context for invokers.
- ***populate_remove_remote_dummy_users.sh***: Remove dummy information created.
### New Tools and Components
#### SDK
New Python SDK is developed in order to simplify the creation and operation of providers and invokers. Please check the [SDK repository](https://labs.etsi.org/rep/ocf/sdk) for more information, there you can get more information about how to use it and also how to contibute to it.
#### Provider and Invoker example Clients
In order to help developers to create their own invokers/providers entities and try the behavior of the OpenCAPIF, we also add to the OCF respository two example with console interaction at [example clients repository](https://labs.etsi.org/rep/ocf/example-clients):
- [invoker-cli](https://labs.etsi.org/rep/ocf/example-clients/invoker-cli)
- [provider-cli](https://labs.etsi.org/rep/ocf/example-clients/provider-cli)
More information on README of each component.
### **Testing**
- New Vendor Extensibility test suite with 9 tests. [Api Events Service](./testing/testplan/vendor_extensibility/README.md)
......@@ -320,4 +336,4 @@ This Release also includes a Robot Test Suite for all those services and a Postm
[OCF Registration Flow]: https://ocf.etsi.org/documentation/latest/testing/testplan/common_operations/ "OCF Registration Flow"
[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/?¿?¿?¿?¿? "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"
# SDK
Check [SDK repository](https://labs.etsi.org/rep/ocf/sdk) for further information.
[OCF Web]: https://ocf.etsi.org/ "OCF Web"
[OCF Documentation]: https://ocf.etsi.org/documentation/ "OCF Documentation"
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