osmocom-bb/src/host/gprsdecode
Oliver Smith 65957cf877 Run struct_endianness.py
Ensure there is no diff to prepare to run this in CI.

Related: OS#5884
Change-Id: I617c967c5f34c0be2cf6fd43ceb1af17897f2bf1
2023-02-20 11:18:43 +01: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 Import gprsdecode utility from SRLabs 2018-02-06 14:05:17 +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