Hi,
I am using the VES-Agent library from the VNFSDK to handle talking to the
VES.
I find that I need to add source types to this Enum:
public enum EVEL_SOURCE_TYPES{
EVEL_SOURCE_OTHER,
EVEL_SOURCE_ROUTER,
EVEL_SOURCE_SWITCH,
EVEL_SOURCE_HOST,
EVEL_SOURCE_CARD,
EVEL_SOURCE_PORT,
EVEL_SOURCE_SLOT_THRESHOLD,
EVEL_SOURCE_PORT_THRESHOLD,
EVEL_SOURCE_VIRTUAL_MACHINE,
EVEL_SOURCE_VIRTUAL_NETWORK_FUNCTION,
/***************************************************************************/
/* START OF VENDOR-SPECIFIC VALUES
*/
/*
*/
/* Vendor-specific values should be added here, and handled
appropriately */
/* in evel_event.c.
*/
/***************************************************************************/
/***************************************************************************/
/* END OF VENDOR-SPECIFIC VALUES
*/
/***************************************************************************/
EVEL_MAX_SOURCE_TYPES
}
for a PON PNF. Is the correct approach to add to this and commit back to
the community? Or something else?
Thanks,
William
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11721): https://lists.onap.org/g/onap-discuss/message/11721
Mute This Topic: https://lists.onap.org/mt/24222871/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-