Comment #3 on issue 114 by [email protected]: Implement cancelLocation
MAP message
http://code.google.com/p/jss7/issues/detail?id=114
1. CancelLocationRequestImpl and CancelLocationResposeImpl: the same tasks
as in Issue 135 for ProvideRoamingNumberRequestImpl and
ProvideRoamingNumberResponsetImpl
2. CancelLocationRequestImpl.CancelLocationRequestImpl():
- should return true if mapVersion<3 and imsi!=null
- encodeData(): version 1 & 2 is wrong encoded. It is a choice here!
Separate encoding parts for V1-2 and V3
- _decode(): version 1 & 2 is wrong decoded. It is a choice here! Separate
encoding parts for V1-2 and V3. V1-2 must be out
of "readSequenceStreamData(length);" section