From 1fb7b1be452111b9e26a100bc5dfdce266c30330 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Thu, 13 Feb 2020 16:50:43 +0100 Subject: [HICN-518] new API in hicn-light to allow a producer to force MAP-Me messages to be resent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2e17250c5e4f78341966507a4bf04d09b84bb9d0 Signed-off-by: Jordan Augé --- hicn-light/src/hicn/command_line/controller/hicnLightControl_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hicn-light/src/hicn/command_line/controller') diff --git a/hicn-light/src/hicn/command_line/controller/hicnLightControl_main.c b/hicn-light/src/hicn/command_line/controller/hicnLightControl_main.c index f27eb3ba5..0a8e01f65 100644 --- a/hicn-light/src/hicn/command_line/controller/hicnLightControl_main.c +++ b/hicn-light/src/hicn/command_line/controller/hicnLightControl_main.c @@ -79,6 +79,7 @@ static int payloadLengthController[LAST_COMMAND_VALUE] = { sizeof(mapme_activator_command), sizeof(mapme_timing_command), sizeof(mapme_timing_command), + sizeof(mapme_send_update_command), sizeof(connection_set_admin_state_command), #ifdef WITH_POLICY sizeof(add_policy_command), -- cgit 1.2.3-korg