Attention is currently required from: neels.
1 comment:
File src/libosmo-pfcp/pfcp_msg.c:
Patch Set #1, Line 589: struct osmo_fsm_inst *fi = m ? (m->ctx.session_fi ?: m->ctx.peer_fi) : NULL;
Checking `m` against `NULL` below and returning early makes these ternary checks redundant. I suggest moving the variable assignments below the if-block you're adding.
To view, visit change 37993. To unsubscribe, or for help writing mail filters, visit settings.