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
96c7338d
Commit
96c7338d
authored
Feb 16, 2022
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary use hardcoded values for conf file (UDM/NSSF/NRF)
parent
e56657e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
etc/amf.conf
etc/amf.conf
+6
-6
No files found.
etc/amf.conf
View file @
96c7338d
...
...
@@ -99,10 +99,10 @@ AMF =
UDM
:
{
IPV4_ADDRESS
=
"
@UDM_IPV4_ADDRESS@
"
;
# YOUR UDM CONFIG HERE
PORT
=
@
UDM_PORT
@
;
# YOUR UDM CONFIG HERE (default: 80)
API_VERSION
=
"
@UDM_API_VERSION@
"
;
# YOUR UDM API VERSION FOR SBI CONFIG HERE
FQDN
=
"
@UDM_FQDN@
"
;
# YOUR UDM FQDN CONFIG HERE
IPV4_ADDRESS
=
"
127.0.0.1
"
;
# YOUR UDM CONFIG HERE
PORT
=
80
;
# YOUR UDM CONFIG HERE (default: 80)
API_VERSION
=
"
v2
"
;
# YOUR UDM API VERSION FOR SBI CONFIG HERE
FQDN
=
"
udm-fqdn
"
;
# YOUR UDM FQDN CONFIG HERE
};
NSSF
:
...
...
@@ -119,11 +119,11 @@ AMF =
# STRING, {"yes", "no"},
NF_REGISTRATION
=
"@NF_REGISTRATION@"
;
# Set to yes if AMF resgisters to an NRF
NRF_SELECTION
=
"@NRF_SELECTION@"
;
# Set to yes to enable NRF discovery and selection
EXTERNAL_NRF
=
"
@EXTERNAL_NRF@"
;
# Set to yes if AMF works with an external NRF
EXTERNAL_NRF
=
"
no"
;
# Set to yes if AMF works with an external NRF
SMF_SELECTION
=
"@SMF_SELECTION@"
;
# Set to yes to enable SMF discovery and selection
EXTERNAL_AUSF
=
"@EXTERNAL_AUSF@"
;
# Set to yes if AMF works with an external AUSF
EXTERNAL_UDM
=
"@EXTERNAL_UDM@"
;
# Set to yes if AMF works with an external UDM
EXTERNAL_NSSF
=
"
@EXTERNAL_NSSF"
;
# Set to yes if AMF works with an external NSSF
EXTERNAL_NSSF
=
"
no"
;
# Set to yes if AMF works with an external NSSF
USE_FQDN_DNS
=
"@USE_FQDN_DNS@"
;
# Set to yes if AMF relies on a DNS to resolve NRF/SMF/UDM/AUSF's FQDN
USE_HTTP2
=
"@USE_HTTP2@"
;
# Set to yes to enable HTTP2 for AMF server
}
...
...
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