unable to locate the GNB application #95
Replies: 7 comments 5 replies
-
Hi @rajugbv, If the application is not present after you rebuilt the code, then there was most likely an issue and it did not build correctly. I suggest you try to build the code again paying close attention that there are no errors. Also, double-check that you have reinstalled the dependencies correctly after formatting your PC. |
Beta Was this translation helpful? Give feedback.
-
@brendan-mcauliffe thank you i think i was getting error while running the cmale ../ command raju@raju-ThinkPad-P16s-Gen-1:~/srsRAN_Project/build$ cmake ../ how can i resolve this error ? |
Beta Was this translation helpful? Give feedback.
-
But it finds SCTP library, see log
|
Beta Was this translation helpful? Give feedback.
-
Are you sure you installed all the dependencies in this link ?? - https://docs.srsran.com/projects/project/en/latest/user_manuals/source/installation.html#build-tools-and-dependencies |
Beta Was this translation helpful? Give feedback.
-
Note that |
Beta Was this translation helpful? Give feedback.
-
i have installed open5gs then changed config setting of amf.yml upf.yml raju@raju-ThinkPad-P16s-Gen-1:~/open5gs/configs/open5gs$ diff upf.yaml.in upf.yaml.in_org
|
Beta Was this translation helpful? Give feedback.
-
Start your AMF first then start gNB so that a SCTP connection can be established |
Beta Was this translation helpful? Give feedback.
-
raju@raju-ThinkPad-P16s-Gen-1:~/srsran/srsRAN_Project/build/apps/gnb$ ls -lrt
total 20
-rw-rw-r-- 1 raju raju 6401 Jun 9 14:59 Makefile
-rw-rw-r-- 1 raju raju 301 Jun 9 14:59 CTestTestfile.cmake
-rw-rw-r-- 1 raju raju 1138 Jun 9 14:59 cmake_install.cmake
drwxrwxr-x 2 raju raju 4096 Jun 9 14:59 CMakeFiles
normally i used to have gnb application here itself after i have formatted my Ubuntu and then i have again installed the srsran then i was unable to locate the gnb application
Beta Was this translation helpful? Give feedback.
All reactions