Пример #1
0
        public void 单条信令测试()
        {
            string hexWithOutSp             = "60129808FD4E018380B9807CAA8B5535B380013CA11434000340";
            BitArrayInputStream inputStream = GetInputStream(hexWithOutSp);

            inputStream.Reverse();
            DL_CCCH_Message.PerDecoder.Instance.Decode(inputStream);
        }