free5gc / upf

Apache License 2.0
32 stars 51 forks source link

Fixed the compilation issue #35

Closed muthuramanecs03g closed 3 years ago

muthuramanecs03g commented 3 years ago

Fixed the following error while making the upf free5gc/NFs/upf/lib/pfcp/src/pfcp_xact.c: In function ‘PfcpXactLocalCreate’: free5gc/NFs/upf/lib/pfcp/src/pfcp_xact.c:82:41: error: operation on ‘globalXactId’ may be undefined [-Werror=sequence-point] xact->transactionId = (globalXactId = (globalXactId == PFCP_MAX_XACT_ID ? PFCP_MIN_XACT_ID : ++globalXactId));