case GtpPrime3gppConstants.GTP_PRIME_NODE_ALIVE_REQUEST:
tmp = new GtpPrimeNodeAliveRequest(header, msg);
break;
case GtpPrime3gppConstants.GTP_PRIME_NODE_ALIVE_RESPONSE:
tmp = new GtpPrimeNodeAliveResponse(header, msg);
break;
case GtpPrime3gppConstants.GTP_PRIME_VERSION_NOT_SUPPORTED:
tmp = new GtpPrimeVersionNotSupported(header,msg);
break;