harshsxn / jss7

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

Define API for byte[] like types in ISUP #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In ISUP there are byte[] like types, which essentially are place holders for 
flags. Currently API is crude - it depends on user pass a byte[] and do 
checks/sets on each byte. We should have better api to do that.

Original issue reported on code.google.com by baran...@gmail.com on 30 Jun 2013 at 10:00

GoogleCodeExporter commented 9 years ago
Some classes already have this:
https://code.google.com/p/jss7/source/browse/isup/isup-api/src/main/java/org/mob
icents/protocols/ss7/isup/message/parameter/ParameterCompatibilityInformation.ja
va

https://code.google.com/p/jss7/source/browse/isup/isup-api/src/main/java/org/mob
icents/protocols/ss7/isup/message/parameter/InstructionIndicators.java

Original comment by baran...@gmail.com on 30 Jun 2013 at 10:07