Beispiel #1
0
        public void ParseMutiGz()
        {
            string str5;

            Stopwatch.StartNew();
            string path = @"C:\Users\XF\Desktop\Trace\EricBin2";
            string str2 = @"C:\Users\XF\Desktop\Trace\EricXml2";

            foreach (string str3 in Directory.GetFiles(path))
            {
                EricssTrace.EricParse(Path.Combine(str2, Path.GetFileName(str3) + ".xml"), str3, true);
            }
            StreamReader reader = new StreamReader(@"C:\Users\XF\Desktop\Trace\Kt_Eric\LTE_CELL_SDR_20150119100500_DG.log");

            while ((str5 = reader.ReadLine()) != null)
            {
                string[] strArray2 = str5.Split(new[] { "##" }, StringSplitOptions.None);
                if (strArray2.Length > 8)
                {
                }
            }
        }
Beispiel #2
0
        public void EricTraceTestBasic()
        {
            string binPath = @"C:\Users\XF\Desktop\Asn\A20140319.1615+0800-1630+0800_SubNetwork=ONRM_ROOT_MO_R,SubNetwork=LRAN,MeContext=GZLB4015_celltracefile_DUL1_1.bin";

            EricssTrace.EricParse("", binPath);
        }