Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
OpenXG
OpenXG-AMF
Commits
640da848
Commit
640da848
authored
Dec 07, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update script to generate conf file
parent
4eb50d16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
build/scripts/generate_amf_conf.sh
build/scripts/generate_amf_conf.sh
+9
-0
No files found.
build/scripts/generate_amf_conf.sh
View file @
640da848
...
...
@@ -63,6 +63,15 @@ AMF_CONF[@AUSF_PORT@]='80'
AMF_CONF[@AUSF_API_VERSION@]
=
'v1'
AMF_CONF[@AUSF_FQDN@]
=
'localhost'
AMF_CONF[@NSSF_IPV4_ADDRESS@]
=
'192.168.1.23'
AMF_CONF[@NSSF_PORT@]
=
'80'
AMF_CONF[@NSSF_API_VERSION@]
=
'v1'
AMF_CONF[@NSSF_FQDN@]
=
'localhost'
AMF_CONF[@NRF_SELECTION@]
=
'no'
AMF_CONF[@INT_ALGO_LIST@]
=
'[ "NIA0" , "NIA1" , "NIA2" ]'
AMF_CONF[@CIPH_ALGO_LIST@]
=
'[ "NEA0" , "NEA1" , "NEA2" ]'
AMF_CONF[@MYSQL_SERVER@]
=
'127.0.0.1'
AMF_CONF[@MYSQL_USER@]
=
'root'
AMF_CONF[@MYSQL_PASS@]
=
'linux'
...
...
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