Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 660 Bytes

What is 3GPPDecoder?

3GPPDecoder is a free open source decoder to decode wireless control plane messages and PDUs (Protocol Data Units). This fork is mainly tested in Linux, although Windows and macOS should be working.

You can use 3GPPDecoder to decode 3GPP NR, LTE, UMTS and GSM messages for RRC and NAS. Also it supports RLC (Radio Link Control) protocol PDU header decoding.

How to build 3GPPDecoder

3GPPDecoder is developed using Qt and main programming language is C++. Use the qmake tool to build the decoder program. Currently both Qt5 and Qt6 are supported.

I do not provide precompiled binaries for Windows and macOS.