Cancel PDP timers in PAP 67/86667/1
authorJim Hahn <jrh3@att.com>
Tue, 30 Apr 2019 18:39:43 +0000 (14:39 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 30 Apr 2019 18:39:43 +0000 (14:39 -0400)
commit8b35ccbcaa5c61fa9dfce1add0ec8b1d10f84c72
treecb4acc8df527de87e55fe2e0df3825a2b55f07fd
parent7cab98ba7db4ae718124c762e5ea1fb25f8d447e
Cancel PDP timers in PAP

When a response is received by PAP from a PDP, the associated timer
(and listener) are not being cancelled.  As a result, when the timer
later expired, PAP was re-sending the request.  Modified the code to fix
this.

Change-Id: Id63f76622c01d286c169b618f8369b849ff31085
Issue-ID: POLICY-1715
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/main/java/org/onap/policy/pap/main/comm/msgdata/RequestImpl.java
main/src/test/java/org/onap/policy/pap/main/comm/msgdata/RequestImplTest.java