aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-03-15 23:56:48 +0100
committerSylvain Munaut <tnt@246tNt.com>2013-07-06 13:14:56 +0200
commitc67ace3d2bfccd2ea7b0d971be78473a9d2ad9af (patch)
tree8cd530b008b4429d786a48ba84f3bd94f40d8ef4
parent2b642535b63a1542fee9a9bc114c32432ea31dfb (diff)
gsmtap: Remove type #define. Those are in mainline gsmtap.h now
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--include/osmocom/gmr1/gsmtap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/gmr1/gsmtap.h b/include/osmocom/gmr1/gsmtap.h
index 10565a5..0c1e727 100644
--- a/include/osmocom/gmr1/gsmtap.h
+++ b/include/osmocom/gmr1/gsmtap.h
@@ -33,9 +33,6 @@
struct msgb;
-#define GSMTAP_TYPE_GMR1_UM 0x0a /* GMR-1 L2 packets */
-#define GSMTAP_GMR1_BCCH 0x01
-
struct msgb *gmr1_gsmtap_makemsg(
uint8_t chan_type, uint32_t fn, uint8_t tn,
const uint8_t *l2, int len);