Commit ecb0f0a5 authored by chen2022's avatar chen2022

配置文件

parent e3aa2e6c
## udm configuration file
UDM =
{
INSTANCE_ID = 10;
INSTANCE_ID = 14;
PID_DIRECTORY = "/var/run";
UDM_NAME = "bupt-amf";
UDM_NAME = "bupt-udm";
INTERFACES:{
SBI_UDM:{
INTERFACE_NAME = "ens32"; #interface for providing udm service
IPV4_ADDRESS = "192.168.199.186/24"; #address for intercafe (cidr)
INTERFACE_NAME = "ens33"; #interface for providing udm service
IPV4_ADDRESS = "192.168.199.17/24"; #address for intercafe (cidr)
PORT = 8181; #udm service port
PPID = 60;
};
NUDR:{
INTERFACE_NAME = "ens32"; #interface for request for udr service
IPV4_ADDRESS = "192.168.199.186/24"; #udr address (cidr)
PORT = 8080; #udr port
INTERFACE_NAME = "ens33"; #interface for request for udr service
IPV4_ADDRESS = "192.168.199.17/24"; #udr address (cidr)
PORT = 8081; #udr port
VERSION = "v2";
};
};
......
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