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 NO_MORE & SUFI ACK
The STATUS PDU is used to exchange status information between two RLC AM entities.
Why STATUS PDU is required
D/C
PDU Type
SUFI
SUFI 1
_ _ _ _ _ _ _
SUFI k
PADDING
NOTE: Status PDUs are octet aligned i.e. their length must be multiple of 8 bits.
Status PDU Parameters
D/C
This one bit field tells if the PDU is a Status PDU or AM Data PDU.
PDU Type
The PDU type field indicates the type of Control PDU.
Bit
PDU Type
000
Status PDU
001
Reset PDU
010
Reset ACK
011 – 111
Reserved
SUFI: Super Field
Super-Field indicates which AMD PDUs are received correctly and which are missing.
SUFI has three sub-fields:
Type field is 4 bits long and may have one of the following values:
Super-Field indicates which AMD PDUs are received correctly and which are missing.
SUFi has three sub-fields:
Bits
Description
0000
No more data (NO_MORE)
0001
Window Size (WINDOW)
0010
Acknowledgement (ACK)
0011
List (LIST)
0100
Bitmap (BITMAP)
0101
Relative list (Rlist)
0110
Move Receiving Window (MRW)
0111
Move Receiving Window Acknowledgement (MRW_ACK)
1000
Poll (POLL)
1001-1111
Reserved
No more data SUFI
No more data SUFI indicates the end of a Status PDU. Everything after this SUFI will be regarded as padding and will be discarded.
NO_MORE SUFI is always the last SUFI if it is included in a STATUS PDU.
Acknowledgement Super Field
Example
7
6
5
4
3
2
1
0
0
0
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
1
0
0
Padding
Explanation
Octet 1:
0: D/C: Data or Control. As it is a Control PDU, this bit is set to 0.
000: Control PDU Type: It is a STATUS PDU, so 000.
0010: SUFI Type. 0010 means SUFI ACK
000000000100: LSN, Last Sequence Number: 4 (100)
LSN is encoded as 4, this means all PDUs with Sequence Number less than 4 are correctly received.
In this example PDUs with Sequence Number 0, 1, 2, 3 are correctly received.
Padding: The rest part of the Control PDU is padding.
NOTE: Other RLC SUFIs will be described in separate tutorials.
Reference
Radio Link Control (RLC) protocol specification: 3GPP TS 25.322
Related Posts: