fix indentation issue in srsenb.yaml and rename srslte.yaml to srsenb.yaml in guide02 docs

This commit is contained in:
nick 2024-11-15 17:53:19 -05:00 committed by Sukchan Lee
parent 1fa8e5468e
commit 1c2098bf71
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ mme:
tai:
- plmn_id:
mcc: 901
mnc: 70
mnc: 70
tac: 7
security:
integrity_order : [ EIA2, EIA1, EIA0 ]

View file

@ -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
```