diff --git a/configs/srsenb.yaml.in b/configs/srsenb.yaml.in index a30bbf520..9f2185dcd 100644 --- a/configs/srsenb.yaml.in +++ b/configs/srsenb.yaml.in @@ -67,7 +67,7 @@ mme: tai: - plmn_id: mcc: 901 - mnc: 70 + mnc: 70 tac: 7 security: integrity_order : [ EIA2, EIA1, EIA0 ] diff --git a/docs/_docs/guide/02-building-open5gs-from-sources.md b/docs/_docs/guide/02-building-open5gs-from-sources.md index e22fdc7a5..c7b4fbe4c 100644 --- a/docs/_docs/guide/02-building-open5gs-from-sources.md +++ b/docs/_docs/guide/02-building-open5gs-from-sources.md @@ -447,7 +447,7 @@ $ cp open5gs* /usr/bin/ For convenience, you can execute all NFs at once by using the following command. ```bash $ ./build/tests/app/5gc ## 5G Core Only with ./build/configs/sample.yaml -$ ./build/tests/app/epc -c ./build/configs/srslte.yaml ## EPC Only with ./build/configs/srslte.yaml +$ ./build/tests/app/epc -c ./build/configs/srsenb.yaml ## EPC Only with ./build/configs/srsenb.yaml $ ./build/tests/app/app ## Both 5G Core and EPC with ./build/configs/sample.yaml ```