Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
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
ZhaoJingguo
openxg-5gcs-release
Commits
9df44b22
Commit
9df44b22
authored
Feb 22, 2022
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update default INTEGRITY_ALGORITHM to NIA2 for oai ue
parent
48089846
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
etc/amf.conf
etc/amf.conf
+1
-1
readme.md
readme.md
+9
-9
No files found.
etc/amf.conf
View file @
9df44b22
...
...
@@ -100,7 +100,7 @@ AMF =
NAS
:
{
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST
= [
"NIA
1
"
,
"NIA1"
,
"NIA1"
];
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST
= [
"NIA
2
"
,
"NIA1"
,
"NIA1"
];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST
= [
"NEA0"
,
"NEA1"
,
"NEA2"
];
};
...
...
readme.md
View file @
9df44b22
...
...
@@ -23,15 +23,7 @@
docker network create docker-openxg
--subnet
=
172.11.200.0/24
-o
com.docker.network.bridge.name
=
docker-openxg
```
4.
添加静态路由
在基站所在主机中执行以下命令:
```
shell
route add
-net
172.11.200.0 netmask 255.255.255.0 gw <核心网所在主机的IP>
```
5.
启动数据库
4.
启动数据库
```
shell
cd
openxg-5gcs-release/docker-compose
...
...
@@ -40,6 +32,14 @@
以上命令部署了phpmyadmin,通过访问http://本机ip:8080 可以打开。用户名为:yunshou,密码为:123456;
用户sim卡信息在 Witcomm-DB数据库 users表中。
5.
在基站主机配置到核心网的静态路由
在基站所在主机中执行以下命令:
```
shell
route add
-net
172.11.200.0 netmask 255.255.255.0 gw <核心网所在主机的IP>
```
> ## 运行
...
...
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