harshsxn / jss7

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

I have a problem in error code. #340

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I send routing_info_for_sm.
2. I recive return_error. 

What is the expected output? What do you see instead?

I see in wireshark error type is equal 2 but object ReturnErrorImpl show me 0 
in attribute errorType. 

What version of the product are you using? On what operating system?
I use Redhat 6 with product version 2.1.0,  64 bit.

Please provide any additional information below.

I see file 
tcap/tcap-api/src/main/java/org/mobicents/protocols/ss7/tcap/asn/comp/ErrorCodeT
ype.java. 

Define enum 

public enum ErrorCodeType {

    Local, Global

}

I think resolve the problem Local=1. 

Original issue reported on code.google.com by adrianca...@gmail.com on 29 Jun 2015 at 1:45

Attachments: