Class GSMDecoderUtil


  • public class GSMDecoderUtil
    extends Object
    GSMDecoderUtil class
    Author:
    Martin Harvan, Damian Minkov
    • Constructor Detail

      • GSMDecoderUtil

        public GSMDecoderUtil()
    • Method Detail

      • gsmDecode

        public static void gsmDecode​(boolean bigEndian,
                                     byte[] data,
                                     int offset,
                                     int length,
                                     byte[] decoded)
        Decode GSM data.
        Parameters:
        bigEndian - if the data are in big endian format
        data - the GSM data
        offset - offset
        length - length of the data
        decoded - decoded data array