Update home authored by Anta Huang's avatar Anta Huang
......@@ -53,8 +53,6 @@ Setting up LL-MEC is very simple within few steps.
./clean_ll-mec.sh
# to clean
### Run
sudo ./ll-mec
### Configuration example (llmec_config.json)
{
......@@ -75,6 +73,8 @@ Setting up LL-MEC is very simple within few steps.
"external_port": 1
}
}
### Run
sudo ./ll-mec
## Core Network - OpenAir-CN
In this setup example, core network is required to help setup the UE/bearer context. Here we take OpenAir-CN as an example and assume you already managed to setup OpenAir-CN. If not, it's highly suggest to check https://github.com/OPENAIRINTERFACE/openair-cn/ for more information. Especially EPC_User_Guide.pdf located in /DOCS of develop branch.
......
......