Skip to content

codegen: structure with variable size is not considered for its size calculation in base station cid

Somashekhar requested to merge Som_SP/libmbim:base_station_fix into main

In case of base station info structures containing the string, size of the structure is passed as zero. Only fixed length parameter is considered for size calculation. This is fixed by passing the length of the string in the structure to calculate the size of the structure.

Co-author: Bestha, Lakshminarayana

Merge request reports