Merge remote-tracking branch 'origin/Aerial_srs_unpack_fix' into integration_2025_w13 (!3295)
Fix SRS report TLV unpack Changes the SRS unpacking to not expect padding to be present in the buffer when working with Aerial, with which the report TLVs are not padded to the nearest 32-bit boundary. This issue was found when using a UE with 1 SRS port, which causes the TLV to not have a length divisible by 4. Also adds a function to pull X amount of bytes into a uint32_t, which is used to process the last 4 byte block of the TLV, only pulling the bytes which are not padding. Completed the SRS.indication dumping procedure to print out the report TLV. Changed the SRS.indication unitary test to fill the last 4 byte block of the report TLV appropriately according to the length ( which ensures the padding bytes are set to 0 )
Showing
Please register or sign in to comment