my5G / my5G-RANTester

my5G-RANTester is a gNB/UE simulator for studying 3GPP standards and stressing a 5G core.
Apache License 2.0
101 stars 36 forks source link

Show error msg when config file is not found. #43

Open zanattabruno opened 2 years ago

zanattabruno commented 2 years ago

Show error msg when config file is not found. Currently, the app shows nothing. image

cure-me commented 1 year ago

hi@zanattabruno As run with container, the path to find the config file is the absolute path that when you executed docker build. I found it by printing config file path: insert fmt.Println(configPath) in func GetConfig()