Sample code for Location information
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
static void Testle_mrc_GetLocInfo()
{
uint32_t cellId;
uint32_t lac;
LE_INFO("le_mrc_GetServingCellId returns cellId.%d", cellId);
LE_INFO("le_mrc_GetServingCellLocAreaCode returns lac.%d",lac);
}