SmppSession session0 = null;
try {
// create session a session by having the bootstrap connect a
// socket, send the bind request, and wait for a bind response
session0 = clientBootstrap.bind(config0, sessionHandler);
System.out.println("Press any key to send enquireLink #1");
System.in.read();
// demo of a "synchronous" enquireLink call - send it and wait for a response