free5gc / upf

Apache License 2.0
32 stars 51 forks source link

Fixed globalXactId after that equal to MAX_XACT_ID #30

Closed ChuChuuu closed 3 years ago

ChuChuuu commented 3 years ago

After globalXactId == PFCP_MAX_XACT_ID, globalXactId should also set to be PFCP_MIN_XACT_ID. Otherwise, next time PfcpXactLocalCreate be called, globalXactId will over than PFCP_MAX_XACT_ID

free5gc-org commented 3 years ago

Thanks for the PR!