Attention is currently required from: fixeria, laforge, neels.
2 comments:
Patchset:
one might have moved/extracted the header file in a separate patch, that would have saved me some c […]
I can look at splitting this in a new version of the patch, sorry for the hassle.
File src/libosmo-pfcp/pfcp_cp_peer.c:
unsigned int tval_rx_heartbeat_s =
osmo_tdef_get(cp_peer->ep->cfg.tdefs, OSMO_PFCP_TIMER_HEARTBEAT_RESP, OSMO_TDEF_S, -1);
o
Not critical, but it looks more logical to schedule this timer not when a response is received, but […]
No, because the Tx of Heartbeat Req is decoupled from Rx of Heartbeat Response.
You can configure:
1- How frequently to Tx HB Req
2- How long until no HB Resp triggers a timeout for the association.
To view, visit change 42120. To unsubscribe, or for help writing mail filters, visit settings.