Alessandro8083 simonebortolin penso che legga il testo. Forse utf-8 non va bene, ma non sono sicuro, non so che programma usa
simonebortolin IceG Only eNodeb for sample https://lteitaly.it/internal/map.php#bts=2221.700851 Alessandro8083 No dico che quella stringa NON Γ¨ da tradurre Γ¨ una stringa di servizio per il browser.
IceG Alessandro8083 There is exactly the English to Polish translation file, but the principle is the same for all languages. No problem, if you do the translation, send the link and I will download it and do the rest.
kabubi IceG Hi IceG, great job, I installed you openwrt build and it is exactly what I need! Would it be possible in 3gInfo-Light when clicking on "Search BTS using Cell ID" have, by configuration, instead of CellID value, a concatenation of MCC MNC and Cell ID (in decimal divided by 256)? In Italy we used to identify BTS using https://lteitaly.it/internal/map.php#bts=xxxx.yyyy where xxxx is MMCMNC (i.e Tim: 2221) and yyyy is CellID/256. Thanks in advance, Kabubi.
IceG kabubi Hello π I can try to add it, if it works I will work on it today. But I won't promise anything 100%.
IceG kabubi Cell ID (in decimal divided by 256)? Is it division with remainder or without remainder? is there a comma?
handymenny IceG Cell ID (in decimal divided by 256)? yyyy is eNodeb so cellid/256 (integer and decimal) xxxx is MCC + MNC without leading zeros example: MCC: 222 MNC: 01 CellID: 25602561 xxxx = 2221 yyyy = 100010
kabubi IceG Only integer (ceil), is a conversion from Cell ID to eNb o ECellID. Thank you for asking.
IceG kabubi I am compiling a new image right now with the added option for 3ginfo, as soon as I install it and see that everything is OK I will make it available for testing.
IceG If anyone wants, I invite to test. https://github.com/4IceG/ZTE-MF286D/releases/latest or https://github.com/4IceG/luci-app-3ginfo-lite/releases/latest
kabubi IceG Thak you so much IceG, I am trying it. How have I to config according with requirementns? https://lteitaly.it/internal/map.php#bts=????
kabubi IceG Hi IceG, I tried with another italian provider (Postemobile, that uses Vodafone BTS) and there is some problem with MCC/MNC MCC MNC: 222 10 int(CellID/256) --> yyyyy https://lteitaly.it/it/internal/map.php#bts=222undefined.yyyyy It should point to: https://lteitaly.it/it/internal/map.php#bts=22210.yyyyy
IceG kabubi User only has to select the page where the bts will be searched for. Assuming that I did not make a mistake, then everything should be calculated after clicking on the button.
kabubi Great job IceG, it works perfectly, I had to clear browser cache since I was still looking at previous config page, now I can select LTe Italy from the options. Thanks.
IceG kabubi I don't know how many mobile operators there are in Italy, but I did some tests and there were problems decoding the different MNC variations correctly. I fixed it and it works OK. Everything is already available, just download.
stich86 Hi IceG as i've said on eko, i'm trying to add your plugin to my MF289 build. I've created under openwrt base dir the directory files/etc/config and put inside: 3ginfo atinout sms_tool But looks like that these file are ignored, and on the image there are default configs. What's wrong? Thx in advance!
IceG stich86 Hi @stich86 This method must work because I use it myself. Set everything up as it is supposed to be and use WinSCP to compare files from root/etc/config/3ginfo and files/etc/config/3ginfo. Similarly for the other setup files: etc/config/sms_tool etc/config/atinout
stich86 IceG only difference for 3ginfo is the tty port. the one inside the package it's empty, while the one into files/etc/config has "/dev/ttyUSB1", but when i'm installing the image on the router (without retains settings) it starts with "/dev/ttyUSB0" π
IceG stich86 @stich86 Copy yourself the contents of this settings file from the router, maybe something has moved wrong or the file has edit marks in windows and does not recognize it correctly.
stich86 IceG i think the problem is the file set_3ginfo_port.sh, this will override the configuration on the 3ginfo.. Is it right? EDIT: ok i think the problem is missing comgt package, so all stuff point to ttyUSB0. Now i'm building the image with comgt inside and check if it's working or not.. let you know in the next few minutes π
IceG stich86 Yes script is supposed to detect ports and change settings, but I compile images for myself for the devices (Linksys WRT1200AC & ZTE MF286D) and in both cases it remembers the selected settings copied to the files folder, so it's not the script's fault (I think) because it doesn't change anything for me. You can remove the script for a test and see how the settings behave.