This patch addresses 3 issues:
- puts some useful debug info in log file when upload fails
- upgrades upload URLs to new ones on openbmap.org
- fixes the issue when some data is not hex string but integer (like on my Freerunner SHR-T), which prevented neighbour cells from being detected, with errors like:
ERROR:root:get neighbour cells info: int() can't convert non-string with explicit base
ERROR:root:get serving cell info: int() can't convert non-string with explicit base
the fixes are against logger.py as found in IPK package in SHR-T 0.4.0-r1.4 (I could update the patch against GIT latest if you give me write access to it :)
fix neighbours on SHR-T, upgrade upload URLs