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
This commit is contained in:
Oliver Smith 2022-11-11 17:30:57 +01:00
parent eb73415243
commit a02ff5b8fd
1 changed files with 0 additions and 6 deletions

View File

@ -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,