Package Details: gr-gsm-git r1194.a77cf59-1

Git Clone URL: https://aur.archlinux.org/gr-gsm-git.git (read-only, click to copy)
Package Base: gr-gsm-git
Description: Gnuradio blocks and tools for receiving GSM transmissions
Upstream URL: https://osmocom.org/projects/gr-gsm/wiki
Licenses: GPL3
Conflicts: gr-gsm
Provides: gr-gsm
Submitter: yuvadm
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 6
Popularity: 0.000000
First Submitted: 2014-12-01 18:24 (UTC)
Last Updated: 2023-08-16 20:07 (UTC)

Latest Comments

1 2 3 Next › Last »

MaksVal commented on 2025-06-03 11:35 (UTC)

Thanks for your answer! I'm having trouble with GnuRadio now... )) I fixed some issues with binding and udp_socket(boost::asio), but now I'm having another problem...

<<< Welcome to GNU Radio Companion Compiler 3.10.12.0 >>>

Block paths:
    /home/user/.local/state/gnuradio
    /home/user/src/gr-gsm/grc
    /usr/share/gnuradio/grc/blocks

>>> Loading: /home/user/src/gr-gsm/apps/grgsm_livemon.grc
>>> Load Error: /home/user/src/gr-gsm/apps/grgsm_livemon.grc: Flowgraph invalid
**************************************************
3 errors from flowgraph:
Param - Cell allocation(cell_allocation):
    Value "[arfcn.downlink2arfcn(fc)]" cannot be evaluated:
    name 'arfcn' is not definedParam - Cell allocation(cell_allocation):
    Expression None is invalid for type'float_vector'.Param - Import(imports):
    Import "import gnuradio.gsm.arfcn as arfcn" failed.
**************************************************
Compilation error
make[2]: *** [apps/CMakeFiles/pygen_apps.dir/build.make:97: apps/grgsm_livemon] Error 1
make[1]: *** [CMakeFiles/Makefile2:1088: apps/CMakeFiles/pygen_apps.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

FabioLolix commented on 2025-06-02 21:33 (UTC)

About building the package, afaik all repos are broken; including Lymkwi one suggested by Lymkwi rail

After updating some hash values [...] Could you please update the hash value in some files?

Not sure what are you referring to, I've seen some build failure related to boost, patch is welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix

MaksVal commented on 2025-06-02 16:12 (UTC) (edited on 2025-06-02 16:15 (UTC) by MaksVal)

After updating my system, I could no longer use gr-gsm - some of the GnuRadio bindings were broken. After updating some hash values, the package (gr-gsm-git) successfully built when I tried to rebind (e.g., gr_modtool bind -u misc_utils/burst_file_sink).

Could you please update the hash value in some files?

Thanks.

PS error of last build package:

CMake Error at /usr/lib/cmake/gnuradio/GrPybind.cmake:238 (message):
  Python bindings for misc_utils/burst_file_sink.h are out of sync
Call Stack (most recent call first):
  python/gsm/bindings/CMakeLists.txt:81 (GR_PYBIND_MAKE_OOT)

rail commented on 2025-02-13 12:53 (UTC) (edited on 2025-02-13 14:44 (UTC) by rail)

gr-gsm fails to build from this package

Forked version that compiles is available here: https://git.vulpinecitrus.info/Lymkwi/gr-gsm/src/branch/cmake_fixes

Copying PKGBUILD from here and replacing source=() URL with git+https://git.vulpinecitrus.info/Lymkwi/gr-gsm.git#branch=cmake_fixes does work

fixeria commented on 2023-08-18 06:26 (UTC)

@FabioLolix I am sorry to hear that the Orphan request looks hostile to you. My intention was to move this package forward and definitely not hostility against you. I am not an experienced AUR package maintainer, but previously I had ownership of this package and it was Orphaned without asking me whether I plan to submit patches (it happened so quick: request submitted, you're fired). So I thought it's a "normal" practice here.

I closed the Orphan request and uploaded the modified PKGBUILD here:

https://people.osmocom.org/fixeria/grgsm_PKGBUILD

FabioLolix commented on 2023-08-16 20:15 (UTC)

@MarsSeed thanks for pointing to a working fork


@fixeria you could have got in touch; send or post your pkgbuild, instead you go for an orphan request, it wasn't even many days since MarsSeed hint, I don't add as co-maintainers who make hostile requests

fixeria commented on 2023-08-13 12:32 (UTC)

I have some patches migrating this package to a known-to-work fork (https://github.com/matan1008/gr-gsm). I have tested it and can confirm that it's working good. Thus I would like to take ownership of this package [again]. Getting the role of co-maintainer would also be fine.

MarsSeed commented on 2023-08-08 21:19 (UTC)

The fork that incorporates the original author's latest code, and not just ported to work with gnuradio 3.10 but also enhanced with newer features like multi-arfcn, and which is also the freshest (Jun 8, 2023), seems to be this:

https://github.com/matan1008/gr-gsm

Re-forked from the earlier-mentioned bkerler/gr-gsm fork, which has been abandoned since Feb 2023.

Codimp commented on 2023-02-21 13:46 (UTC)

It seem the bkerler fork work with gnuradio 3.10 and 3.11. So I make a PKGBUILD for this version: https://git.home.lithio.fr/doctor/linux-package/src/branch/master/arch/gr-gsm-git if anyone is interested.

FabioLolix commented on 2023-02-05 21:30 (UTC)

I made a local gnuradio-maint39-git pkgbuild but still fails