Having issue with 100MHz NO COMPRESSION , UE is not getting attach. #702
Replies: 1 comment 1 reply
-
I don't think the log links are working. Could you perhaps also pass a full fronthaul PCAP? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are working on srs ran project 20.04 release. We are using AMD ZCU670 O-RU design.
UE is able to attach for 10MHz, 20MHz, 30MHz, 40MHz, 50MHz, 60MHz, 70MHz as a cell
bandwidth with NO COMPRESSION method.
But when we are trying 80MHz, 90MHz, 100MHz , UEs are not getting attach.
Below url is not working log file(100MHz and NO COMPRESSION).
https://github.com/devgran/file-share-srsran/blob/main/notworking_nocomp_100MHz.log
below url is working log file(50MHz and NO COMPRESSION)
https://github.com/devgran/file-share-srsran/blob/main/working_nocomp_50MHz.log
NO COMPRESSION setting in yml file is
compr_method_ul: none # Uplink compression method.
compr_bitwidth_ul: 16 # Uplink IQ samples bitwidth after compression.
compr_method_dl: none # Downlink compression method.
compr_bitwidth_dl: 16 # Downlink IQ samples bitwidth after compression.
compr_method_prach: none # PRACH compression method.
compr_bitwidth_prach: 16
Please suggest how to make working 100MHz bandwidth with NO COMPRESSION method?
Beta Was this translation helpful? Give feedback.
All reactions