public GtpPrimeEchoResponse(GtpPrimeHeader header, byte[] message) {
super(header,message);
}
public void setRestartCounter(short value) {
GtpPrimeInformationElement el = getInformationElement(GtpPrime3gppConstants.GTP_PRIME_IET_RECOVERY);
((GtpPrimeInformationElementTV)el).setValue(value);
}