Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AUSF
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-AUSF
Commits
5e554c59
Commit
5e554c59
authored
May 25, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configuration file
parent
27b2451a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
28 deletions
+29
-28
etc/ausf.conf
etc/ausf.conf
+29
-28
No files found.
etc/ausf.conf
View file @
5e554c59
##AUSF configuration file AUSF = {INSTANCE_ID = 10;
## AUSF configuration file
# 10 PID_DIRECTORY = "/var/run";
AUSF
=
AUSF_NAME
=
"OAI-AUSF"
;
{
INSTANCE_ID
=
10
;
#10
PID_DIRECTORY
=
"/var/run"
;
AUSF_NAME
=
"OAI-AUSF"
;
#STATISTICS_TIMER_INTERVAL = 20; #second
INTERFACES
:{
# AUSF binded interface for SBI interface (e.g., communication with AMF, UDM)
SBI
:{
INTERFACE_NAME
=
"eth0"
;
# YOUR NETWORK CONFIG HERE
IPV4_ADDRESS
=
"read"
;
PORT
=
80
;
# YOUR NETWORK CONFIG HERE (default: 80)
PPID
=
60
;
};
};
# UDM Information
UDM
:{
IPV4_ADDRESS
=
"192.168.66.8"
;
# YOUR NETWORK CONFIG HERE
PORT
=
80
;
# YOUR NETWORK CONFIG HERE (default: 80)
API_VERSION
=
"v1"
;
# YOUR AMF API VERSION FOR UDM CONFIG HERE
};
# AMF Information
AMF
:{
IPV4_ADDRESS
=
"192.168.66.2"
;
# YOUR NETWORK CONFIG HERE (default: 80)
PORT
=
80
;
# YOUR NETWORK CONFIG HERE (default: 80)
API_VERSION
=
"v1"
;
# YOUR AMF API VERSION FOR UDM CONFIG HERE
};
INTERFACES
: {
#AUSF binded interface for SBI interface(e.g., communication with AMF, UDM)
SBI
: {
INTERFACE_NAME
=
"eth0"
;
#YOUR NETWORK CONFIG HERE IPV4_ADDRESS = "read";
PORT
=
80
;
#YOUR NETWORK CONFIG HERE(default : 80) PPID = 60;
};
};
};
#UDM Information
UDM
: {
IPV4_ADDRESS
=
"192.168.66.8"
;
#YOUR NETWORK CONFIG HERE PORT = 80;
#YOUR NETWORK CONFIG HERE(default : 80) API_VERSION = "v1";
#YOUR AMF API VERSION FOR UDM CONFIG HERE
};
#AMF Information
AMF
: {
IPV4_ADDRESS
=
"192.168.66.2"
;
#YOUR NETWORK CONFIG HERE(default : 80) PORT = 80;
#YOUR NETWORK CONFIG HERE(default : 80) API_VERSION = "v1";
#YOUR AMF API VERSION FOR UDM 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