Comment #7 on issue 81 by [email protected]: Implement updateGprsLocation MAP message
http://code.google.com/p/jss7/issues/detail?id=81

Hello!

Important update:
- SGSNCapability - solsaSupportIndicator is an optional parameter.
So we can not do so:
                        switch (num) {
                        case 0:
if (tag != Tag.NULL || ais.getTagClass() != Tag.CLASS_UNIVERSAL | | !ais.isTagPrimitive()) throw new MAPParsingComponentException("Error while decoding " + _PrimitiveName + ".solsaSupportIndicator: Parameter bad tag, tag class or not primitive",
                                                        
MAPParsingComponentExceptionReason.MistypedParameter);
                                 ais.readNull();
                                 this.solsaSupportIndicator = true;
                                break;
                        default:
We must not use "num" parameter (case 0:, default:)
Make like PDNGWUpdateImpl



--
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