Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/31572 )
Change subject: modem: route L1CTL prims to/from libosmo-gprs-rlcmac ......................................................................
Patch Set 1:
(1 comment)
File src/host/layer23/src/modem/rlcmac.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/31572/comment/95f1298e_5086dbe9 PS1, Line 173: rlcmac_prim_l1ctl_alloc
I see no real need to expose it
Somehow I expected this answer :/ Sad.
you can simply use the existing API and still fill it afterwards
I want to fill it once in one place. And I like using designated initializer for that.
Some of those alloc APIs doesn't really even let you set all the params
This is another argument to expose the alloc API: limitations of your template functions.