Attention is currently required from: neels, msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/31285 )
Change subject: rlcmac: Implement GMMRR-ASSIGN.req ......................................................................
Patch Set 3:
(1 comment)
File include/osmocom/gprs/rlcmac/rlcmac_prim.h:
https://gerrit.osmocom.org/c/libosmo-gprs/+/31285/comment/9e42592c_b76a1372 PS3, Line 189: struct osmo_gprs_rlcmac_prim *osmo_gprs_rlcmac_prim_alloc_gmmrr_assign_req(
also weird how it has no .c file equivalent. […]
No need for a separate patch. This function is not yet used at all because it was not implemented. Makes no sense to have a separate patch if this function was not even implemented before. Previous patch was already merged. It cannot be static: As its prefix suggest, it's a public API. Please remember this is all in active development and lots of code is being written/imported.