Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
OpenXG
OpenXG-SMF
Commits
caee881e
Commit
caee881e
authored
Jun 18, 2021
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fqdn as variable
parent
643c367c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
etc/smf.conf
etc/smf.conf
+5
-5
No files found.
etc/smf.conf
View file @
caee881e
...
...
@@ -85,7 +85,7 @@ SMF =
FORCE_PUSH_PROTOCOL_CONFIGURATION_OPTIONS
=
"no"
;
# Non standard feature, normally should be set to "no",
# but you may need to set to yes for UE that do not explicitly request a PDN address through NAS signalling
USE_LOCAL_SUBSCRIPTION_INFO
=
"yes"
;
# Set to yes if SMF uses local subscription information instead of from an UDM
USE_FQDN_DNS
=
"
no"
;
# Set to yes if AMF/UDM/NRF/UPF will relying on a DNS to resolve FQDN
USE_FQDN_DNS
=
"
@USE_FQDN_DNS@"
;
# Set to yes if AMF/UDM/NRF/UPF will relying on a DNS to resolve FQDN
}
AMF
:
...
...
@@ -93,7 +93,7 @@ SMF =
IPV4_ADDRESS
=
"@AMF_IPV4_ADDRESS@"
;
# YOUR AMF CONFIG HERE
PORT
= @
AMF_PORT
@;
# YOUR AMF CONFIG HERE (default: 80)
API_VERSION
=
"@AMF_API_VERSION@"
;
# YOUR AMF API VERSION FOR SBI CONFIG HERE
FQDN
=
"
amf.oai-5gc.eur"
# YOUR AMF FQDN CONFIG HERE
FQDN
=
"
@AMF_FQDN@"
# YOUR AMF FQDN CONFIG HERE
};
UDM
:
...
...
@@ -101,7 +101,7 @@ SMF =
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.oai-5gc.eur
"
# YOUR UDM FQDN CONFIG HERE
FQDN
=
"
@UDM_FQDN@
"
# YOUR UDM FQDN CONFIG HERE
};
NRF
:
...
...
@@ -109,11 +109,11 @@ SMF =
IPV4_ADDRESS
=
"@NRF_IPV4_ADDRESS@"
;
# YOUR NRF CONFIG HERE
PORT
= @
NRF_PORT
@;
# YOUR NRF CONFIG HERE (default: 80)
API_VERSION
=
"@NRF_API_VERSION@"
;
# YOUR NRF API VERSION FOR SBI CONFIG HERE
FQDN
=
"
nrf.oai-5gc.eur
"
# YOUR NRF FQDN CONFIG HERE
FQDN
=
"
@NRF_FQDN@
"
# YOUR NRF FQDN CONFIG HERE
};
UPF_LIST
= (
{
IPV4_ADDRESS
=
"@UPF_IPV4_ADDRESS@"
;
FQDN
=
"
upf1.oai-5gc.eur
"
}
# YOUR UPF CONFIG HERE
{
IPV4_ADDRESS
=
"@UPF_IPV4_ADDRESS@"
;
FQDN
=
"
@UPF_FQDN_0@
"
}
# YOUR UPF CONFIG HERE
);
LOCAL_CONFIGURATION
:
...
...
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