fixeria has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/30824 )
Change subject: tests/rlcmac: make linter happy: use const char * const ......................................................................
tests/rlcmac: make linter happy: use const char * const
Change-Id: I26748681d13441fdfb9c46d9a476ea669b308ff7 --- M tests/rlcmac/ts_44_018_test.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/tests/rlcmac/ts_44_018_test.c b/tests/rlcmac/ts_44_018_test.c index cff153e..a5c4540 100644 --- a/tests/rlcmac/ts_44_018_test.c +++ b/tests/rlcmac/ts_44_018_test.c @@ -31,7 +31,7 @@ { printf("*** %s ***\n", __func__);
- static const char *testData[] = { + static const char * const testData[] = { "9000185a6fc9f2b5304208eb2b2b2b2b2b2b2b2b", // osmo-pcu, with EGPRS "a000185a6fc9f14608411b2b2b2b2b2b2b2b2b2b", // osmo-pcu, without EGPRS "90005847eb4a93e51a218a16ab2b2b2b2b2b2b2b", // real network (Iran, Tehran) @@ -60,7 +60,7 @@ { printf("*** %s ***\n", __func__);
- static const char *testData[] = { + static const char * const testData[] = { "c8c2859f032b2b2b2b2b", // HH, Packet Uplink Assignment "c1ebb26b2b2b2b2b2b2b", // HH, Packet Uplink Assignment (single block) "dd6e1ae5a8c7841b2b2b", // HH, Packet Downlink Assignment