laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/22652 )
Change subject: gb_proxy_peer:Add Function to get gbproxy cell by cell id
......................................................................
Patch Set 4:
The libosmocore change-id has been merged 4 days ago, but this one still fails.
gb_proxy_peer.c:215:11: error: ‘struct gbproxy_cell’ has no member named ‘id’
if (cell->id.cid == cid && gsm48_compare_ra(&cell->id.raid, raid) == 0) {
^~
gb_proxy_peer.c:215:30: error: implicit declaration of function
‘gsm48_compare_ra’ [-Werror=implicit-function-declaration]
if (cell->id.cid == cid && gsm48_compare_ra(&cell->id.raid, raid) == 0) {
^~~~~~~~~~~~~~~~
gb_proxy_peer.c:215:52: error: ‘struct gbproxy_cell’ has no member named ‘id’
if (cell->id.cid == cid && gsm48_compare_ra(&cell->id.raid, raid) == 0) {
^~
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/22652
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I3403736eed9d6819634c26db0b90393ac6f4416a
Gerrit-Change-Number: 22652
Gerrit-PatchSet: 4
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-CC: dexter <[email protected]>
Gerrit-CC: laforge <[email protected]>
Gerrit-CC: pespin <[email protected]>
Gerrit-Comment-Date: Mon, 08 Feb 2021 20:21:25 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment