Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/34532?usp=email )
Change subject: rlcmac: Fix compilation error 'rlcmac_prim may be used uninitialized' ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
File src/rlcmac/tbf_ul_ass_fsm.c:
https://gerrit.osmocom.org/c/libosmo-gprs/+/34532/comment/d99e3269_e3952b72 PS1, Line 121: default
For the record: I intentionally did not add the `default` branch, because I expected that a warning […]
Perhaps the following like triggers the compiler:
``` ctx->ass_type = *(enum gprs_rlcmac_tbf_ul_ass_type *)data; ```