Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix

New issue 225 by [email protected]: incorrect _LAYER3_IDENTIFIER in SS7 ISUP UserServiceInformation
http://code.google.com/p/jss7/issues/detail?id=225

What steps will reproduce the problem?
Send a Camel InitialDP with BearerCapability which includes UserInformationLayer 3 protocol

What is the expected output?
   Correct decoding of the InitialDP

What do you see instead?
ERROR [CAPServiceCircuitSwitchedCallImpl] Error processing initialDpRequest: invalid layer identifier


What version of the product are you using? On what operating system?
2.0.0.BETA3

Please provide any additional information below.

Please change in org.mobicents.protocols.ss7.isup.message.parameter.UserServiceInformation.java line 50
public static final int _LAYER3_IDENTIFIER=0x0;

to

public static final int _LAYER3_IDENTIFIER=0x3; (according to Q.931 - 4.5.5 Bearer Capability)


Reply via email to