daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/30638 )
Change subject: oc2gbts_mgr_calib: Don't cast timespec_t to time_t ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: 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