Refactor of PDP Agent code. 33/19733/2
authorSteven Pisarski <s.pisarski@cablelabs.com>
Wed, 6 May 2015 17:58:57 +0000 (11:58 -0600)
committerThomas Kee <xsited@yahoo.com>
Fri, 8 May 2015 19:52:03 +0000 (12:52 -0700)
commit586d0e05ba562aca40498c40bba719398c2eec2f
tree6241c14079bbdee7717389b8215c727724fa17b9
parent50b2255123e82bca3413b37675e6573be02748d8
Refactor of PDP Agent code.
Moved shared functionality up the the super COPSPdpAgent. Clarified purpose of the class by removing the extension of the Thread class as the agent is responsible for creating the persistent connection via the COPSPdpConnection class not itself. It appears that the class was originally meant handle COPS messages at one point but the run() method or extension of Thread was never removed after adding the connection object.

Change-Id: I5fd9b5dd914cf902c8726821253491f316e7d93f
Signed-off-by: Steven Pisarski <s.pisarski@cablelabs.com>
packetcable-driver/src/main/java/org/pcmm/PCMMPdpAgent.java
packetcable-driver/src/main/java/org/umu/cops/ospdp/COPSPdpOSAgent.java
packetcable-driver/src/main/java/org/umu/cops/prpdp/COPSPdpAgent.java
packetcable-policy-server/src/main/java/org/opendaylight/controller/packetcable/provider/PCMMService.java