A set of messages for S5066 functionality
| Name | Severity | ID | Description | Action |
|---|---|---|---|---|
| ARQmode | fatal | 17 | The server connection was broken as a result of the client attempting a broadcast session using ARQ Mode. | Application error. |
| BadPDUlength | fatal | 10 | An attempt was made to send a PDU with an invalid length. | Programmer error. |
| BindReject | error | 8 | The bind to the S'5066 server failed, for the given reason. | The action will depend upon the failure reason. |
| Bound | success | 7 | The user has been bound to the server and can commence operations. The value is the maximum MTU size allowed. | |
| BufferTooSmall | warning | 23 | The S'5066 user provided a buffer which was not big enough to hold the largest U_PDU. | Programmer error. |
| DataErrors | warning | 24 | A Data PDU has received with parts of it in error, and parts of it missing. It was discarded | Results from transmission problems. |
| DiscardData | warning | 25 | An RCOP/UDOP PDU for an unregistered connection ID has been received. It was discarded | |
| DuplicateSAP | fatal | 2 | More than one user is attempting to use the same S'5066 SAP value, and the SAP is not RCOP or UDOP. | Programmer or configuration error |
| ForcedUnbind | fatal | 18 | The server connection was broken for an unknown reason. | Check server logs. |
| Inactive | fatal | 14 | The server connection was broken as a result of the failure of the client to respond to "keep-alive" messages. | The application must be hanging up for more than 120 seconds |
| InvalidAddress | error | 11 | An attempt was made to send data to an invalid address. | Probably programmer error. |
| InvalidConnID | fatal | 5 | A requested RCOP/UDOP connection ID is out of range. | Programmer or configuration error |
| InvalidPDU | fatal | 19 | An invalid PDU was received from the server. | Possible communication problem or server software error |
| InvalidPDUlength | fatal | 22 | The actual length of a PDU does not correspond with the expected length. | Possible communication problem or server software error |
| InvalidPrimitives | fatal | 15 | The server connection was broken as a result of the client sending too many invalid primitives | Determine what other clients are using the server. |
| InvalidSAP | fatal | 4 | A requested S'5066 SAP value is out of range. | Programmer or configuration error |
| NoAvailableConnID | fatal | 3 | More than one user is attempting to use the same RCOP or UDOP connection ID. | Programmer or configuration error |
| NotInitialized | fatal | 1 | An attempt was made to use STANAG 5066 services without the service being configured. | Programmer or configuration error |
| OutOfOrder | warning | 26 | For RCOP or UDOP the PDU segments are expected in the order in which they were sent. This error indicates that an out-of-order segment was received. The segment is ignored. | The sender may not have configured for in-order delivery, which is required for this implementation. |
| PreEmpted | fatal | 13 | The server connection was broken as a result of a higher ranked client. | Determine what other clients are using the server. |
| ReadPDU | pdu | 101 | S'5066 data read | |
| SAPclosing | fatal | 6 | An attempt to bind to a server connection failed because the connection was in the process of closing. | Programmer or configuration error |
| ServerClosed | fatal | 12 | The server closed the connection unexpectedly | Check the state of the server. |
| TooMuchExpedited | fatal | 16 | The server connection was broken as a result of the client sending too many expedited data primitives | Application error. |
| Unbind | notice | 9 | The S'5066 server has unbound the client following the client's request. | The action will depend upon the failure reason. |
| UnexpectedPDUtype | fatal | 21 | A PDU with a type was received from the server which the server should not be sending. | Could be communication issue, or server error. |
| UnknownPDUtype | fatal | 20 | A PDU with an unknown type was received from the server. | Could be communication issue, or server error. |
| WritePDU | pdu | 100 | S'5066 data written |