| Field Name | 
Length (bits) | 
Bit | 
Contents | 
Description | 
| Item | 
Total | 
Algn | 
Off | 
| bepExecuteReply | 
192 | 192 | 
32 | 
0 | 
telemetry Packet | 
Return value from called BEP subroutine (see table 51, swreq Rev. I) | 
  header | 
64 | 64 | 
32 | 
0 | 
telemetry Header | 
Telemetry Packet Header | 
    synch | 
32 | 32 | 
32 | 
0 | 
uint32 = 0x736f4166 | 
This field delimits the start of a telemetry packet. | 
    telemetryLength | 
10 | 10 | 
1 | 
32 | 
uint10 = 6 | 
This field indicates the total number of 32-bit words in the telemetry packet | 
    formatTag | 
6 | 6 | 
1 | 
42 | 
uint6 = 5 | 
This field identifies the content of the telemetry packet [see enum TlmFormatTag]: TTAG_EXEC_BEP | 
    sequenceNumber | 
16 | 16 | 
1 | 
48 | 
uint16 | 
This field is the sequence number of the telemetry packet | 
  commandId | 
16 | 16 | 
16 | 
64 | 
uint16 | 
Command Identifier of command which initiated the call | 
  bepTickCounter | 
32 | 32 | 
32 | 
96 | 
uint32 | 
Back End Timer Tick interrupt counter value at start of the call (1/10 sec. ticks) | 
  functionAddress | 
32 | 32 | 
32 | 
128 | 
uint32 | 
Address of function called in the Back End | 
  returnedValue | 
32 | 32 | 
32 | 
160 | 
uint32 | 
Value returned by the called function (ignore if function return type is void) |