Commit 73509757 authored by Rúben Soares da Silva's avatar Rúben Soares da Silva Committed by Robert Schmidt

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment