Remove supportedPolicyTypes from PdpStatus 83/100183/2
authorramverma <ram.krishna.verma@est.tech>
Fri, 10 Jan 2020 10:46:40 +0000 (10:46 +0000)
committerramverma <ram.krishna.verma@est.tech>
Fri, 10 Jan 2020 13:47:51 +0000 (13:47 +0000)
commit3f8536f2a89f9e34f5705def915d7ecfe3bfa5bd
treec4c2145877dcfa603438774975cb3435ab274ef6
parenta3771d2efbf906cc4bf58683d4b2f40637d63ced
Remove supportedPolicyTypes from PdpStatus

Removing supportedPolicyTypes from PdpStatus in policy/models as it is
no longer expected from the Pdps to send it as part of the heartbeat or
initial registration message. Instead the PdpGroupName is expected from
the Pdps in the initial registration message.

Issue-ID: POLICY-2256
Change-Id: I14b76a737027e146d69d89c2fe2c3f098a89e196
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpStatus.java
models-pdp/src/test/java/org/onap/policy/models/pdp/concepts/PdpStatusTest.java
models-sim/policy-models-sim-pdp/src/main/java/org/onap/policy/models/sim/pdp/handler/PdpMessageHandler.java