osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/86/30086/1
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,

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: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange