Specifications
94 CBI Buffer Formats HighWire MTP-2 - 1.2, September 4, 2002
6-3-36. CBI_M2_RETRIEVE_BSNT The L3 sends this message to L2 to request that it process all data messages
received so far, and then send a CBI_M2_BSNT signal back to the L3 to
inform it of the sequence number of the last received message.
In the case where the sequence number cannot be obtained, the L2 sends
back a CBI_M2_BSNT_NOT_RETRIEVABL message.
Data structure.
typedef struct cbi_m2_retrieve_bsnt
{
CBI_IPS ips_hdr;
} CBI_M2_RETRIEVE_BSNT;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_RETRIEVE_BSNT.
sender_handle
sender_handlesender_handle
sender_handle - L3’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L2’s handle for the join for this link.
6-3-37. CBI_M2_RTB_CLEARED L2 sends this message to the L3 to indicate that the retransmission buffer
has been cleared, as requested by the L3 in a CBI_M2_CLEAR_RTB or
CBI_M3_FLUSH_BUFFERS request. This message is only sent when the major
variant is ANSI. This message is received from an out-of-service state or a
processor outage state.
There is no response to this message.
Data structure.
typedef struct cbi_m2_rtb_cleared
{
CBI_IPS ips_hdr;
} CBI_M2_RTB_CLEARED;
Parameters.
ips_hdr
ips_hdrips_hdr
ips_hdr
IPS Header. For definition, see Section 6-1-1. The following fields are specified
below:
ips_type
ips_typeips_type
ips_type - IPS_CBI_M2_RTB_CLEARED.
sender_handle
sender_handlesender_handle
sender_handle - L2’s handle for the join for this link.
receiver_handle
receiver_handlereceiver_handle
receiver_handle - L3’s handle for the join for this link.