Commit 1cd46a75 authored by Cedric Roux's avatar Cedric Roux

add missing #ifndef #endif guards in header file

	modified:   targets/COMMON/openairinterface5g_limits.h
parent d2e02ee2
#ifndef OPENAIRINTERFACE5G_LIMITS_H_
#define OPENAIRINTERFACE5G_LIMITS_H_
#if defined(CBMIMO1) || defined(EXMIMO) || defined(OAI_USRP)
#define NUMBER_OF_eNB_MAX 1
#define NUMBER_OF_UE_MAX 16
......@@ -18,3 +21,5 @@
#define NUMBER_OF_CONNECTED_eNB_MAX 1 // to save some memory
#endif
#endif
#endif
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