gladiopeace / jss7

Automatically exported from code.google.com/p/jss7
1 stars 0 forks source link

TCAP Uni messageflow: proper dialog activity ending for both stack and TCAP RA #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
About tcap unidirectional - now it creates the dialog successfully but on the 
sender side the dialog is not released automatically while on the receiver's 
side the dialog activity is ended a few seconds after receiving the message. 
(but onDIALOG_RELEASED event is not generated)

We need to care for UNI (unstructured) TCAP Dialog releasing both for TCAP 
stack and TCAP RA

Original issue reported on code.google.com by serg.vet...@gmail.com on 5 Jan 2013 at 10:26

GoogleCodeExporter commented 9 years ago
Fixed now:
- jss7: (a part of a patch)
http://code.google.com/p/jss7/source/detail?r=57e4f250589e1b1681b6dd34d5c6c10823
02e5b3
(http://code.google.com/p/jss7/source/diff?spec=svn57e4f250589e1b1681b6dd34d5c6c
1082302e5b3&r=57e4f250589e1b1681b6dd34d5c6c1082302e5b3&format=side&path=/tcap/tc
ap-impl/src/main/java/org/mobicents/protocols/ss7/tcap/DialogImpl.java - 
send(TCUniRequest event) and processUni(TCUniMessage msg, SccpAddress 
localAddress, SccpAddress remoteAddress))
- jain-slee: (a part of a patch)
http://code.google.com/p/jain-slee/source/detail?r=9a6631c0890b5a099559aa5879604
f933828ca1b&repo=ss7

We should test it

Original comment by serg.vet...@gmail.com on 5 Jan 2013 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 13 Jan 2013 at 5:58