diff options
author | Luca Melette <luca@srlabs.de> | 2018-01-22 17:14:08 +0100 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2018-02-06 14:05:17 +0700 |
commit | e357646ed708bd5acc56b250d01bd695fff9cd73 (patch) | |
tree | e5de1a50a54fff4f97428b3d5473f35c11350309 /src/host/gprsdecode/l1ctl_proto.h | |
parent | 9fa291dd2ba880be0a07c0c3fff1ce537bbee4d1 (diff) |
Import gprsdecode utility from SRLabs
This change introduces a modified version of gprsdecode utility,
which is intended to decode the GPRS burst captures and forward
decoded packets to the GSMTAP sink.
The following modifications were made:
- use shared libosmocoding library for GSM 05.03 coding;
- use optget for command line options parsing;
- use a single application select loop;
- use GNU automake as the build system;
- add regression tests (GNU autotest);
- clean up and comment the code;
- add license headers;
The code is based on work of SRLabs:
https://srlabs.de/
git://git.srlabs.de/gprsdecode.git
Related: OS#1672
Change-Id: I12234d37c66b83b8abd60f7511fa1d7837db1856
Diffstat (limited to 'src/host/gprsdecode/l1ctl_proto.h')
l--------- | src/host/gprsdecode/l1ctl_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/gprsdecode/l1ctl_proto.h b/src/host/gprsdecode/l1ctl_proto.h new file mode 120000 index 00000000..75862bae --- /dev/null +++ b/src/host/gprsdecode/l1ctl_proto.h @@ -0,0 +1 @@ +../../../include/l1ctl_proto.h
\ No newline at end of file |