Commit ed6072e0 authored by aligungr's avatar aligungr

Constraints added to constants.hpp

parent aba93a5d
...@@ -26,6 +26,10 @@ struct cons ...@@ -26,6 +26,10 @@ struct cons
// TUN interface // TUN interface
static constexpr const char *TunNamePrefix = "uesimtun"; static constexpr const char *TunNamePrefix = "uesimtun";
// Constraints
static constexpr const int MinNodeName = 3;
static constexpr const int MaxNodeName = 1024;
// Others // Others
static constexpr const char *CMD_SERVER_IP = "127.0.0.1"; static constexpr const char *CMD_SERVER_IP = "127.0.0.1";
static constexpr const char *PROC_TABLE_DIR = "/tmp/UERANSIM.proc-table/"; static constexpr const char *PROC_TABLE_DIR = "/tmp/UERANSIM.proc-table/";
......
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