Updates:
Status: Accepted
Owner: brainslog
Labels: Component-Diameter SubComponent-DIAMETER-Stack DIAMETER-1.4.0.CR3
Roadmap-Fix
Comment #2 on issue 3026 by brainslog: PeerFSMImpl doesn't send OKAY ->
DOWN notification
http://code.google.com/p/mobicents/issues/detail?id=3026
Indeed, this is a valid issue. What happens is that there's a middle state
(STOPPING, which is internal) between OKAY and DOWN. When the notification
is sent it uses the "public" value for STOPPING which is DOWN, thus the
DOWN -> DOWN transition.
It should be changed so that when there's a change in the public state, a
notification is sent.