User Manual

Table Of Contents
Application layers
8-20 Confidential - For internal use 99-137719-D
8.5.2.6.2 MSG_SYSLOG
Message to report a Syslog message to the BGAN XL Radio Module which will get
forwarded to the data interface.
offset \ byte 0 1 2 3
0
Opcode Transaction ID Timestamp [s]
4
..... Timestamp [ms]
8
Priority Sequence
12
DataLen Data
...
.....
Table 8-25: MSG_SYSLOG data format
Data field Type Length Offset Value Comment
Opcode U8 1 0 15
Transaction ID U8 1 1 0-255
Timestamp [s] U32 4 2 any Timestamp in seconds
Timestamp [ms] U16 2 6 any Milliseconds part of
timestamp
Priority U16 2 8
0: Emergency
1: Alert
2: Critical
3: Error
4: Warning
5: Notice
6: Info
7: Debug
Syslog priority levels
System is unusable
Action must be taken
immediately
Critical conditions
Error conditions
Warning conditions
Normal but significant
condition
Information
Debug-level messages
Sequence U16 2 10 any Sequence number
DataLen U16 2 12 0-100 Length of the data field
Data ARRAY DataLe
n
14 N/A Syslog data message
Table 8-26: MSG_SYSLOG data fields