aboutsummaryrefslogtreecommitdiffstats
path: root/tests/emu
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-06-22 13:28:39 +0200
committerMax <msuraev@sysmocom.de>2017-06-22 13:28:39 +0200
commita468cfaf2e2531cc4e569c8321699067369931a4 (patch)
tree817e7b97fd2c2b3dfee61dfc8d644da7fd9d3dd5 /tests/emu
parent062dfa1d0c7dc347401bad92310194740c81973b (diff)
tests: remove unused definition
Fix compilation warning. Change-Id: I1c95c6ec8bee68773643f9646b0319a83fbc6cfa
Diffstat (limited to 'tests/emu')
-rw-r--r--tests/emu/openbsc_clone.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/emu/openbsc_clone.c b/tests/emu/openbsc_clone.c
index 575f4e15..424dff51 100644
--- a/tests/emu/openbsc_clone.c
+++ b/tests/emu/openbsc_clone.c
@@ -41,22 +41,6 @@ enum gprs_llc_u_cmd {
#define N202 4
#define CRC24_LENGTH 3
-static const struct value_string llc_cmd_strs[] = {
- { GPRS_LLC_NULL, "NULL" },
- { GPRS_LLC_RR, "RR" },
- { GPRS_LLC_ACK, "ACK" },
- { GPRS_LLC_RNR, "RNR" },
- { GPRS_LLC_SACK, "SACK" },
- { GPRS_LLC_DM, "DM" },
- { GPRS_LLC_DISC, "DISC" },
- { GPRS_LLC_UA, "UA" },
- { GPRS_LLC_SABM, "SABM" },
- { GPRS_LLC_FRMR, "FRMR" },
- { GPRS_LLC_XID, "XID" },
- { GPRS_LLC_UI, "UI" },
- { 0, NULL }
-};
-
int gprs_llc_hdr_parse(struct gprs_llc_hdr_parsed *ghp,
const uint8_t *llc_hdr, int len)
{