|
From: Simen S. <sim...@ho...> - 2016-04-04 20:34:37
|
Hi! There seem to be an error in PhysicalStatus API as the neighboringCells are empty even though wireshark capture shows that the MS transmits neighbors in its measurement report back to the network. My question is, as a C++ newbie, how can I modify the PhysicalStatus.cpp and recompile/rebuild? I tried to compile the file with make and g++, but it is giving me a bunch of invalid symbols and undefined reference errors. So far, the only thing i changed was the string "ARFCN" to "ARFCNtest" to see if any changes were made, but no luck so far. This also means that the alterations are not the source of the compilation errors. |