1 comment:
Patchset:
So we either get
| ../../../git/src/osmo-bts-oc2g/misc/oc2gbts_mgr_calib.c:174:2: error: aggregate value used where an integer was expected
| mgr->gps.gps_fix_now = (time_t) data->fix.time;
in the OE build without this patch or
misc/oc2gbts_mgr_calib.c:174:39: error: request for member ‘tv_sec’ in something not a structure or union
mgr->gps.gps_fix_now = data->fix.time.tv_sec;
this in the gerrit build with it
To view, visit change 30638. To unsubscribe, or for help writing mail filters, visit settings.