resp.content().readUnsignedByte();
int duration1 = resp.content().readInt();
resp.content().readUnsignedByte();
int duration2 = resp.content().readInt();
resp.content().readUnsignedByte();
String phaseDef = resp.content().readStringASCII();
stl.add(new SumoTLSPhase(duration, duration1, duration2, phaseDef));