this.systemId = systemId;
this.password = password;
this.systemType = systemType;
this.interfaceVersion = SmppConstants.VERSION_3_4;
this.bindTimeout = SmppConstants.DEFAULT_BIND_TIMEOUT;
this.loggingOptions = new LoggingOptions();
this.windowWaitTimeout = SmppConstants.DEFAULT_WINDOW_WAIT_TIMEOUT;
this.requestExpiryTimeout = SmppConstants.DEFAULT_REQUEST_EXPIRY_TIMEOUT;
this.windowMonitorInterval = SmppConstants.DEFAULT_WINDOW_MONITOR_INTERVAL;
this.writeTimeout = SmppConstants.DEFAULT_WRITE_TIMEOUT;
this.countersEnabled = false;