From 101fba211a87b17c5d9359ac05967c7118dfdd72 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 11:18:23 +0100 Subject: tests/hnb-test-ranap: Fix incorrect signedness in pointer Change-Id: I04b1c0446124d66dae1e8fb99d9b82782d12bde7 --- src/tests/hnb-test-ranap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c index fe7db48..3db876c 100644 --- a/src/tests/hnb-test-ranap.c +++ b/src/tests/hnb-test-ranap.c @@ -16,7 +16,7 @@ void hnb_test_rua_dt_handle_ranap(struct hnb_test *hnb, struct ranap_message_s *ranap_msg) { int len; - char *data; + uint8_t *data; RANAP_PermittedIntegrityProtectionAlgorithms_t *algs; RANAP_IntegrityProtectionAlgorithm_t *first_alg; -- cgit v1.2.3