Attention is currently required from: laforge, osmith, pespin.
2 comments:
File src/host/layer23/src/modem/grr.c:
Patch Set #2, Line 470: rr->n_chan_req = GRR_PACKET_ACCESS_MAX_CHAN_REQ;
add "pending" word somewhere in the variable field? n_chan_req_pending.
This field is part of the existing code/API, I am simply using it here. I agree that it would make the field more self-explaining, but renaming it is definitely a separate patch.
Patch Set #2, Line 659: static void grr_st_packet_access_action(struct osmo_fsm_inst *fi,
I think it's the first place I see we add the "action" keyword, I was first confused about what was […]
I see nothing wrong with adding `_action` to an action callback, as well as adding `_onenter` and `_onleave`. This clearly indicates the purpose of a function. And this is also the case for the `trxcon_fsm` and some FSMs in osmo-bsc.git, for instance.
To view, visit change 34514. To unsubscribe, or for help writing mail filters, visit settings.