152153154155156157158159160161162
case SMPPPacket.QUERY_LAST_MSGS: response = new QueryLastMsgs(); break; case SMPPPacket.QUERY_LAST_MSGS_RESP: response = new QueryLastMsgsResp(); break; case SMPPPacket.QUERY_MSG_DETAILS: response = new QueryMsgDetails(); break;