Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhaoJingguo
openxg-5gcs-release
Commits
14329f0a
Commit
14329f0a
authored
Nov 23, 2023
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
3836da80
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
docker-compose/docker-compose-5gc.yml
docker-compose/docker-compose-5gc.yml
+3
-4
docker-compose/docker-compose-mysql.yml
docker-compose/docker-compose-mysql.yml
+0
-5
etc/smf.conf
etc/smf.conf
+1
-1
No files found.
docker-compose/docker-compose-5gc.yml
View file @
14329f0a
...
...
@@ -12,15 +12,14 @@ services:
networks
:
openxg
:
ipv4_address
:
172.11.200.14
#
ports:
#
- "38412:38412/sctp"
ports
:
-
"
38412:38412/sctp"
stdin_open
:
true
tty
:
true
command
:
/opt/5gcs/scripts/run_5gc.sh start
volumes
:
-
/etc/timezone:/etc/timezone
-
/etc/localtime:/etc/localtime
-
../etc/amf.conf:/opt/5gcs/etc/amf.conf
-
../etc/smf.conf:/opt/5gcs/etc/smf.conf
networks
:
openxg
:
...
...
docker-compose/docker-compose-mysql.yml
View file @
14329f0a
...
...
@@ -21,8 +21,6 @@ services:
-
./database/my.conf:/etc/mysql/conf.d/my.conf
-
./database/amfusers.sql:/docker-entrypoint-initdb.d/create_db_sql.sql
-
./database/grant_root_remote.sql:/docker-entrypoint-initdb.d/grant_root_remote.sql
-
/etc/timezone:/etc/timezone
-
/etc/localtime:/etc/localtime
environment
:
MYSQL_ROOT_PASSWORD
:
root
...
...
@@ -44,9 +42,6 @@ services:
ipv4_address
:
172.11.200.9
ports
:
-
"
8080:80"
volumes
:
-
/etc/timezone:/etc/timezone
-
/etc/localtime:/etc/localtime
environment
:
PMA_HOST
:
172.11.200.10
PMA_PORT
:
3306
...
...
etc/smf.conf
View file @
14329f0a
...
...
@@ -121,7 +121,7 @@ SMF =
UPF_LIST
= (
{
IPV4_ADDRESS
=
"127.0.0.1
01
"
;
IPV4_ADDRESS
=
"127.0.0.1"
;
# FQDN = "localhost";
# NWI_LIST = ({DOMAIN_ACCESS = "@DOMAIN_ACCESS@", DOMAIN_CORE = "@DOMAIN_CORE@"})
}
# YOUR UPF CONFIG HERE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment