|
|
|
@ -37,12 +37,12 @@ public final class ServerSap {
|
|
|
|
|
static final int MINIMUM_MMS_PDU_SIZE = 64;
|
|
|
|
|
private static final int MAXIMUM_MMS_PDU_SIZE = 65000;
|
|
|
|
|
final ServerModel serverModel;
|
|
|
|
|
final List<ServerAssociation> associations = new ArrayList<>();
|
|
|
|
|
byte[] servicesSupportedCalled =
|
|
|
|
|
new byte[] {(byte) 0xee, 0x1c, 0, 0, 0x04, 0x08, 0, 0, 0x79, (byte) 0xef, 0x18};
|
|
|
|
|
byte[] cbbBitString = {(byte) 0xfb, 0x00};
|
|
|
|
|
ServerEventListener serverEventListener;
|
|
|
|
|
Timer timer;
|
|
|
|
|
final List<ServerAssociation> associations = new ArrayList<>();
|
|
|
|
|
boolean listening = false;
|
|
|
|
|
private int proposedMaxMmsPduSize = 65000;
|
|
|
|
|
private int proposedMaxServOutstandingCalling = 5;
|
|
|
|
|