User data IQ width and compression method mismatch #379
-
I have configured the IQ width as 9 and compression method bfp. However from captured pcap, it shows IQ width as 16 bits and no compression. compr_method_ul: bfp
gnb_ru_fuji_tdd_n48_40mhz_2x2_23101BM.txt What haveI missed? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Are you sure this PCAP is from a run with this config? Can you please share the console messages when you start the gNB. It prints the OFH config. |
Beta Was this translation helpful? Give feedback.
-
As far as I understand that behavior is correct, the udCompHdr value is not used in the C-Plane in the downlink direction and therefore it is set to all zeros. See the O-RAN.WG4.CUS.0-R003-v13.00 specification section 7.5.2.10 for more details: This means the udCompHdr in a C-Plane message only has meaning for UL U-Plane data (dataDirection = 0b) and should be set to 0x00 when dataDirection = 1b (DL data), and the receiving O- RU shall ignore the received udCompHdr value The second point is that static data format and compression is used and therefore no udCompHdr is needed, section 7.5.2.10: When static data format and compression is used (see clause 8.1.2) then udCompHdr is not needed in any C-Plane message and should be set to 0x00, and the receiving O-RU shall ignore the received udCompHdr value. There also won't be any udCompHdr values in the U-Plane because of the static format and compression, section 8.3.3.13: This field shall be absent from U-Plane messages when the static IQ format and compression method is configured via the M-Plane |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. Closing. |
Beta Was this translation helpful? Give feedback.
@wei-lou Did the hint from @mmailand solve your issue? Could you provide your feedback?