Comment #17 on issue 152 by [email protected]: Implement
insertSubscriberData MAP message
http://code.google.com/p/jss7/issues/detail?id=152
Hi
For both VoiceGroupCallData and VoiceBroadcastData, groupId shall be filled
with six TBCD fillers (1111) if the longGroupId is present. This is not
implemented. I though of having a flag in GroupIdImpl and encode 6 tbcd
fillers based on the flag value.
I have implemented a supper class for both LongGroupId and GroupId as you
mentioned and will be able to achieve this in this supper class based on
the value of the flag. This flag will be set using the constructor of the
GroupId class.
Will this be a good way to implement?