Attention is currently required from: neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36889?usp=email )
Change subject: add hnb_persistent hashtable: optimize lookup by cell id ......................................................................
Patch Set 3:
(1 comment)
File include/osmocom/hnbgw/hnbgw.h:
https://gerrit.osmocom.org/c/osmo-hnbgw/+/36889/comment/d3798ded_d8ef4011 PS3, Line 463: DECLARE_HASHTABLE(hnb_persistent_by_id, 5); is this 5 related to the one in mkhash_add()? if so, it may make sense to use a define, or some hashtable object field if it exists instead in there.