INI was not able to parse amf.++ #1401
Unanswered
unknownman-li
asked this question in
General Help
Replies: 1 comment
-
|
The configuration file you are using is old and the schema has been updated, that's why it says it can't "parse amf.++", the section "amf" has been moved under "cu_cp" section, and other modifications happened. Use the latest configuration file in this path: "configs/gnb_rf_b200_tdd_n78_20mhz.yml" (make sure you are using latest srsRAN version from github). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a novice in 5G base station construction, I downloaded the srsRAN source code according to the official website's tutorial and encountered a configuration issue when trying to run the gNB. Although I checked and modified the YAML file format according to the AI's suggestions, I still encountered the same error message: "INI was not able to parse amf.++."
Specific Environment:
• System: Ubuntu 20.04
• Software: Latest compiled version of the srsRAN source code
• Hardware: I plan to use a USRP B210 as the radio
Solutions I've Tried:
Carefully checked the format and content of the 5g.yml file
Used dos2unix to ensure the file's line breaks were correct
Confirmed the file encoding was ASCII text
I'm still unable to resolve this issue and would like to ask experienced users:
What might be the cause of this error? How can I resolve it?
What are the most effective troubleshooting steps for a novice user?
Are there any other common configuration pitfalls I should be aware of?
Thank you very much for your guidance and help! As a newbie, I am looking forward to solving this problem and continuing my subsequent learning and practice. Since this is my first time asking a question, I don’t know if I can judge the problem based on these two pictures. If you need other screenshots, please let me know so that I can supplement them. Thank you


Beta Was this translation helpful? Give feedback.
All reactions