[srslte-users] srsENB with USRP X310
Pedro Alvarez
pinheirp at tcd.ie
Wed Sep 20 15:34:29 UTC 2017
Thanks Ismael, you've hit the nail on the head.
Reducing the rf.time_adv_nsamples did the trick.
I used 20 samples for the rf.time_adv_nsamples value @5MHz and I got a
stable connection.
Cheers,
Pedro
On 18 September 2017 at 21:54, Ismael Gomez <
ismael.gomez at softwareradiosystems.com> wrote:
> Hi Pedro,
>
> That could be due to an improper calibration of the TX/RX offset for the
> X300 and the BW you are using. The offset could be too large and you see a
> replica of the sequence with incorrect preamble and offset estimation,
> which would explain why the first detected preamble is 2 instead of 1 (I
> assume you are using srsUE, which always starts with preamble 1).
>
> If you look at class radio in lib/src/radio/radio.cc function
> radio::set_tx_srate() sets the TX/RX offset in samples as a function of the
> desired sampling rate. You can either reduce a bit the nsamples value for
> the uhd_x300 device and the BW you use and recompile, or just use the
> parameter rf.time_adv_nsamples in enb.conf.
>
> Hope this helps
>
> On Fri, 15 Sep 2017 at 20:49 Pedro Alvarez <pinheirp at tcd.ie> wrote:
>
>> Hi all,
>>
>> I'm trying to run srsENB with an USRP X310 on a laptop with an i7 2670QM,
>> using the 1G Ethernet interface. For the UE I am using a B210.
>> I am having trouble as the eNB does not reply to the PRACH request. This
>> seems to happen because the estimated offset is to big, when the default
>> max PRACH offset config is 30us.
>>
>> If I change the enb.config to accept larger offsets, the eNB will reply,
>> but the timeout for the RRC Connect will expire.
>> I attach at the end of this e-mail the enb.log for both
>> "max_prach_offset_us = 30" and "max_prach_offset_us = 90"
>>
>> For this I'm using UHD version 003.009.007-0-g50839059 installed from
>> source from the LTS branch.
>> If instead of an X310 I use a B210 for the eNB, the UE can fully attach
>> (i.e. get an IP and is pingable).
>>
>> Any pointer in the right direction would be most welcome.
>>
>> Cheers,
>> Pedro
>>
>> enb.log for max_prach_offset_us = 30
>> """
>> 18:04:26.769869 [PHY0] Info [00000] Worker 0 configured cell 25 PRB
>> 18:04:26.847985 [PHY1] Info [00000] Worker 0 configured cell 25 PRB
>> 18:04:28.522245 [PHY0] Info [00000] Starting RX/TX thread nof_prb=25,
>> sf_len=5760
>> 18:04:28.523472 [MAC ] Info [00000] Resetting MAC
>> 18:04:28.652108 [S1AP] Info Connecting to MME 192.168.5.254:36412
>> 18:04:28.653381 [S1AP] Info SCTP socket established with MME
>> 18:04:28.653468 [S1AP] Info Sending s1SetupRequest
>> 0000: 00 11 00 2d 00 00 04 00 3b 00 08 00 02 f8 39 00
>> 0010: 00 19 b0 00 3c 40 0a 03 80 73 72 73 65 6e 62 30
>> 18:04:28.654270 [S1AP] Info Received S1AP PDU
>> 0000: 20 11 00 17 00 00 02 00 69 00 0b 00 00 02 f8 39
>> 0010: 00 00 00 04 00 01 00 57 40 01 0a
>> 18:04:28.654331 [S1AP] Info Received S1SetupResponse
>> 18:04:41.679606 [PHY0] Info [02412] PRACH: 0/1, preamble=2,
>> offset=85.8 us, peak2avg=61.5, max_offset=30.0 us
>> 18:04:41.709373 [PHY0] Info [02440] PRACH: 0/1, preamble=3,
>> offset=85.8 us, peak2avg=130.1, max_offset=30.0 us
>> 18:04:41.739640 [PHY0] Info [02472] PRACH: 0/1, preamble=4,
>> offset=85.8 us, peak2avg=148.8, max_offset=30.0 us
>> 18:04:41.769616 [PHY0] Info [02502] PRACH: 0/1, preamble=5,
>> offset=85.8 us, peak2avg=140.4, max_offset=30.0 us
>> 18:04:41.799477 [PHY0] Info [02532] PRACH: 0/1, preamble=6,
>> offset=85.8 us, peak2avg=140.7, max_offset=30.0 us
>> 18:04:41.859683 [PHY0] Info [02592] PRACH: 0/1, preamble=8,
>> offset=85.8 us, peak2avg=137.3, max_offset=30.0 us
>> 18:04:50.659291 [RF ] Warning Underflow
>> """
>>
>> enb.log for max_prach_offset_us = 90
>> """
>> 18:01:49.840914 [PHY0] Info [00000] Worker 0 configured cell 25 PRB
>> 18:01:49.919005 [PHY1] Info [00000] Worker 0 configured cell 25 PRB
>> 18:01:51.586670 [PHY0] Info [00000] Starting RX/TX thread nof_prb=25,
>> sf_len=5760
>> 18:01:51.587857 [MAC ] Info [00000] Resetting MAC
>> 18:01:51.716388 [S1AP] Info Connecting to MME 192.168.5.254:36412
>> 18:01:51.717733 [S1AP] Info SCTP socket established with MME
>> 18:01:51.717820 [S1AP] Info Sending s1SetupRequest
>> 0000: 00 11 00 2d 00 00 04 00 3b 00 08 00 02 f8 39 00
>> 0010: 00 19 b0 00 3c 40 0a 03 80 73 72 73 65 6e 62 30
>> 18:01:51.719014 [S1AP] Info Received S1AP PDU
>> 0000: 20 11 00 17 00 00 02 00 69 00 0b 00 00 02 f8 39
>> 0010: 00 00 00 04 00 01 00 57 40 01 0a
>> 18:01:51.719098 [S1AP] Info Received S1SetupResponse
>> 18:02:06.033724 [PHY0] Info [03701] PRACH: 0/1, preamble=2,
>> offset=85.8 us, peak2avg=127.4, max_offset=90.0 us
>> 18:02:06.037869 [MAC ] Info [03705] SCHED: Added user rnti=0x46
>> 18:02:06.037947 [MAC ] Info [03705] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.038178 [RRC ] Info Added new user rnti=0x46
>> 18:02:06.038214 [MAC ] Info [03706] RACH: tti=3701, preamble=2,
>> offset=85, temp_crnti=0x46
>> 18:02:06.038851 [MAC ] Info [03707] SCHED: RAR, ra_id=0, rnti=0x46,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.038965 [PHY0] Info [03707] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3711
>> 18:02:06.039023 [PHY0] Info [03707] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3711
>> 0000: 42 05 50 68 0c 00 46
>> 18:02:06.040943 [MAC ] Info [03709] SCHED: RAR tx rnti=0x46, pid=5,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.049105 [PHY0] Info [03717] PUSCH: rnti=0x46, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.3 dB, n_iter=4, crc=KO, dec_time= 149 us
>> 0000: 56 ec 4a b3 1f 67 d0
>> 18:02:06.049182 [MAC ] Info [03717] SCHED: UL retx rnti=0x46, pid=5,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.049251 [PHY0] Info [03717] PHICH: rnti=0x46, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3721
>> 18:02:06.057144 [PHY0] Info [03725] PUSCH: rnti=0x46, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.2 dB, n_iter=4, crc=KO, dec_time= 102 us
>> 0000: 8d c8 f5 aa 77 f9 fb
>> 18:02:06.057237 [MAC ] Info [03725] SCHED: UL retx rnti=0x46, pid=5,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.057296 [PHY0] Info [03725] PHICH: rnti=0x46, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3729
>> 18:02:06.063643 [PHY0] Info [03731] PRACH: 0/1, preamble=3,
>> offset=85.8 us, peak2avg=140.0, max_offset=90.0 us
>> 18:02:06.065050 [PHY0] Info [03733] PUSCH: rnti=0x46, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.7 dB, n_iter=4, crc=KO, dec_time= 104 us
>> 0000: 78 9f 51 79 b3 8e d1
>> 18:02:06.065146 [MAC ] Info [03733] SCHED: UL retx rnti=0x46, pid=5,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.065207 [PHY0] Info [03733] PHICH: rnti=0x46, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3737
>> 18:02:06.067543 [MAC ] Info [03735] SCHED: Added user rnti=0x47
>> 18:02:06.067594 [MAC ] Info [03735] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.067835 [RRC ] Info Added new user rnti=0x47
>> 18:02:06.067870 [MAC ] Info [03735] RACH: tti=3731, preamble=3,
>> offset=85, temp_crnti=0x47
>> 18:02:06.068091 [MAC ] Info [03736] SCHED: RAR, ra_id=0, rnti=0x47,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.068230 [PHY1] Info [03736] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3740
>> 18:02:06.068271 [PHY1] Info [03736] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3740
>> 0000: 43 05 50 68 0c 00 47
>> 18:02:06.070119 [MAC ] Info [03738] SCHED: RAR tx rnti=0x47, pid=2,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.073062 [PHY0] Info [03741] PUSCH: rnti=0x46, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=0.4 dB, n_iter=4, crc=KO, dec_time= 116 us
>> 0000: c1 77 2d 49 e9 18 df
>> 18:02:06.073151 [MAC ] Info [03741] SCHED: UL retx rnti=0x46, pid=5,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.073259 [PHY0] Info [03741] PHICH: rnti=0x46, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3745
>> 18:02:06.078202 [PHY1] Info [03746] PUSCH: rnti=0x47, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.1 dB, n_iter=4, crc=KO, dec_time= 116 us
>> 0000: 08 08 43 44 54 8d 72
>> 18:02:06.078305 [MAC ] Info [03746] SCHED: UL retx rnti=0x47, pid=2,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.078378 [PHY1] Info [03746] PHICH: rnti=0x47, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3750
>> 18:02:06.081094 [PHY0] Info [03749] PUSCH: rnti=0x46, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-1.2 dB, n_iter=4, crc=KO, dec_time= 99 us
>> 0000: ff 8c d5 52 e0 56 1b
>> 18:02:06.081166 [MAC ] Warning [03749] SCHED: discarting TB pid=5,
>> tti=3749, maximum number of retx exceeded (4)
>> 18:02:06.081235 [PHY0] Info [03749] PHICH: rnti=0x46, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3753
>> 18:02:06.085641 [RRC ] Warning User rnti=0x46 expired RRCConnectionSetup
>> deadline: 0:46488>0:40000 us
>> 18:02:06.085699 [RRC ] Info User rnti=0x46 timed out. Exists in s1ap=no
>> 18:02:06.085756 [RRC ] Info Disconnecting rnti=0x46.
>> 18:02:06.086079 [PHY1] Info [03754] PUSCH: rnti=0x47, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.7 dB, n_iter=4, crc=KO, dec_time= 120 us
>> 0000: 3a 99 34 53 90 24 48
>> 18:02:06.086164 [MAC ] Info [03754] SCHED: UL retx rnti=0x47, pid=2,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.086222 [PHY1] Info [03754] PHICH: rnti=0x47, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3758
>> 18:02:06.086570 [PHY1] Error [03754] Removing user: rnti=0x46 does not
>> exist
>> 18:02:06.086667 [MAC ] Info [03754] User rnti=0x46 removed from MAC/PHY
>> 18:02:06.086743 [RRC ] Info Removed user rnti=0x46
>> 18:02:06.093813 [PHY0] Info [03761] PRACH: 0/1, preamble=4,
>> offset=85.8 us, peak2avg=159.3, max_offset=90.0 us
>> 18:02:06.094065 [PHY1] Info [03762] PUSCH: rnti=0x47, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.1 dB, n_iter=4, crc=KO, dec_time= 109 us
>> 0000: cc b9 b1 4e d1 4c e4
>> 18:02:06.094161 [MAC ] Info [03762] SCHED: UL retx rnti=0x47, pid=2,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.094222 [PHY1] Info [03762] PHICH: rnti=0x47, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3766
>> 18:02:06.095866 [MAC ] Info [03763] SCHED: Added user rnti=0x48
>> 18:02:06.095917 [MAC ] Info [03764] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.096133 [RRC ] Info Added new user rnti=0x48
>> 18:02:06.096166 [MAC ] Info [03764] RACH: tti=3761, preamble=4,
>> offset=85, temp_crnti=0x48
>> 18:02:06.096889 [MAC ] Info [03765] SCHED: RAR, ra_id=0, rnti=0x48,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.097014 [PHY0] Info [03765] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3769
>> 18:02:06.097068 [PHY0] Info [03765] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3769
>> 0000: 44 05 50 68 0c 00 48
>> 18:02:06.098890 [MAC ] Info [03767] SCHED: RAR tx rnti=0x48, pid=7,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.102184 [PHY1] Info [03770] PUSCH: rnti=0x47, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.7 dB, n_iter=4, crc=KO, dec_time= 119 us
>> 0000: 6a 72 71 d5 c1 38 ca
>> 18:02:06.102282 [MAC ] Info [03770] SCHED: UL retx rnti=0x47, pid=2,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.102345 [PHY1] Info [03770] PHICH: rnti=0x47, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3774
>> 18:02:06.106974 [PHY0] Info [03775] PUSCH: rnti=0x48, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 116 us
>> 0000: 3a 5e c1 12 b6 12 91
>> 18:02:06.107072 [MAC ] Info [03775] SCHED: UL retx rnti=0x48, pid=7,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.107133 [PHY0] Info [03775] PHICH: rnti=0x48, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3779
>> 18:02:06.110052 [PHY1] Info [03778] PUSCH: rnti=0x47, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 109 us
>> 0000: 30 c0 47 0c 12 7d e4
>> 18:02:06.110131 [MAC ] Warning [03778] SCHED: discarting TB pid=2,
>> tti=3778, maximum number of retx exceeded (4)
>> 18:02:06.110197 [PHY1] Info [03778] PHICH: rnti=0x47, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3782
>> 18:02:06.115120 [PHY0] Info [03783] PUSCH: rnti=0x48, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.3 dB, n_iter=4, crc=KO, dec_time= 100 us
>> 0000: 8a 1b ea 7f fb 13 ef
>> 18:02:06.115208 [MAC ] Info [03783] SCHED: UL retx rnti=0x48, pid=7,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.115263 [PHY0] Info [03783] PHICH: rnti=0x48, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3787
>> 18:02:06.116899 [RRC ] Warning User rnti=0x47 expired RRCConnectionSetup
>> deadline: 0:49209>0:40000 us
>> 18:02:06.116962 [RRC ] Info User rnti=0x47 timed out. Exists in s1ap=no
>> 18:02:06.117013 [RRC ] Info Disconnecting rnti=0x47.
>> 18:02:06.117398 [PHY0] Error [03785] Removing user: rnti=0x47 does not
>> exist
>> 18:02:06.117509 [MAC ] Info [03785] User rnti=0x47 removed from MAC/PHY
>> 18:02:06.117584 [RRC ] Info Removed user rnti=0x47
>> 18:02:06.123085 [PHY0] Info [03791] PUSCH: rnti=0x48, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.7 dB, n_iter=4, crc=KO, dec_time= 99 us
>> 0000: 1d 68 84 b1 c2 7e 88
>> 18:02:06.123172 [MAC ] Info [03791] SCHED: UL retx rnti=0x48, pid=7,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.123227 [PHY0] Info [03791] PHICH: rnti=0x48, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3795
>> 18:02:06.123692 [PHY0] Info [03791] PRACH: 0/1, preamble=5,
>> offset=85.8 us, peak2avg=142.8, max_offset=90.0 us
>> 18:02:06.125632 [MAC ] Info [03793] SCHED: Added user rnti=0x49
>> 18:02:06.125679 [MAC ] Info [03793] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.125913 [RRC ] Info Added new user rnti=0x49
>> 18:02:06.125945 [MAC ] Info [03793] RACH: tti=3791, preamble=5,
>> offset=85, temp_crnti=0x49
>> 18:02:06.126140 [MAC ] Info [03794] SCHED: RAR, ra_id=0, rnti=0x49,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.126274 [PHY1] Info [03794] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3798
>> 18:02:06.126315 [PHY1] Info [03794] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3798
>> 0000: 45 05 50 68 0c 00 49
>> 18:02:06.128160 [MAC ] Info [03796] SCHED: RAR tx rnti=0x49, pid=4,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.131081 [PHY0] Info [03799] PUSCH: rnti=0x48, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: 4d dc 0a 14 98 b0 57
>> 18:02:06.131162 [MAC ] Info [03799] SCHED: UL retx rnti=0x48, pid=7,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.131217 [PHY0] Info [03799] PHICH: rnti=0x48, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3803
>> 18:02:06.136242 [PHY1] Info [03804] PUSCH: rnti=0x49, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.6 dB, n_iter=4, crc=KO, dec_time= 115 us
>> 0000: 92 bf 02 af 01 5c 45
>> 18:02:06.136341 [MAC ] Info [03804] SCHED: UL retx rnti=0x49, pid=4,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.136402 [PHY1] Info [03804] PHICH: rnti=0x49, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3808
>> 18:02:06.137715 [RRC ] Warning User rnti=0x48 expired RRCConnectionSetup
>> deadline: 0:41716>0:40000 us
>> 18:02:06.137776 [RRC ] Info User rnti=0x48 timed out. Exists in s1ap=no
>> 18:02:06.137827 [RRC ] Info Disconnecting rnti=0x48.
>> 18:02:06.137863 [PHY1] Error [03804] Removing user: rnti=0x48 does not
>> exist
>> 18:02:06.137934 [MAC ] Info [03805] User rnti=0x48 removed from MAC/PHY
>> 18:02:06.138016 [RRC ] Info Removed user rnti=0x48
>> 18:02:06.144110 [PHY1] Info [03812] PUSCH: rnti=0x49, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.3 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: bc a3 8b f0 10 78 3a
>> 18:02:06.144204 [MAC ] Info [03812] SCHED: UL retx rnti=0x49, pid=4,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.144264 [PHY1] Info [03812] PHICH: rnti=0x49, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3816
>> 18:02:06.152107 [PHY1] Info [03820] PUSCH: rnti=0x49, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: 64 2d ff a5 74 24 15
>> 18:02:06.152201 [MAC ] Info [03820] SCHED: UL retx rnti=0x49, pid=4,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.152283 [PHY1] Info [03820] PHICH: rnti=0x49, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3824
>> 18:02:06.153675 [PHY0] Info [03821] PRACH: 0/1, preamble=6,
>> offset=85.8 us, peak2avg=154.1, max_offset=90.0 us
>> 18:02:06.155727 [MAC ] Info [03823] SCHED: Added user rnti=0x4a
>> 18:02:06.155773 [MAC ] Info [03823] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.155978 [RRC ] Info Added new user rnti=0x4a
>> 18:02:06.156009 [MAC ] Info [03823] RACH: tti=3821, preamble=6,
>> offset=85, temp_crnti=0x4a
>> 18:02:06.156101 [MAC ] Info [03824] SCHED: RAR, ra_id=0, rnti=0x4a,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.156223 [PHY1] Info [03824] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3828
>> 18:02:06.156262 [PHY1] Info [03824] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3828
>> 0000: 46 05 50 68 0c 00 4a
>> 18:02:06.158096 [MAC ] Info [03826] SCHED: RAR tx rnti=0x4a, pid=2,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.160223 [PHY1] Info [03828] PUSCH: rnti=0x49, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-1.0 dB, n_iter=4, crc=KO, dec_time= 120 us
>> 0000: b6 94 46 4d 5b 6c ff
>> 18:02:06.160319 [MAC ] Info [03828] SCHED: UL retx rnti=0x49, pid=4,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.160383 [PHY1] Info [03828] PHICH: rnti=0x49, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3832
>> 18:02:06.166083 [PHY1] Info [03834] PUSCH: rnti=0x4a, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.1 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: fa 78 f4 3e b4 84 6c
>> 18:02:06.166183 [MAC ] Info [03834] SCHED: UL retx rnti=0x4a, pid=2,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.166243 [PHY1] Info [03834] PHICH: rnti=0x4a, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3838
>> 18:02:06.168145 [PHY1] Info [03836] PUSCH: rnti=0x49, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 108 us
>> 0000: 05 75 c1 35 f4 ac ce
>> 18:02:06.168207 [RRC ] Warning User rnti=0x49 expired RRCConnectionSetup
>> deadline: 0:42431>0:40000 us
>> 18:02:06.168241 [MAC ] Warning [03836] SCHED: discarting TB pid=4,
>> tti=3836, maximum number of retx exceeded (4)
>> 18:02:06.168261 [RRC ] Info User rnti=0x49 timed out. Exists in s1ap=no
>> 18:02:06.168327 [RRC ] Info Disconnecting rnti=0x49.
>> 18:02:06.168374 [PHY0] Error [03835] Removing user: rnti=0x49 does not
>> exist
>> 18:02:06.168385 [PHY1] Info [03836] PHICH: rnti=0x49, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3840
>> 18:02:06.168769 [MAC ] Info [03836] User rnti=0x49 removed from MAC/PHY
>> 18:02:06.168846 [RRC ] Info Removed user rnti=0x49
>> 18:02:06.174069 [PHY1] Info [03842] PUSCH: rnti=0x4a, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: c9 3f c1 69 1b 75 ab
>> 18:02:06.174165 [MAC ] Info [03842] SCHED: UL retx rnti=0x4a, pid=2,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.174225 [PHY1] Info [03842] PHICH: rnti=0x4a, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3846
>> 18:02:06.182157 [PHY1] Info [03850] PUSCH: rnti=0x4a, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.1 dB, n_iter=4, crc=KO, dec_time= 109 us
>> 0000: 34 54 45 7c 49 1d dd
>> 18:02:06.182254 [MAC ] Info [03850] SCHED: UL retx rnti=0x4a, pid=2,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.182313 [PHY1] Info [03850] PHICH: rnti=0x4a, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3854
>> 18:02:06.183737 [PHY0] Info [03851] PRACH: 0/1, preamble=7,
>> offset=85.8 us, peak2avg=61.5, max_offset=90.0 us
>> 18:02:06.185680 [MAC ] Info [03853] SCHED: Added user rnti=0x4b
>> 18:02:06.185725 [MAC ] Info [03853] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.185927 [RRC ] Info Added new user rnti=0x4b
>> 18:02:06.185958 [MAC ] Info [03854] RACH: tti=3851, preamble=7,
>> offset=85, temp_crnti=0x4b
>> 18:02:06.186854 [MAC ] Info [03855] SCHED: RAR, ra_id=0, rnti=0x4b,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.186952 [PHY0] Info [03855] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3859
>> 18:02:06.186995 [PHY0] Info [03855] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3859
>> 0000: 47 05 50 68 0c 00 4b
>> 18:02:06.188899 [MAC ] Info [03857] SCHED: RAR tx rnti=0x4b, pid=1,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.190261 [PHY1] Info [03858] PUSCH: rnti=0x4a, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.6 dB, n_iter=4, crc=KO, dec_time= 119 us
>> 0000: e3 b7 fa 8b c3 48 00
>> 18:02:06.190358 [MAC ] Info [03858] SCHED: UL retx rnti=0x4a, pid=2,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.190422 [PHY1] Info [03858] PHICH: rnti=0x4a, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3862
>> 18:02:06.197219 [PHY0] Info [03865] PUSCH: rnti=0x4b, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 118 us
>> 0000: e2 e5 20 2e 8f f2 8b
>> 18:02:06.197324 [MAC ] Info [03865] SCHED: UL retx rnti=0x4b, pid=1,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.197388 [PHY0] Info [03865] PHICH: rnti=0x4b, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3869
>> 18:02:06.198084 [PHY1] Info [03866] PUSCH: rnti=0x4a, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-1.8 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: b3 2f 87 cb 3d ff d4
>> 18:02:06.198165 [MAC ] Warning [03866] SCHED: discarting TB pid=2,
>> tti=3866, maximum number of retx exceeded (4)
>> 18:02:06.198245 [PHY1] Info [03866] PHICH: rnti=0x4a, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3870
>> 18:02:06.198993 [RRC ] Warning User rnti=0x4a expired RRCConnectionSetup
>> deadline: 0:43141>0:40000 us
>> 18:02:06.199055 [RRC ] Info User rnti=0x4a timed out. Exists in s1ap=no
>> 18:02:06.199104 [RRC ] Info Disconnecting rnti=0x4a.
>> 18:02:06.199135 [PHY0] Error [03867] Removing user: rnti=0x4a does not
>> exist
>> 18:02:06.199211 [MAC ] Info [03867] User rnti=0x4a removed from MAC/PHY
>> 18:02:06.199271 [RRC ] Info Removed user rnti=0x4a
>> 18:02:06.205113 [PHY0] Info [03873] PUSCH: rnti=0x4b, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.6 dB, n_iter=4, crc=KO, dec_time= 101 us
>> 0000: b6 a7 c6 fb 8b 02 87
>> 18:02:06.205200 [MAC ] Info [03873] SCHED: UL retx rnti=0x4b, pid=1,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.205257 [PHY0] Info [03873] PHICH: rnti=0x4b, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3877
>> 18:02:06.213113 [PHY0] Info [03881] PUSCH: rnti=0x4b, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.8 dB, n_iter=4, crc=KO, dec_time= 108 us
>> 0000: af 53 31 d9 0e 77 3e
>> 18:02:06.213190 [MAC ] Info [03881] SCHED: UL retx rnti=0x4b, pid=1,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.213290 [PHY0] Info [03881] PHICH: rnti=0x4b, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3885
>> 18:02:06.213696 [PHY0] Info [03881] PRACH: 0/1, preamble=8,
>> offset=85.8 us, peak2avg=133.8, max_offset=90.0 us
>> 18:02:06.215757 [MAC ] Info [03883] SCHED: Added user rnti=0x4c
>> 18:02:06.215804 [MAC ] Info [03883] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.216019 [RRC ] Info Added new user rnti=0x4c
>> 18:02:06.216051 [MAC ] Info [03883] RACH: tti=3881, preamble=8,
>> offset=85, temp_crnti=0x4c
>> 18:02:06.216132 [MAC ] Info [03884] SCHED: RAR, ra_id=0, rnti=0x4c,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.216257 [PHY1] Info [03884] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3888
>> 18:02:06.216296 [PHY1] Info [03884] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3888
>> 0000: 48 05 50 68 0c 00 4c
>> 18:02:06.218148 [MAC ] Info [03886] SCHED: RAR tx rnti=0x4c, pid=6,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.221072 [PHY0] Info [03889] PUSCH: rnti=0x4b, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 114 us
>> 0000: 8e 7a 3c 8c ee 11 3b
>> 18:02:06.221151 [MAC ] Info [03889] SCHED: UL retx rnti=0x4b, pid=1,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.221209 [PHY0] Info [03889] PHICH: rnti=0x4b, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3893
>> 18:02:06.226235 [PHY1] Info [03894] PUSCH: rnti=0x4c, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.1 dB, n_iter=4, crc=KO, dec_time= 117 us
>> 0000: b8 85 1b 4b 7d 60 e3
>> 18:02:06.226334 [MAC ] Info [03894] SCHED: UL retx rnti=0x4c, pid=6,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.226396 [PHY1] Info [03894] PHICH: rnti=0x4c, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3898
>> 18:02:06.228995 [PHY0] Info [03897] PUSCH: rnti=0x4b, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.4 dB, n_iter=4, crc=KO, dec_time= 116 us
>> 0000: ad 84 10 3b 58 30 32
>> 18:02:06.229049 [MAC ] Warning [03897] SCHED: discarting TB pid=1,
>> tti=3897, maximum number of retx exceeded (4)
>> 18:02:06.229105 [PHY0] Info [03897] PHICH: rnti=0x4b, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3901
>> 18:02:06.229444 [RRC ] Warning User rnti=0x4b expired RRCConnectionSetup
>> deadline: 0:43638>0:40000 us
>> 18:02:06.229507 [RRC ] Info User rnti=0x4b timed out. Exists in s1ap=no
>> 18:02:06.229555 [RRC ] Info Disconnecting rnti=0x4b.
>> 18:02:06.229589 [PHY1] Error [03896] Removing user: rnti=0x4b does not
>> exist
>> 18:02:06.229662 [MAC ] Info [03897] User rnti=0x4b removed from MAC/PHY
>> 18:02:06.229724 [RRC ] Info Removed user rnti=0x4b
>> 18:02:06.234100 [PHY1] Info [03902] PUSCH: rnti=0x4c, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.6 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: e2 0c b4 2c e6 1a 39
>> 18:02:06.234192 [MAC ] Info [03902] SCHED: UL retx rnti=0x4c, pid=6,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.234252 [PHY1] Info [03902] PHICH: rnti=0x4c, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3906
>> 18:02:06.242094 [PHY1] Info [03910] PUSCH: rnti=0x4c, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: 0c 6b c7 02 16 39 10
>> 18:02:06.242188 [MAC ] Info [03910] SCHED: UL retx rnti=0x4c, pid=6,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.242248 [PHY1] Info [03910] PHICH: rnti=0x4c, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3914
>> 18:02:06.250202 [PHY1] Info [03918] PUSCH: rnti=0x4c, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=0.6 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: 37 16 68 27 14 5c b8
>> 18:02:06.250294 [MAC ] Info [03918] SCHED: UL retx rnti=0x4c, pid=6,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.250354 [PHY1] Info [03918] PHICH: rnti=0x4c, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3922
>> 18:02:06.253635 [PHY0] Info [03921] PRACH: 0/1, preamble=2,
>> offset=85.8 us, peak2avg=146.6, max_offset=90.0 us
>> 18:02:06.255681 [MAC ] Info [03923] SCHED: Added user rnti=0x4d
>> 18:02:06.255732 [MAC ] Info [03923] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.255934 [RRC ] Info Added new user rnti=0x4d
>> 18:02:06.255965 [MAC ] Info [03924] RACH: tti=3921, preamble=2,
>> offset=85, temp_crnti=0x4d
>> 18:02:06.256994 [MAC ] Info [03925] SCHED: RAR, ra_id=0, rnti=0x4d,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.257089 [PHY0] Info [03925] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3929
>> 18:02:06.257136 [PHY0] Info [03925] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3929
>> 0000: 42 05 50 68 0c 00 4d
>> 18:02:06.258187 [PHY1] Info [03926] PUSCH: rnti=0x4c, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 121 us
>> 0000: 9c e5 3b f5 0b 3b 57
>> 18:02:06.258266 [MAC ] Warning [03926] SCHED: discarting TB pid=6,
>> tti=3926, maximum number of retx exceeded (4)
>> 18:02:06.258347 [PHY1] Info [03926] PHICH: rnti=0x4c, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3930
>> 18:02:06.259010 [MAC ] Info [03927] SCHED: RAR tx rnti=0x4d, pid=7,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.259894 [RRC ] Warning User rnti=0x4c expired RRCConnectionSetup
>> deadline: 0:43997>0:40000 us
>> 18:02:06.259957 [RRC ] Info User rnti=0x4c timed out. Exists in s1ap=no
>> 18:02:06.260007 [RRC ] Info Disconnecting rnti=0x4c.
>> 18:02:06.260079 [PHY0] Error [03927] Removing user: rnti=0x4c does not
>> exist
>> 18:02:06.260524 [MAC ] Info [03928] User rnti=0x4c removed from MAC/PHY
>> 18:02:06.260597 [RRC ] Info Removed user rnti=0x4c
>> 18:02:06.266972 [PHY0] Info [03935] PUSCH: rnti=0x4d, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.3 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: 04 5f 4a 68 cb 98 cf
>> 18:02:06.267072 [MAC ] Info [03935] SCHED: UL retx rnti=0x4d, pid=7,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.267130 [PHY0] Info [03935] PHICH: rnti=0x4d, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3939
>> 18:02:06.275017 [PHY0] Info [03943] PUSCH: rnti=0x4d, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 122 us
>> 0000: 3b 30 57 98 aa 6e da
>> 18:02:06.275086 [MAC ] Info [03943] SCHED: UL retx rnti=0x4d, pid=7,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.275137 [PHY0] Info [03943] PHICH: rnti=0x4d, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3947
>> 18:02:06.283126 [PHY0] Info [03951] PUSCH: rnti=0x4d, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=0.2 dB, n_iter=4, crc=KO, dec_time= 107 us
>> 0000: 47 d1 e5 7d 15 05 30
>> 18:02:06.283198 [MAC ] Info [03951] SCHED: UL retx rnti=0x4d, pid=7,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.283250 [PHY0] Info [03951] PHICH: rnti=0x4d, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3955
>> 18:02:06.283704 [PHY0] Info [03951] PRACH: 0/1, preamble=3,
>> offset=85.8 us, peak2avg=133.9, max_offset=90.0 us
>> 18:02:06.285692 [MAC ] Info [03953] SCHED: Added user rnti=0x4e
>> 18:02:06.285737 [MAC ] Info [03953] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.285941 [RRC ] Info Added new user rnti=0x4e
>> 18:02:06.285974 [MAC ] Info [03953] RACH: tti=3951, preamble=3,
>> offset=85, temp_crnti=0x4e
>> 18:02:06.286143 [MAC ] Info [03954] SCHED: RAR, ra_id=0, rnti=0x4e,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.286275 [PHY1] Info [03954] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3958
>> 18:02:06.286317 [PHY1] Info [03954] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3958
>> 0000: 43 05 50 68 0c 00 4e
>> 18:02:06.288025 [MAC ] Info [03956] SCHED: RAR tx rnti=0x4e, pid=4,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.291033 [PHY0] Info [03959] PUSCH: rnti=0x4d, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-1.6 dB, n_iter=4, crc=KO, dec_time= 107 us
>> 0000: 0a e7 d2 01 c7 ff c7
>> 18:02:06.291125 [MAC ] Info [03959] SCHED: UL retx rnti=0x4d, pid=7,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.291184 [PHY0] Info [03959] PHICH: rnti=0x4d, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3963
>> 18:02:06.296222 [PHY1] Info [03964] PUSCH: rnti=0x4e, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 117 us
>> 0000: 86 39 07 56 31 b8 32
>> 18:02:06.296323 [MAC ] Info [03964] SCHED: UL retx rnti=0x4e, pid=4,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.296385 [PHY1] Info [03964] PHICH: rnti=0x4e, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3968
>> 18:02:06.299015 [PHY0] Info [03967] PUSCH: rnti=0x4d, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 97 us
>> 0000: 92 17 b4 f9 31 f2 e3
>> 18:02:06.299093 [MAC ] Warning [03967] SCHED: discarting TB pid=7,
>> tti=3967, maximum number of retx exceeded (4)
>> 18:02:06.299154 [PHY0] Info [03967] PHICH: rnti=0x4d, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3971
>> 18:02:06.300769 [RRC ] Warning User rnti=0x4d expired RRCConnectionSetup
>> deadline: 0:44959>0:40000 us
>> 18:02:06.300831 [RRC ] Info User rnti=0x4d timed out. Exists in s1ap=no
>> 18:02:06.300878 [RRC ] Info Disconnecting rnti=0x4d.
>> 18:02:06.301267 [PHY1] Error [03968] Removing user: rnti=0x4d does not
>> exist
>> 18:02:06.301436 [MAC ] Info [03969] User rnti=0x4d removed from MAC/PHY
>> 18:02:06.301500 [RRC ] Info Removed user rnti=0x4d
>> 18:02:06.304112 [PHY1] Info [03972] PUSCH: rnti=0x4e, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.1 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: 32 09 57 27 b8 c9 77
>> 18:02:06.304206 [MAC ] Info [03972] SCHED: UL retx rnti=0x4e, pid=4,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.304266 [PHY1] Info [03972] PHICH: rnti=0x4e, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3976
>> 18:02:06.312085 [PHY1] Info [03980] PUSCH: rnti=0x4e, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=0.4 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: bb a8 2d 25 04 76 4f
>> 18:02:06.312178 [MAC ] Info [03980] SCHED: UL retx rnti=0x4e, pid=4,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.312238 [PHY1] Info [03980] PHICH: rnti=0x4e, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3984
>> 18:02:06.313639 [PHY0] Info [03981] PRACH: 0/1, preamble=4,
>> offset=85.8 us, peak2avg=189.6, max_offset=90.0 us
>> 18:02:06.315662 [MAC ] Info [03983] SCHED: Added user rnti=0x4f
>> 18:02:06.315706 [MAC ] Info [03983] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.315912 [RRC ] Info Added new user rnti=0x4f
>> 18:02:06.315944 [MAC ] Info [03983] RACH: tti=3981, preamble=4,
>> offset=85, temp_crnti=0x4f
>> 18:02:06.316084 [MAC ] Info [03984] SCHED: RAR, ra_id=0, rnti=0x4f,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.316223 [PHY1] Info [03984] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=3988
>> 18:02:06.316266 [PHY1] Info [03984] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=3988
>> 0000: 44 05 50 68 0c 00 4f
>> 18:02:06.318097 [MAC ] Info [03986] SCHED: RAR tx rnti=0x4f, pid=2,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.320071 [PHY1] Info [03988] PUSCH: rnti=0x4e, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.3 dB, n_iter=4, crc=KO, dec_time= 121 us
>> 0000: 0d 20 b6 56 68 ba e4
>> 18:02:06.320166 [MAC ] Info [03988] SCHED: UL retx rnti=0x4e, pid=4,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.320230 [PHY1] Info [03988] PHICH: rnti=0x4e, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3992
>> 18:02:06.326173 [PHY1] Info [03994] PUSCH: rnti=0x4f, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.0 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: 10 60 5b a1 76 62 12
>> 18:02:06.326274 [MAC ] Info [03994] SCHED: UL retx rnti=0x4f, pid=2,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.326334 [PHY1] Info [03994] PHICH: rnti=0x4f, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=3998
>> 18:02:06.328186 [PHY1] Info [03996] PUSCH: rnti=0x4e, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.1 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: 1d b8 99 08 82 6e 4f
>> 18:02:06.328265 [MAC ] Warning [03996] SCHED: discarting TB pid=4,
>> tti=3996, maximum number of retx exceeded (4)
>> 18:02:06.328367 [PHY1] Info [03996] PHICH: rnti=0x4e, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4000
>> 18:02:06.331661 [RRC ] Warning User rnti=0x4e expired RRCConnectionSetup
>> deadline: 0:45846>0:40000 us
>> 18:02:06.331719 [RRC ] Info User rnti=0x4e timed out. Exists in s1ap=no
>> 18:02:06.331769 [RRC ] Info Disconnecting rnti=0x4e.
>> 18:02:06.331812 [PHY0] Error [03999] Removing user: rnti=0x4e does not
>> exist
>> 18:02:06.332253 [MAC ] Info [04000] User rnti=0x4e removed from MAC/PHY
>> 18:02:06.332379 [RRC ] Info Removed user rnti=0x4e
>> 18:02:06.334149 [PHY1] Info [04002] PUSCH: rnti=0x4f, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.3 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: a9 2f ca 99 27 2a ef
>> 18:02:06.334244 [MAC ] Info [04002] SCHED: UL retx rnti=0x4f, pid=2,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.334305 [PHY1] Info [04002] PHICH: rnti=0x4f, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4006
>> 18:02:06.342035 [PHY1] Info [04010] PUSCH: rnti=0x4f, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=0.9 dB, n_iter=4, crc=KO, dec_time= 109 us
>> 0000: 1a 87 81 c4 cf 8d c4
>> 18:02:06.342129 [MAC ] Info [04010] SCHED: UL retx rnti=0x4f, pid=2,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.342190 [PHY1] Info [04010] PHICH: rnti=0x4f, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4014
>> 18:02:06.343593 [PHY0] Info [04011] PRACH: 0/1, preamble=5,
>> offset=85.8 us, peak2avg=76.4, max_offset=90.0 us
>> 18:02:06.345581 [MAC ] Info [04013] SCHED: Added user rnti=0x50
>> 18:02:06.345623 [MAC ] Info [04013] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.345822 [RRC ] Info Added new user rnti=0x50
>> 18:02:06.345857 [MAC ] Info [04013] RACH: tti=4011, preamble=5,
>> offset=85, temp_crnti=0x50
>> 18:02:06.346033 [MAC ] Info [04014] SCHED: RAR, ra_id=0, rnti=0x50,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.346170 [PHY1] Info [04014] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=4018
>> 18:02:06.346213 [PHY1] Info [04014] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=4018
>> 0000: 45 05 50 68 0c 00 50
>> 18:02:06.348127 [MAC ] Info [04016] SCHED: RAR tx rnti=0x50, pid=0,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.350301 [PHY1] Info [04018] PUSCH: rnti=0x4f, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.8 dB, n_iter=4, crc=KO, dec_time= 119 us
>> 0000: 58 d9 52 1a c3 60 96
>> 18:02:06.350396 [MAC ] Info [04018] SCHED: UL retx rnti=0x4f, pid=2,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.350461 [PHY1] Info [04018] PHICH: rnti=0x4f, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4022
>> 18:02:06.356149 [PHY1] Info [04024] PUSCH: rnti=0x50, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: bb ce a5 23 7e db 74
>> 18:02:06.356251 [MAC ] Info [04024] SCHED: UL retx rnti=0x50, pid=0,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.356310 [PHY1] Info [04024] PHICH: rnti=0x50, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4028
>> 18:02:06.358133 [PHY1] Info [04026] PUSCH: rnti=0x4f, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.5 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: 2c 77 4b 71 2b 46 a5
>> 18:02:06.358210 [MAC ] Warning [04026] SCHED: discarting TB pid=2,
>> tti=4026, maximum number of retx exceeded (4)
>> 18:02:06.358289 [PHY1] Info [04026] PHICH: rnti=0x4f, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4030
>> 18:02:06.362586 [RRC ] Warning User rnti=0x4f expired RRCConnectionSetup
>> deadline: 0:46753>0:40000 us
>> 18:02:06.362643 [RRC ] Info User rnti=0x4f timed out. Exists in s1ap=no
>> 18:02:06.362720 [RRC ] Info Disconnecting rnti=0x4f.
>> 18:02:06.362750 [PHY0] Error [04029] Removing user: rnti=0x4f does not
>> exist
>> 18:02:06.362832 [MAC ] Info [04030] User rnti=0x4f removed from MAC/PHY
>> 18:02:06.362970 [RRC ] Info Removed user rnti=0x4f
>> 18:02:06.364046 [PHY1] Info [04032] PUSCH: rnti=0x50, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.6 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: 06 24 0a 83 d5 30 cc
>> 18:02:06.364163 [MAC ] Info [04032] SCHED: UL retx rnti=0x50, pid=0,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.364228 [PHY1] Info [04032] PHICH: rnti=0x50, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4036
>> 18:02:06.372131 [PHY1] Info [04040] PUSCH: rnti=0x50, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 110 us
>> 0000: 92 7f 38 dc 1c 29 bc
>> 18:02:06.372223 [MAC ] Info [04040] SCHED: UL retx rnti=0x50, pid=0,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.372283 [PHY1] Info [04040] PHICH: rnti=0x50, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4044
>> 18:02:06.373812 [PHY0] Info [04041] PRACH: 0/1, preamble=6,
>> offset=85.8 us, peak2avg=158.2, max_offset=90.0 us
>> 18:02:06.375838 [MAC ] Info [04043] SCHED: Added user rnti=0x51
>> 18:02:06.375884 [MAC ] Info [04043] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.376088 [RRC ] Info Added new user rnti=0x51
>> 18:02:06.376121 [MAC ] Info [04044] RACH: tti=4041, preamble=6,
>> offset=85, temp_crnti=0x51
>> 18:02:06.377061 [MAC ] Info [04045] SCHED: RAR, ra_id=0, rnti=0x51,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.377169 [PHY0] Info [04045] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=4049
>> 18:02:06.377228 [PHY0] Info [04045] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=4049
>> 0000: 46 05 50 68 0c 00 51
>> 18:02:06.378934 [MAC ] Info [04047] SCHED: RAR tx rnti=0x51, pid=7,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.380100 [PHY1] Info [04048] PUSCH: rnti=0x50, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 123 us
>> 0000: 26 20 8d a2 92 9c 15
>> 18:02:06.380195 [MAC ] Info [04048] SCHED: UL retx rnti=0x50, pid=0,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.380285 [PHY1] Info [04048] PHICH: rnti=0x50, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4052
>> 18:02:06.387194 [PHY0] Info [04055] PUSCH: rnti=0x51, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.4 dB, n_iter=4, crc=KO, dec_time= 121 us
>> 0000: 3c cc 47 13 db 33 f3
>> 18:02:06.387280 [MAC ] Info [04055] SCHED: UL retx rnti=0x51, pid=7,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.387339 [PHY0] Info [04055] PHICH: rnti=0x51, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4059
>> 18:02:06.388241 [PHY1] Info [04056] PUSCH: rnti=0x50, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.2 dB, n_iter=4, crc=KO, dec_time= 113 us
>> 0000: ae ee 43 33 4c 54 45
>> 18:02:06.388319 [MAC ] Warning [04056] SCHED: discarting TB pid=0,
>> tti=4056, maximum number of retx exceeded (4)
>> 18:02:06.388397 [PHY1] Info [04056] PHICH: rnti=0x50, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4060
>> 18:02:06.393116 [RRC ] Warning User rnti=0x50 expired RRCConnectionSetup
>> deadline: 0:47417>0:40000 us
>> 18:02:06.393174 [RRC ] Info User rnti=0x50 timed out. Exists in s1ap=no
>> 18:02:06.393224 [RRC ] Info Disconnecting rnti=0x50.
>> 18:02:06.393340 [PHY0] Error [04061] Removing user: rnti=0x50 does not
>> exist
>> 18:02:06.393509 [MAC ] Info [04061] User rnti=0x50 removed from MAC/PHY
>> 18:02:06.393598 [RRC ] Info Removed user rnti=0x50
>> 18:02:06.395137 [PHY0] Info [04063] PUSCH: rnti=0x51, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=0.2 dB, n_iter=4, crc=KO, dec_time= 102 us
>> 0000: 9d 69 18 36 d2 1e f0
>> 18:02:06.395231 [MAC ] Info [04063] SCHED: UL retx rnti=0x51, pid=7,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.395283 [PHY0] Info [04063] PHICH: rnti=0x51, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4067
>> 18:02:06.403034 [PHY0] Info [04071] PUSCH: rnti=0x51, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=-1.0 dB, n_iter=4, crc=KO, dec_time= 99 us
>> 0000: 3c 37 2b 00 72 75 f7
>> 18:02:06.403107 [MAC ] Info [04071] SCHED: UL retx rnti=0x51, pid=7,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.403177 [PHY0] Info [04071] PHICH: rnti=0x51, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4075
>> 18:02:06.403621 [PHY0] Info [04071] PRACH: 0/1, preamble=7,
>> offset=85.8 us, peak2avg=163.4, max_offset=90.0 us
>> 18:02:06.405616 [MAC ] Info [04073] SCHED: Added user rnti=0x52
>> 18:02:06.405659 [MAC ] Info [04073] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.405857 [RRC ] Info Added new user rnti=0x52
>> 18:02:06.405888 [MAC ] Info [04073] RACH: tti=4071, preamble=7,
>> offset=85, temp_crnti=0x52
>> 18:02:06.406092 [MAC ] Info [04074] SCHED: RAR, ra_id=0, rnti=0x52,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.406218 [PHY1] Info [04074] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=4078
>> 18:02:06.406258 [PHY1] Info [04074] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=4078
>> 0000: 47 05 50 68 0c 00 52
>> 18:02:06.408086 [MAC ] Info [04076] SCHED: RAR tx rnti=0x52, pid=4,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.411021 [PHY0] Info [04079] PUSCH: rnti=0x51, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-1.3 dB, n_iter=4, crc=KO, dec_time= 114 us
>> 0000: 4c 59 3e 61 d6 c3 ca
>> 18:02:06.411098 [MAC ] Info [04079] SCHED: UL retx rnti=0x51, pid=7,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.411149 [PHY0] Info [04079] PHICH: rnti=0x51, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4083
>> 18:02:06.416185 [PHY1] Info [04084] PUSCH: rnti=0x52, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.3 dB, n_iter=4, crc=KO, dec_time= 115 us
>> 0000: 33 04 67 fc a7 63 35
>> 18:02:06.416285 [MAC ] Info [04084] SCHED: UL retx rnti=0x52, pid=4,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.416343 [PHY1] Info [04084] PHICH: rnti=0x52, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4088
>> 18:02:06.419218 [PHY0] Info [04087] PUSCH: rnti=0x51, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.5 dB, n_iter=4, crc=KO, dec_time= 98 us
>> 0000: ed 73 8b 62 bc 51 38
>> 18:02:06.419291 [MAC ] Warning [04087] SCHED: discarting TB pid=7,
>> tti=4087, maximum number of retx exceeded (4)
>> 18:02:06.419345 [PHY0] Info [04087] PHICH: rnti=0x51, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4091
>> 18:02:06.423756 [RRC ] Warning User rnti=0x51 expired RRCConnectionSetup
>> deadline: 0:47794>0:40000 us
>> 18:02:06.423816 [RRC ] Info User rnti=0x51 timed out. Exists in s1ap=no
>> 18:02:06.423859 [RRC ] Info Disconnecting rnti=0x51.
>> 18:02:06.423890 [PHY1] Error [04090] Removing user: rnti=0x51 does not
>> exist
>> 18:02:06.424010 [MAC ] Info [04091] User rnti=0x51 removed from MAC/PHY
>> 18:02:06.424130 [RRC ] Info Removed user rnti=0x51
>> 18:02:06.424227 [PHY1] Info [04092] PUSCH: rnti=0x52, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.3 dB, n_iter=4, crc=KO, dec_time= 151 us
>> 0000: 16 01 4f 9f 6d a8 b1
>> 18:02:06.424312 [MAC ] Info [04092] SCHED: UL retx rnti=0x52, pid=4,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.424391 [PHY1] Info [04092] PHICH: rnti=0x52, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4096
>> 18:02:06.432041 [PHY1] Info [04100] PUSCH: rnti=0x52, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=0.3 dB, n_iter=4, crc=KO, dec_time= 109 us
>> 0000: 4b 28 a5 4f f0 db 74
>> 18:02:06.432134 [MAC ] Info [04100] SCHED: UL retx rnti=0x52, pid=4,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.432195 [PHY1] Info [04100] PHICH: rnti=0x52, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4104
>> 18:02:06.433519 [PHY0] Info [04101] PRACH: 0/1, preamble=8,
>> offset=85.8 us, peak2avg=127.1, max_offset=90.0 us
>> 18:02:06.435571 [MAC ] Info [04103] SCHED: Added user rnti=0x53
>> 18:02:06.435621 [MAC ] Info [04103] SCHED: Set bearer config lc_id=0,
>> direction=3
>> 18:02:06.435825 [RRC ] Info Added new user rnti=0x53
>> 18:02:06.435857 [MAC ] Info [04103] RACH: tti=4101, preamble=8,
>> offset=85, temp_crnti=0x53
>> 18:02:06.436043 [MAC ] Info [04104] SCHED: RAR, ra_id=0, rnti=0x53,
>> rarnti_idx=2, start_rb=0, n_rb=3, rar_grant_rba=52, rar_grant_mcs=0
>> 18:02:06.436178 [PHY1] Info [04104] PDCCH: DL DCI Format1A rnti=0x2,
>> cce_index=0, L=4, tti_tx=4108
>> 18:02:06.436217 [PHY1] Info [04104] PDSCH: rnti=0x2, l_crb= 3,
>> rb_start=0, harq=0, tbs=7, mcs=0, rv=0, tti_tx=4108
>> 0000: 48 05 50 68 0c 00 53
>> 18:02:06.438055 [MAC ] Info [04106] SCHED: RAR tx rnti=0x53, pid=2,
>> dci=0,0, grant=2,3, n_rtx=0, tbs=7, bsr=0 (0)
>> 18:02:06.440267 [PHY1] Info [04108] PUSCH: rnti=0x52, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-0.8 dB, n_iter=4, crc=KO, dec_time= 122 us
>> 0000: da 37 99 e8 f4 00 1a
>> 18:02:06.440362 [MAC ] Info [04108] SCHED: UL retx rnti=0x52, pid=4,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.440424 [PHY1] Info [04108] PHICH: rnti=0x52, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4112
>> 18:02:06.446133 [PHY1] Info [04114] PUSCH: rnti=0x53, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.7 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: af 9b 8f ab 7a 83 f6
>> 18:02:06.446232 [MAC ] Info [04114] SCHED: UL retx rnti=0x53, pid=2,
>> dci=0,0, grant=2,3, n_rtx=1, tbs=7, bsr=0 (0)
>> 18:02:06.446293 [PHY1] Info [04114] PHICH: rnti=0x53, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4118
>> 18:02:06.448121 [PHY1] Info [04116] PUSCH: rnti=0x52, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=-0.6 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: fe b7 42 41 51 1f 03
>> 18:02:06.448197 [MAC ] Warning [04116] SCHED: discarting TB pid=4,
>> tti=4116, maximum number of retx exceeded (4)
>> 18:02:06.448300 [PHY1] Info [04116] PHICH: rnti=0x52, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4120
>> 18:02:06.454028 [PHY1] Info [04122] PUSCH: rnti=0x53, prb=(2,5),
>> tbs=7, mcs=0, rv=2, snr=-0.9 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: 70 ca 85 03 ea b5 3a
>> 18:02:06.454125 [MAC ] Info [04122] SCHED: UL retx rnti=0x53, pid=2,
>> dci=0,0, grant=2,3, n_rtx=2, tbs=7, bsr=0 (0)
>> 18:02:06.454186 [PHY1] Info [04122] PHICH: rnti=0x53, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4126
>> 18:02:06.454292 [RRC ] Warning User rnti=0x52 expired RRCConnectionSetup
>> deadline: 0:48564>0:40000 us
>> 18:02:06.454346 [RRC ] Info User rnti=0x52 timed out. Exists in s1ap=no
>> 18:02:06.454487 [RRC ] Info Disconnecting rnti=0x52.
>> 18:02:06.454615 [PHY0] Error [04121] Removing user: rnti=0x52 does not
>> exist
>> 18:02:06.454766 [MAC ] Info [04122] User rnti=0x52 removed from MAC/PHY
>> 18:02:06.454867 [RRC ] Info Removed user rnti=0x52
>> 18:02:06.462082 [PHY1] Info [04130] PUSCH: rnti=0x53, prb=(2,5),
>> tbs=7, mcs=0, rv=3, snr=0.9 dB, n_iter=4, crc=KO, dec_time= 121 us
>> 0000: 51 83 04 1c 1c 68 69
>> 18:02:06.462173 [MAC ] Info [04130] SCHED: UL retx rnti=0x53, pid=2,
>> dci=0,0, grant=2,3, n_rtx=3, tbs=7, bsr=0 (0)
>> 18:02:06.462233 [PHY1] Info [04130] PHICH: rnti=0x53, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4134
>> 18:02:06.470088 [PHY1] Info [04138] PUSCH: rnti=0x53, prb=(2,5),
>> tbs=7, mcs=0, rv=1, snr=-1.5 dB, n_iter=4, crc=KO, dec_time= 112 us
>> 0000: eb 2c 6c d5 5d 28 3b
>> 18:02:06.470181 [MAC ] Info [04138] SCHED: UL retx rnti=0x53, pid=2,
>> dci=0,0, grant=2,3, n_rtx=4, tbs=7, bsr=0 (0)
>> 18:02:06.470240 [PHY1] Info [04138] PHICH: rnti=0x53, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4142
>> 18:02:06.478062 [PHY1] Info [04146] PUSCH: rnti=0x53, prb=(2,5),
>> tbs=7, mcs=0, rv=0, snr=0.5 dB, n_iter=4, crc=KO, dec_time= 111 us
>> 0000: a6 ad 81 75 95 3c 29
>> 18:02:06.478141 [MAC ] Warning [04146] SCHED: discarting TB pid=2,
>> tti=4146, maximum number of retx exceeded (4)
>> 18:02:06.478220 [PHY1] Info [04146] PHICH: rnti=0x53, hi=0,
>> I_lowest=2, n_dmrs=0, tti_tx=4150
>> 18:02:06.485037 [RRC ] Warning User rnti=0x53 expired RRCConnectionSetup
>> deadline: 0:49338>0:40000 us
>> 18:02:06.485097 [RRC ] Info User rnti=0x53 timed out. Exists in s1ap=no
>> 18:02:06.485147 [RRC ] Info Disconnecting rnti=0x53.
>> 18:02:06.485322 [PHY0] Error [04153] Removing user: rnti=0x53 does not
>> exist
>> 18:02:06.485460 [MAC ] Info [04153] User rnti=0x53 removed from MAC/PHY
>> 18:02:06.485520 [RRC ] Info Removed user rnti=0x53
>> 18:02:20.723679 [RF ] Warning Underflow
>> """
>>
>>
>>
>>
>> _______________________________________________
>> srslte-users mailing list
>> srslte-users at lists.softwareradiosystems.com
>> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20170920/b98db166/attachment.htm>
More information about the srsran-users
mailing list