osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, approved pespin: Looks good to me, approved
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
---
M src/tests/test-hnbap.c
1 file 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 @@
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,

3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.

To view, visit change 30086. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I1fda405af9d4f1f43377ee0a81710e6e2668da13
Gerrit-Change-Number: 30086
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged