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



--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/30638
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I6dc8ce303e5cb0fb412857a7f2c925e8cfe9b1e0
Gerrit-Change-Number: 30638
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 16 Dec 2022 17:15:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment

Reply via email to