Examples of GtpPrimeInformationElement


Examples of org.protocol.gtp.prime.GtpPrimeInformationElement

  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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.