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-Simple
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
CommunityXG
OpenXG-AMF-Simple
Commits
78ce5157
Commit
78ce5157
authored
Jul 16, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf for Bupt
parent
1ad1fcf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
etc/amf.conf
etc/amf.conf
+10
-11
No files found.
etc/amf.conf
View file @
78ce5157
...
...
@@ -5,14 +5,14 @@ AMF =
PID_DIRECTORY
=
"/var/run"
;
######################################################################## NG SETUP RESPONSE IEs ############################################################
AMF_NAME
=
"bupt-amf"
;
GUAMI
:{
MCC
=
"
208"
;
MNC
=
"95"
;
RegionID
=
"128"
;
AMFSetID
=
"1
"
;
AMFPointer
=
"1"
}
GUAMI
:{
MCC
=
"
460"
;
MNC
=
"11"
;
RegionID
=
"128"
;
AMFSetID
=
"4
"
;
AMFPointer
=
"1"
}
ServedGUAMIList
= (
{
MCC
=
"
208"
;
MNC
=
"95
"
;
RegionID
=
"10"
;
AMFSetID
=
"1"
;
AMFPointer
=
"0"
},
#48bits <MCC><MNC><RegionID><AMFSetID><AMFPointer>
{
MCC
=
"
460"
;
MNC
=
"11
"
;
RegionID
=
"10"
;
AMFSetID
=
"1"
;
AMFPointer
=
"0"
},
#48bits <MCC><MNC><RegionID><AMFSetID><AMFPointer>
{
MCC
=
"460"
;
MNC
=
"11"
;
RegionID
=
"10"
;
AMFSetID
=
"1"
;
AMFPointer
=
"1"
}
#48bits <MCC><MNC><RegionID><AMFSetID><AMFPointer>
);
RelativeAMFCapacity
=
30
;
PLMNSupportList
= (
{
MCC
=
"
208"
;
MNC
=
"95"
;
TAC
=
0
xa0
00
;
{
MCC
=
"
460"
;
MNC
=
"11"
;
TAC
=
1
00
;
SliceSupportList
= (
{
SST
=
"222"
;
SD
=
"123"
},
{
SST
=
"1"
;
SD
=
"none"
},
...
...
@@ -21,17 +21,17 @@ AMF =
}
);
##################################################################### clause 9.2.6.2, 3gpp ts38.413 ####################################################
STATISTICS_TIMER_INTERVAL
=
20
;
#second
STATISTICS_TIMER_INTERVAL
=
4
;
#second
INTERFACES
:{
NGAP_AMF
:{
INTERFACE_NAME
=
"ens3"
;
INTERFACE_NAME
=
"ens3
2
"
;
IPV4_ADDRESS
=
"read"
;
SCTP_PORT
=
38412
;
PPID
=
60
;
};
N11
:{
SMF_INSTANCES_POOL
= (
{
SMF_INSTANCE_ID
=
1
;
IPV4_ADDRESS
=
"192.168.1
22.168"
;
PORT
=
"80"
;
VERSION
=
"v2
"
;
SELECTED
=
"true"
},
{
SMF_INSTANCE_ID
=
1
;
IPV4_ADDRESS
=
"192.168.1
.106"
;
PORT
=
"8889"
;
VERSION
=
"v1
"
;
SELECTED
=
"true"
},
{
SMF_INSTANCE_ID
=
2
;
IPV4_ADDRESS
=
"10.103.238.21"
;
PORT
=
"8181"
;
VERSION
=
"v1"
;
SELECTED
=
"false"
}
);
};
...
...
@@ -41,16 +41,15 @@ AMF =
};
AUTHENTICATION
:{
MYSQL_server
=
"127.0.0.1"
;
MYSQL_user
=
"
roo
t"
;
# Database server login
MYSQL_user
=
"
bup
t"
;
# Database server login
MYSQL_pass
=
"linux"
;
# Database server password
MYSQL_db
=
"oai_db"
;
OPERATOR_key
=
"63bfa50ee6523365ff14c1f45f88737d"
;
# op 0x63bfa50ee6523365ff14c1f45f88737d
#Key: 0x0C0A34601D4F07677303652C0462535B
MYSQL_db
=
"OAI_DB"
;
OPERATOR_key
=
"1006020f0a478bf6b699f15c062e42b3"
;
# op
RANDOM
=
"true"
;
};
NAS
:{
#ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "NIA2" , "NIA1" , "NIA0" ];
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST
= [
"NIA
0
"
,
"NIA1"
,
"NIA1"
];
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST
= [
"NIA
1
"
,
"NIA1"
,
"NIA1"
];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST
= [
"NEA0"
,
"NEA1"
,
"NEA2"
];
#ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "NEA1" , "NEA1" , "NEA1" ];
};
...
...
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