You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that 'LTE_PHY_PUSCH_Tx_Report' is missed since the granted TB size from 'LTE_PHY_PUSCH_Tx_Report' is much lower than actual transmitted size and 'LTE_MAC_UL_Buffer_Status_Internal' is not recorded at all.
Code and Logs
I attach my online monitoring code and mi2log mi_report.zip
The text was updated successfully, but these errors were encountered:
Versions
Description
I tried online monitor with desktop.
However, some logs seem to be missed or even not recorded.
In my example, I enabled following logs:
src.enable_log('LTE_PHY_Connected_Mode_Intra_Freq_Meas')
src.enable_log('LTE_PHY_PUCCH_Tx_Report')
src.enable_log('LTE_MAC_UL_Tx_Statistics')
src.enable_log('LTE_PHY_PUSCH_Tx_Report')
src.enable_log('LTE_MAC_UL_Buffer_Status_Internal')
I found that 'LTE_PHY_PUSCH_Tx_Report' is missed since the granted TB size from 'LTE_PHY_PUSCH_Tx_Report' is much lower than actual transmitted size and 'LTE_MAC_UL_Buffer_Status_Internal' is not recorded at all.
Code and Logs
I attach my online monitoring code and mi2log
mi_report.zip
The text was updated successfully, but these errors were encountered: