Commit ecb0f0a5 authored by chen2022's avatar chen2022

配置文件

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