Attention is currently required from: dexter, laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36311?usp=email )
Change subject: RAB activation/modification/release statistics ......................................................................
Patch Set 2:
(2 comments)
File include/osmocom/hnbgw/context_map.h:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/36311/comment/951971cf_66fd9507 PS2, Line 173: uint8_t rab_state[256]; This is something we most probably want to have as some sort of bitmask in the future, eg using 2 bits to encode the state instead of 8. Not urgent though.
File src/osmo-hnbgw/kpi_ranap.c:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/36311/comment/430f4cc7_6b04bb5f PS2, Line 362: //kpi_ranap_process_dl_iu_rel_cmpl(map, ranap); /* IU RELEASE COMPLETE (8.5) */ why is this one commented out?