Commit 9df44b22 authored by Fang-WANG's avatar Fang-WANG

update default INTEGRITY_ALGORITHM to NIA2 for oai ue

parent 48089846
...@@ -100,7 +100,7 @@ AMF = ...@@ -100,7 +100,7 @@ AMF =
NAS: NAS:
{ {
ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "NIA1" , "NIA1" , "NIA1" ]; ORDERED_SUPPORTED_INTEGRITY_ALGORITHM_LIST = [ "NIA2" , "NIA1" , "NIA1" ];
ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "NEA0" , "NEA1" , "NEA2" ]; ORDERED_SUPPORTED_CIPHERING_ALGORITHM_LIST = [ "NEA0" , "NEA1" , "NEA2" ];
}; };
......
...@@ -23,15 +23,7 @@ ...@@ -23,15 +23,7 @@
docker network create docker-openxg --subnet=172.11.200.0/24 -o com.docker.network.bridge.name=docker-openxg docker network create docker-openxg --subnet=172.11.200.0/24 -o com.docker.network.bridge.name=docker-openxg
``` ```
4. 添加静态路由 4. 启动数据库
在基站所在主机中执行以下命令:
```shell
route add -net 172.11.200.0 netmask 255.255.255.0 gw <核心网所在主机的IP>
```
5. 启动数据库
```shell ```shell
cd openxg-5gcs-release/docker-compose cd openxg-5gcs-release/docker-compose
...@@ -40,6 +32,14 @@ ...@@ -40,6 +32,14 @@
以上命令部署了phpmyadmin,通过访问http://本机ip:8080 可以打开。用户名为:yunshou,密码为:123456; 以上命令部署了phpmyadmin,通过访问http://本机ip:8080 可以打开。用户名为:yunshou,密码为:123456;
用户sim卡信息在 Witcomm-DB数据库 users表中。 用户sim卡信息在 Witcomm-DB数据库 users表中。
5. 在基站主机配置到核心网的静态路由
在基站所在主机中执行以下命令:
```shell
route add -net 172.11.200.0 netmask 255.255.255.0 gw <核心网所在主机的IP>
```
> ## 运行 > ## 运行
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment