case GtpPrime3gppConstants.GTP_PRIME_VERSION_NOT_SUPPORTED:
tmp = new GtpPrimeVersionNotSupported(header,msg);
break;
case GtpPrime3gppConstants.GTP_PRIME_REDIRECTION_REQUEST:
tmp = new GtpPrimeRedirectionRequest(header,msg);
break;
case GtpPrime3gppConstants.GTP_PRIME_REDIRECTION_RESPONSE:
tmp = new GtpPrimeRedirectionResponse(header,msg);
break;