fix udp_ping api naming error 76/10076/3
authorGabriel Ganne <gabriel.ganne@enea.com>
Thu, 11 Jan 2018 14:09:38 +0000 (15:09 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 15 Jan 2018 16:37:38 +0000 (16:37 +0000)
commit149a1433b0e6301a34989f5e8c7ebed3fa5bf74e
treefa7d5b289ecbed3083f863f051b85efe81d70ef1
parent92cdd72058a80d0b8b28c00495b3051a0390d545
fix udp_ping api naming error

Error messages:
ERROR:VAPI CPP GEN:Cannot find reply to message `udp_ping_add_del_req'
ERROR:VAPI CPP GEN:Cannot find reply to message `udp_ping_export_req'
ERROR:VAPI C GEN:Cannot find reply to message `udp_ping_add_del_req'
ERROR:VAPI C GEN:Cannot find reply to message `udp_ping_export_req'

Api was *_req/*_resp, but when explicitely declared, the reply should
then have been *_req_reply.
Both api response are empty, so I propose to remove them, and use
autoreply

API changes:
rename udp_ping_add_del_req -> udp_ping_add_del
rename udp_ping_export_req -> udp_ping_export
delete udp_ping_add_del_reply (empty response)
delete udp_ping_export_reply (empty response)
vl_api_version 1.0.0 ->2.0.0

Change-Id: Id3456c8101a7689fbc56dc2d9076625c2b3af0ad
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
src/plugins/ioam/udp-ping/udp_ping.api
src/plugins/ioam/udp-ping/udp_ping_api.c
src/plugins/ioam/udp-ping/udp_ping_test.c