Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SINR in L3RrcMeasurements #4

Open
lightxy233 opened this issue Apr 24, 2023 · 0 comments
Open

SINR in L3RrcMeasurements #4

lightxy233 opened this issue Apr 24, 2023 · 0 comments
Assignees

Comments

@lightxy233
Copy link

lightxy233 commented Apr 24, 2023

Hi, I‘m trying to understand the calculation method of SINR in m_l3sinrMap, which is reported to RIC.

I think a part of code is in function void MmWaveEnbPhy::UpdateUeSinrEstimate ().
According to my understanding, the SINR/SNR here is just estimated based on available information and not actually measured.
I’m still a bit confused about the specific meaning of the code.

  • Is the SINR here(in m_l3sinrMap) for uplink or the downlink?
  • Will taking interference into account(using SpectrumValue sinr = *(ue->second) / (*noisePsd + interference); instead of SpectrumValue sinr = *(ue->second) / (*noisePsd);) in void MmWaveEnbPhy::UpdateUeSinrEstimate () make SINR values more reasonable?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants