Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/31152 )
Change subject: rlcmac: Refactor msg_type enums and value_string ......................................................................
Patch Set 4:
(1 comment)
File include/osmocom/gprs/rlcmac/types.h:
https://gerrit.osmocom.org/c/libosmo-gprs/+/31152/comment/5ceeb87f_5ca51590 PS2, Line 53: OSMO_GPRS_RLCMAC_DL_MSGT_PACKET_DOWNLINK_DUMMY_CONTROL_BLOCK The new prefix makes these symbols huge and cumbersome to use:
if (msg_type == OSMO_GPRS_RLCMAC_DL_MSGT_PACKET_DOWNLINK_DUMMY_CONTROL_BLOCK)
But it looks like there is nothing we can do about that :/