Message message = new Message();
message.setProperty("to", "3002175604");
message.setProperty("from", "3542");
message.setProperty("text", "This is a long message to test how the smpp is working with long message splitting them by the 160 character and sending two messages. Finish the first message This is the second message.");
connector.process(message);
Assert.assertNotNull(message.getReference());
List<SmppPacket> packets = pp.getPackets(2, DEFAULT_TIMEOUT);
Assert.assertNotNull(packets);