Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This should give the following response:

Code Block
languagejs
[{"pdpGroup":"defaultGroup","pdpType":"apex","pdpId":"policy-apex-pdp","policy":{"name":"onap.policies.native.apex.LinkMonitor","version":"1.0.0"},"policyType":{"name":"onap.policies.native.Apex","version":"1.0.0"},"deploy":true,"state":"SUCCESS"},{"pdpGroup":"defaultGroup","pdpType":"xacml","pdpId":"policy-xacml-pdp","policy":{"name":"SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP","version":"1.0.0"},"policyType":{"name":"onap.policies.Naming","version":"1.0.0"},"deploy":true,"state":"SUCCESS"}]


  • Send the LinkFailureEvent to DMaaP Message Router:

...

  • The SDNR-simulator should receive the following call if the apex policy is working:
Code Block
languagebash
"PUT /rests/data/network-topology:network-topology/topology=topology-netconf/node=HCL-O-DU-1123/yang-ext:mount/o-ran-sc-du-hello-world:network-function/du-to-ru-connection=ERICSSON-O-RU-11225 HTTP/1.1" 200


  • The logs of policy-apex-pdp docker container should show some messages exchanged related to the LinkFailureEvent that was sent.

...