commit | c1df0a9b44dacc6defe1df5f1a2f72ac5c6ec433 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Apr 10 08:48:10 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Wed Apr 10 20:39:23 2019 -0400 |
tree | ea440c3cd8dd9f70ff361ec813055e61d96abc7d | |
parent | e9df7cf30026787a3cbbae81b4442234609423cd [diff] |
Remove PDP from all active groups The code to disable a PDP used the group name, extracted from a prior PdpUpdate request, to identify the group from which the PDP should be removed. This is not sufficient, as the requests tracker may have never seen an update request. Therefore, the code was modified to simply remove the PDP from all active groups. Also made removeFromGroups(pdpName) public so that it can be used by other PAP code. Change-Id: Iedec88cb23e586944563dcc5ac82ff3b9f122f8c Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Administration Point Backend code.
To build it using Maven 3, run: mvn clean install