Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smartjam doesn't read cells file from bladeRF #10

Open
yesimxev opened this issue Sep 17, 2021 · 1 comment
Open

Smartjam doesn't read cells file from bladeRF #10

yesimxev opened this issue Sep 17, 2021 · 1 comment

Comments

@yesimxev
Copy link

yesimxev commented Sep 17, 2021

There are some issues with smartjam_rpcclient, but I can't find what is wrong. Previosly, cells.json saved from Samsung S5 was ok to use, if all running with bladeRF, no success.

After correcting power output issues like "POWER": "-19.1 dBm\n\u0000", example entry in a .json should be working:

{
    "123-1234": {
        "FREQ": "1815.6 MHz", 
        "PLMN": "-1", 
        "POWER": "-32.8 dBm", 
        "eARFCN": 1234, 
        "type": "4G"
    }
}   
python3 smartjam_rpcclient.py -f ../Modmobmap/cells/cells_1631840103.json                                                                                
None
None
None
None
None
None
None
@yesimxev
Copy link
Author

Figured out, the cells.json has the band missing but I couldn't figure out a patch for cell_search_modmobmap.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant