I am having a similar problem as in
How to install the program gr-gsm?, and so I tried the bkerler fork as suggested there,
When I go to the bkerler fork and type the URL in my terminal window, https://github.com/bkerler/gr-gsm.git, the response is No such file or directory.
When I type gh repo clone bkerler/gr-gsm, the response is warning: templates not found /usr/share/git-core/templates
Before going to the kerler fork, I tried installing gr-gsm through the regular instructions and got these error messages:
--Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: doxygen missing components: dot
-- No package 'libosmocore' found
-- Could NOT find libosmocore (missing: LIBOSMOCORE_LIBRARY LIBOSMOCORE_INCLUDE_DIR)
-- No package 'libosmocodec' found
-- Could NOT find libosmocodec (missing: LIBOSMOCODEC_LIBRARY LIBOSMOCODEC_INCLUDE_DIR)
-- Checking for module 'libosmocoding'
-- No package 'libosmocoding' found
-- Could NOT find libosmocoding (missing: LIBOSMOCODING_LIBRARY LIBOSMOCODING_INCLUDE_DIR)
- Checking for module 'libosmogsm'
-- No package 'libosmogsm' found
- Could NOT find libosmogsm (missing: LIBOSMOGSM_LIBRARY LIBOSMOGSM_INCLUDE_DIR)
-- Loading build date Sun, 12 Mar 2023 21:25:12 into constants...
-- Loading version v0.42.2-99-g2de47e28 into constants...
-- Using install prefix: /usr/local
-- Building for version: v0.42.2-99-g2de47e28 / 1.0.0git
-- No C++ unit tests... skipping
- Found SWIG: /usr/bin/swig4.0 (found version "4.0.2")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.10.so (found version "3.10.6")
CMake Error at swig/CMakeLists.txt:37 (include):
include could not find requested file:
GrSwig
From the response at the URL posted at the top of this question, it looks like gr-gsm can load in GNU Radio 3.9, but since I now have 3.10 I had to go to the bkerler fork and it is still not downloading.
It seems that the bkerler fork should have the solution for downloading gr-gsm on Ubuntu 22.04, but it's not working. Any recommendations?