What is UMTS-RLCDecoder?
UMTS-RLCDecoder is small but powerful tool for decoding RLC header information both for Acknowledged Mode RLC PDUs and Unacknowledged Mode RLC PDUs.
RLC Unacknowledged Mode (UM) PDU Decoding
UMTS-RLCDecoder can decode:
- UMD RLC Header information
- UMD PDU Sequence Number
- Extension bit
- Length Indicator Decoding
RLC Acknowledged Mode (AM) PDU Decoding
UMTS-RLCDecoder can decode the RLC Acknowledged Mode Data (AMD) PDUs and Control PDUs.
- AMD PDU Header Decoding
- D/C Field
- Sequence Number
- Polling
- Header Extension
- Length Indicator Decoding
Control PDUs
- Status PDUs
- SUFI NO_MORE
- SUFI ACK
- SUFI LIST
- SUFI RLIST
- Reset and Reset-Ack PDUs
Download
Permalink
Hi Author,
Thanks for your tool, it’s very useful. Can you share your source code so I can add more functions per my specific requirements. Thank you.
Permalink
Hi Author,
Thanks for your tool, it’s very useful. Can you share your source code so I can add more functions per my specific requirements. Thank you.
Permalink
Hi,
This tool’s code can not be shared. If you want some additional features please send us the requirements. We will try to implement it.
Permalink
Hi,
This tool’s code can not be shared. If you want some additional features please send us the requirements. We will try to implement it.
Permalink
Hello Prashant,
I want to know where is configured the RLC-unacnkokedged, in the Mobile station or the SIM?
Thanks,
Best regards,
NEQB.
Permalink
RLC is always configured in Mobile Station (UE) and in RNC (In NW).
Permalink
Thanks for your quick answer,
Please could you tell me which parameter is configured in the handset.
Thanks,
NQ.
Permalink
Hi,
For UM mode and other mode configuration you can refer to RLC Specification. You can get the specification here:
http://www.3gpp.org/ftp/Specs/latest/Rel-7/25_series/25322-7a0.zip
Refer to section 4.2.1.2 Unacknowledged mode (UM) RLC entities
This section describes the general configuration of UM Entity.
As RLC is configured by RRC (in Layer 3). You can use the RRC specification to know the detail configuration.
Here is the link to RRC Specification: http://www.3gpp.org/ftp/Specs/latest/Rel-7/25_series/25331-7i0.zip
In RRC Specification check the section for RRC Connection Setup, Radio Bearer Setup, Radio Bearer Reconfiguration.
You can also use 3GPP specification 34.108. This describes Common test environments for User Equipment (UE);
You can get the specification here: http://www.3gpp.org/ftp/Specs/archive/34_series/34.108/34108-710.zip
Permalink
hi Author
in rlc, LI plus extn bit .Where we can use extn bit zero and where we can use extn bit one
thx
Permalink
hi Author
in rlc, LI plus extn bit .Where we can use extn bit zero and where we can use extn bit one
thx
Permalink
@surender reddy
E (Extension Bit)
E bit tells ”What there in the next field”
If E = 0 : Next field is data or status PDU or a complete SDUIf E 0 1 : Next filed is Length Indicator (LI) followed by extension bit (E).
http://www.3glteinfo.com/umts-radio-link-protocol-rlc-overview-25-322-20090821/
Permalink
@prashant_3g @surender reddy .can u give one exp plzzz
Permalink
@surender reddy Hi, You download the above SW and decode one PDU. You will get detail explanation of each bits of teh RLC header both for AM and UM. FOr example decode this PDU in the decoder program:
80010BFE01020304050000000000000000000000
Permalink
Hi,
Is there any tool to decode UMTS MAC Protocol Header.
Permalink
Hi,
I am developing a tool for that but it will take some time as I am overloaded with other things right now.