Comment #2 on issue 336 by [email protected]: SRI-SM Response parsing
error
https://code.google.com/p/jss7/issues/detail?id=336
Tests are OK, but additional number is not decoded correctly:
additionalNumberType=msc,
additionalNumber=ISDNAddressString[AddressNature=unknown,
NumberingPlan=ISDN, Address=701937379499050
must be
additionalNumberType=sgsn,
additionalNumber=ISDNAddressString[AddressNature=international_number,
NumberingPlan=ISDN, Address=37379499050
Reason:
additionalNumber in LocationInfoWithLMSIImpl.java is defined as
ISDNAddressString, but I think it must be ArrayList<ISDNAddressString>.
Solution:
To create new interface, for example:
public interface AdditionalNumber extends Serializable {
ArrayList<ISDNAddressString> getAdditionalNumber ();
void setAdditionalNumber (ArrayList<ISDNAddressString> numbersList);
}
and implement it.
--
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/d/optout.