Comment #2 on issue 172 by [email protected]: Implement missing
primitives for sendRoutingInfo MAP operation
http://code.google.com/p/jss7/issues/detail?id=172
1. Not fully implemented primitives:
primitives.NAEACIC
callhandling.ExtendedRoutingInfo(P)
callhandling.ForwardingData(P)
callhandling.GmscCamelSubscriptionInfo(P)
2. About MAPFunctionalTests: (both for sendRoutingInfo and sendRoutingInfo
operations!)
- we need to create parameters
via "this.mapParameterFactory.createXXX(...)", not by "new XXXImpl()".
Please look at previos implemented messages. Let's fix it.
3. All others look sgood for me. Please commit a patch and announse me
about it. I need to perform some extra testing.
Please also make different patches for MAP and CAP stacks.