codegen: structure with variable size is not considered for its size calculation in base station cid
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