fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
tests/llc/pdu_codec_test: use const char * const

Not really important, just makes the linter happy.

Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
---
M tests/llc/pdu_codec_test.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/llc/pdu_codec_test.c b/tests/llc/pdu_codec_test.c
index f2418fe..d1169a7 100644
--- a/tests/llc/pdu_codec_test.c
+++ b/tests/llc/pdu_codec_test.c
@@ -28,7 +28,7 @@

static void test_pdu_dec_enc(void)
{
- static const char *testData[] = {
+ static const char * const testData[] = {
/* SAPI=1 (GMM), UI func=UI C/R=0 PM=0 N(U)=4 */
"01c010080509afe633",
/* SAPI=1 (GMM), UI func=UI C/R=1 PM=1 N(U)=0 */

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

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

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
Gerrit-Change-Number: 29503
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged