You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Latest Tutorials
- Flexible RLC PDU Size (Release 7)
- UMTS Radio Link Protocol Decoder
- Google Wave Invitation Give Away
- Introduction to LTE
- UMTS Cell Selection Procedure
Advertisements
Recent Comments
- 3gLteInfo on Flexible RLC PDU Size (Release 7)
- 3gLteInfo on Google Wave Invitation Give Away
- Morph Muscle Builder on SRNS Relocation in UMTS Network
- Prakash Sahoo on UMTS Security: User Identity Confidentiality (IMSI, TMSI & P-TMSI)
- utpal on Google Wave Invitation Give Away

UMTS RLC Status PDU: SUFI LIST
Catch Up
LIST Super field
The List Super-Field consists of a type identifier field (LIST), a list length field (LENGTH) and a list of LENGTH number of pairs.
LENGTH
SNi
Li
Type = LIST
LENGTH
SN1
L1
SN2
L2
…
SNLENGTH
LLENGTH
Example
In this example:
Encoding of Status PDU
7
6
5
4
3
2
1
0
0
0
0
0
0
0
1
1
0
0
0
1
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
1
SUFI ACK + PADDING
Explanation
Octet #1:
0: D/C: Data or control PDU. As it is a control PDU this bit is set to 0.
000: Control PDU Type: 000 indicates it is a Status PDU.
0011: SUFI Type. This is SUFI LIST
Octet #2 and #3
0001: LENGTH field. This indicates the number of (SNi, Ni) pairs. Here there is only one pair
0000 0000 0100: (SNi): The start sequence number. This is the Sequence number of the missing PDU. Here the missing PDUs start from Sequence Number 4 (100).
0001: (Li): The number of consecutive missing PDUs following sequence number 4 (SNi). Here there is only 1 (Sequence number 5)
Rest of the Status PDU may be encoded for SUFI ACK and Padding.
Reference
Radio Link Control (RLC) protocol specification: 3GPP TS 25.322
Related Posts: