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

New issue 309 by [email protected]: org.mobicents.protocols.ss7.map.service.mobility.locationManagement.CancelLocationRequestImpl.encodeData -- wrong ASN.1 encoding of cancellationType
http://code.google.com/p/jss7/issues/detail?id=309

What steps will reproduce the problem?
1. sending CancellLocation with CancellationType set

What is the expected output? What do you see instead?
CancellationType for SubscriptionWithdrawal shall be coded as 0x0a (tag) 0x01 (length) 0x01 (value) but I see 0x02 0x01 0x01

What version of the product are you using? On what operating system?
mobicents-ss7-2.0.0.FINAL.zip

Problem is with writeInteger call

..............
if (this.cancellationType != null)
            {
                try
                {
        asnOs.writeInteger(this.cancellationType.getCode());
                }
...............

Attachments:
        BadCL.pcap  436 bytes
        GoodCL.pcap  436 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to