public void run() {
// a countdownlatch will be used to eventually wait for all responses
// to be received by this thread since we don't want to exit too early
CountDownLatch allSubmitResponseReceivedSignal = new CountDownLatch(1);
DefaultSmppSessionHandler sessionHandler = new ClientSmppSessionHandler(allSubmitResponseReceivedSignal);
String text160 = "\u20AC Lorem [ipsum] dolor sit amet, consectetur adipiscing elit. Proin feugiat, leo id commodo tincidunt, nibh diam ornare est, vitae accumsan risus lacus sed sem metus.";
byte[] textBytes = CharsetUtil.encode(text160, CharsetUtil.CHARSET_GSM);
try {
// create session a session by having the bootstrap connect a