osmocom-bb/src/host/gprsdecode
Vadim Yanitskiy c43d4183f5 gprsdecode: Makefile.am: drop -Wno-missing-braces and -O3
Do not hard-code these CFLAGs, let the user decide on them.

Change-Id: I3a946b853029cc4cff9c2b15aa7339f84b2cb6c9
2023-03-13 02:52:34 +07:00
..
tests Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
.gitignore Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
Makefile.am gprsdecode: Makefile.am: drop -Wno-missing-braces and -O3 2023-03-13 02:52:34 +07:00
README Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
configure.ac host/*/configure.ac: set -std=gnu11 2023-01-05 22:24:37 +07:00
gprs.c treewide: remove FSF address 2021-12-14 12:52:04 +00:00
gprs.h Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
gsmtap.c treewide: remove FSF address 2021-12-14 12:52:04 +00:00
gsmtap.h Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
l1ctl_proto.h Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +07:00
main.c treewide: remove FSF address 2021-12-14 12:52:04 +00:00
rlcmac.c treewide: remove FSF address 2021-12-14 12:52:04 +00:00
rlcmac.h Run struct_endianness.py 2023-02-20 11:18:43 +01:00

README

GPRS decoder for OsmocomBB

Usage: ./gprsdecode <burstfile>

The burstfile should contain samples, captured using burst_ind branch.
An example of decoded output as well as few sample capture files could be found in tests/

Based on the version from git://git.srlabs.de/gprsdecode.git