Skip to content
Snippets Groups Projects
Commit 73509757 authored by Rúben Soares Silva's avatar Rúben Soares Silva Committed by Robert Schmidt
Browse files

Move Aerial nFAPI enum entry to end

Some places (e.g., 4G eNB/UE nfapi mode) use numbers for the FAPI mode,
directly mapping to an enum. Aerial being in the middle messes up these
numbers. Put it at the end to limit possible problems.
parent f992bee9
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,10 @@ typedef enum {
NFAPI_MONOLITHIC=0,
NFAPI_MODE_PNF,
NFAPI_MODE_VNF,
NFAPI_MODE_AERIAL,
NFAPI_UE_STUB_PNF,
NFAPI_UE_STUB_OFFNET,
NFAPI_MODE_STANDALONE_PNF,
NFAPI_MODE_AERIAL,
NFAPI_MODE_UNKNOWN
} nfapi_mode_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment