X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2FREADME.md;h=1b545d4a16a5531cf4f92b7e28701f332b82a43b;hb=f2d8f1002fa93848c80a88e5658db4816cba3020;hp=0e956ed6c28f53ed517037ae6ff2e20599078bdc;hpb=048a8673d15e0329cd79594028f19ba315ba7140;p=sim%2Fo1-interface.git diff --git a/ntsimulator/README.md b/ntsimulator/README.md index 0e956ed..1b545d4 100644 --- a/ntsimulator/README.md +++ b/ntsimulator/README.md @@ -116,7 +116,7 @@ module: network-topology-simulator * **is-netconf-available** - if set to 'True', NETCONF notifications will be sent when a random fault notification is generated, The NETCONF notification that is being sent is currently *o-ran-fm:alarm-notif*; if set to 'False', NETCONF notifications are not being sent out; * **is-ves-available** - if set to 'True', VES *faultNotification* messages will be sent when a random fault notification is generated; if set to 'False', VES *faultNotification* messages are not generated; * **controller-details** - this container groups the configuration related to the ODL based SDN controller that the simulated devices can connect to; -* **controller-ip** - the IP address of the ODL based SDN controller where the simulated devices can be mounted. Only IPv4 is supported currently; +* **controller-ip** - the IP address of the ODL based SDN controller where the simulated devices can be mounted. Both IPv4 and IPv6 are supported; * **controller-port** - the port of the ODL based SDN controller; * **netconf-call-home-port** - the NETCONF Call Home port of the ODL based SDN controller; * **controller-username** - the username to be used when connecting to the ODL based SDN controller; @@ -238,6 +238,7 @@ services: ControllerPort: 8181 ControllerUsername: "admin" ControllerPassword: "admin" + IPv6Enabled: "true" ``` @@ -274,6 +275,7 @@ services: * **ControllerUsername** - this can change the default value of the **controller-username** leaf used by the NTS Manager. The default is `admin`. * **ControllerPassword** - this can change the default value of the **controller-password** leaf used by the NTS Manager. The default is `admin`. * **NetconfCallHome** - this can change the default value of the **netconf-call-home** leaf used by the NTS Manager. The default is `false`. + * **IPv6Enabled**: if this is set to `true`, IPv6 is enabled. **Please note that for a working configuration, it is the user responsibility to correctly configure the Docker daemon to work with IPv6, prior to starting the NTS Manager!** After modifying the `docker-compose.yml` file with values specific to your host, the NTS Manager can be started by running the command `docker-compose up` from the **scripts** folder. @@ -363,6 +365,17 @@ This means that `MODELS_IMAGE: "ntsim_oran_light:latest"` can be used as an envi ## Release notes +### **version 0.6.5** + +Added features: +* **basic-auth** is now available for pnfRegistration messages - if the VES Endpoint supports basic-auth (with username and password), the user can configure these endpoint details and the pnfRegistration message will use them. + +### **version 0.6.4** + +Bug fixes and improvements: +* Fixed bug where pnfRegistration messages for TLS connections were not sent. +* Fixed bug for manual notification generation failed when notification object was too long. + ### **version 0.6.1** Added features: