Commit 60d5af4b authored by chen2022's avatar chen2022

beifen

parent 1283f15c
......@@ -244,8 +244,8 @@ services:
networks:
openxg:
ipv4_address: 10.244.1.20
# ports:
# - "38412:38412/sctp"
ports:
- "38414:38414/tcp"
volumes:
- ./green-install-packs/etc/plugin.conf:/opt/5gc/plugin/external.conf
......
......@@ -31,10 +31,10 @@ PLUGIN =
#AMF IPV4 ADDRESS POOL
AMF_INSTANCES_POOL = (
{AMF_INSTANCES_ID = 1; IPV4_ADDRESS = "10.244.1.12"; PORT = 8282; WEIGHT = 1; SELECTED = true},
{AMF_INSTANCES_ID = 2; IPV4_ADDRESS = "10.244.1.22"; PORT = 8282; WEIGHT = 1; SELECTED = false},
{AMF_INSTANCES_ID = 3; IPV4_ADDRESS = "10.244.1.23"; PORT = 8282; WEIGHT = 1; SELECTED = false},
{AMF_INSTANCES_ID = 4; IPV4_ADDRESS = "10.244.1.24"; PORT = 8282; WEIGHT = 1; SELECTED = false},
{AMF_INSTANCES_ID = 5; IPV4_ADDRESS = "10.244.1.25"; PORT = 8282; WEIGHT = 1; SELECTED = false}
{AMF_INSTANCES_ID = 2; IPV4_ADDRESS = "10.244.1.22"; PORT = 8282; WEIGHT = 1; SELECTED = true},
{AMF_INSTANCES_ID = 3; IPV4_ADDRESS = "10.244.1.23"; PORT = 8282; WEIGHT = 1; SELECTED = true},
{AMF_INSTANCES_ID = 4; IPV4_ADDRESS = "10.244.1.24"; PORT = 8282; WEIGHT = 1; SELECTED = true},
{AMF_INSTANCES_ID = 5; IPV4_ADDRESS = "10.244.1.25"; PORT = 8282; WEIGHT = 1; SELECTED = true}
);
};
......
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