Skip to content

Fix packing/unpacking for nFAPI P5 messages

Rúben Soares Silva requested to merge Fix_FAPI_PARAM_and_CONFIG_messages into develop

Fix packing/unpacking for nFAPI PARAM and CONFIG.request/response, as well as FAPI PARAM and CONFIG.request/response;

Handle message padding to next 32-bit boundary, as per SCF specification in packing and unpacking functions;

Account for message header size upon receiving message in PNF and VNF;

Merge request reports