Attention is currently required from: pespin.
1 comment:
File src/osmo-hnbgw/hnbgw.c:
Patch Set #3, Line 78: if (!hnb->persistent)
That's for a weird consequence of all the persistent stuff: […]
I think you're understanding the code wrong. A 'persistent' data structure is always allocated on-demand whenever it does not exist upon the first connect of the HNB with the related "UMTS CGI-like" identity.
So every hnb_context will always have a "persistent" struct associated with it after the HNB-REGISTER-ACCEPT.
"persistent" just means that the data persists across re-connect.
To view, visit change 36205. To unsubscribe, or for help writing mail filters, visit settings.