// TODO: Fill in the actual MAC CE buffer status report
ue_report[i]->pending_mac_ces=(flexran_get_MAC_CE_bitmap_TA(enb_id,i,0)|(0<<1)|(0<<2)|(0<<3))&15;/* Use as bitmap. Set one or more of the; /* Use as bitmap. Set one or more of the
ue_report[i]->pending_mac_ces=(flexran_get_MAC_CE_bitmap_TA(enb_id,i,0)|(0<<1)|(0<<2)|(0<<3))&15;/* Use as bitmap. Set one or more of the
PROTOCOL__FLEX_CE_TYPE__FLPCET_ values
found in stats_common.pb-c.h. See
flex_ce_type in FlexRAN specification */
...
...
@@ -802,6 +799,8 @@ int flexran_agent_mac_destroy_stats_reply(Protocol__FlexranMessage *msg) {
IPV4_STR_ADDR_TO_INT_NWBO(address,enb_properties.properties[enb_properties_index]->flexran_agent_ipv4_address,"BAD IP ADDRESS FORMAT FOR eNB Agent !\n");