mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Separate nfapi_p5.c into LTE and NR implementations This MR aims to separate the implementation of the nFAPI P5 and P7 message pack/unpack procedures into 4G and 5G implementations. This will be followed up with a separation of the VNF and PNF implementations in 4G and 5G versions as well. The final goal is to achieve a clean separation between 4G and 5G, foregoing the need to compile 4G components when we only want to compile 5G ones. Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This directory contains the NFAPI code.
It comes in two parts:
1 - open-nFAPI
This is a clone of the github repository
(https://github.com/cisco/open-nFAPI,
commit b3bc579b1697eab829d5d8a2de59c93a61b88fa4).
The patch open-nfapi.oai.patch has then been applied.
2 - oai_integration
This is code written by David Price from Cisco to integrate
open-nFAPI into OpenAirInterface.