gladiopeace / jss7

Automatically exported from code.google.com/p/jss7
1 stars 0 forks source link

Improve ISUP message factory #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Initial design is a bit flawed it seems. The idea was that for instance 
ACM.setCIC(iam.getCIC()); will be used, this may be confusing or sometimes hard 
to achieve. Its also a bit counter intuitive. Best way to solve this is to 
provide two methods for each msg. One that takes CIC, second that doesnt.

There is also a need for a CIC in encode method since it assumes its present.

Original issue reported on code.google.com by baran...@gmail.com on 23 Feb 2013 at 10:09

GoogleCodeExporter commented 9 years ago
http://code.google.com/r/baranowb-jss7/source/list?name=ISSUE_241

Original comment by baran...@gmail.com on 23 Feb 2013 at 12:43

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/jss7/source/detail?r=ea2933d78fce8cd9b4b7586921c6a08af0
3db169

Original comment by baran...@gmail.com on 3 Mar 2013 at 11:47