RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
190 stars 221 forks source link

Adding XML serializing for classes that are subclasses of SubscriberInfoImpl #99

Closed vetss closed 6 years ago

vetss commented 8 years ago

1) We need to implement missed XML serializing for subclasses that are serialized inside SubscriberInfoImpl:

and of their subclasses if needed.

2) We have to add unit tests for XML serializing for following primitives:

This is needed to finish of implementation of serializing of anyTimeInterrogation response. (anyTimeInterrogation request is not covered at all)

vetss commented 6 years ago

@knosach What is missed - subitems of PDPContextInfo are not implemented: ExtQoSSubscribed, GPRSChargingID, ChargingCharacteristics, Ext2QoSSubscribed, Ext3QoSSubscribed, Ext4QoSSubscribed, ExtPDPType we need a serialization of subitems details not just a byte[] serializing (now only as byte[] implemented - check my commit for examples)

knosach commented 6 years ago

closed by commits above