aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-11 17:30:57 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-15 11:16:22 +0100
commit8073e5195ca1b7fccc7714c8e6faac9697238059 (patch)
treeb759b07f86e6cc493b311a26fb4d4ab3549a3b74
parentb3a83451896eb19ba1e9905cecb64b3d22fe037f (diff)
test-hnbap: fix defined but not used error
../../../../src/osmo-iuh/src/tests/test-hnbap.c:53:28: error: ‘hnbap_reg_acc’ defined but not used [-Werror=unused-const-variable=] 53 | static const unsigned char hnbap_reg_acc[] = { | ^~~~~~~~~~~~~ Change-Id: I1fda405af9d4f1f43377ee0a81710e6e2668da13
-rw-r--r--src/tests/test-hnbap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/test-hnbap.c b/src/tests/test-hnbap.c
index 4857bf1..835a331 100644
--- a/src/tests/test-hnbap.c
+++ b/src/tests/test-hnbap.c
@@ -50,12 +50,6 @@ static const unsigned char hnbap_reg_req[] = {
0x01
};
-static const unsigned char hnbap_reg_acc[] = {
-0x20, 0x01,
-0x00, 0x09, 0x00, 0x00, 0x01, 0x00, 0x0e, 0x00,
-0x02, 0x00, 0x00
-};
-
static const unsigned char hnbap_ue_reg_req[] = {
0x00, 0x03,
0x00, 0x1a, 0x00, 0x00, 0x03, 0x00, 0x05, 0x00,