In omnet++ 5.5.1, i declared a vector in NED file using string:
string state = default("1 2 3 4 5");
In .cc file I wrote