VRS_BEA01
if (strncmp((const char *) vrs->identifier, VRS_BEA01, 5) == 0)
if (strncmp(vrs->identifier, VRS_BEA01, 5) == 0)
memcpy(vrs->identifier,VRS_BEA01, 5);