herlesupreeth / docker_open5gs

Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker
BSD 2-Clause "Simplified" License
311 stars 169 forks source link

how to configure TAC in docker open5gs? #224

Closed fatafalihhilmi closed 11 months ago

fatafalihhilmi commented 1 year ago

Hello

I have successfully installed open5gs docker. Besides that, I have also managed to configure IP and PLMN so that they can connect to my GnB, but the problem is that in .env there is no configuration for TAC

do you know how to configure TAC? Thank You

regards Fata

herlesupreeth commented 1 year ago

For TAC you would have to alter the configuration files inside mme folder (for 4G) and in amf folder (for 5G). Then, re-deploy.

.env is meant only for quick setup scenario. For more custom needs you would need to alter the configuration file in respective components folder.