Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/33538 )
Change subject: nacc_fsm: Add support for NACC with UTRAN and E-UTRAN cells ......................................................................
Patch Set 4:
(1 comment)
File src/nacc_fsm.c:
https://gerrit.osmocom.org/c/osmo-pcu/+/33538/comment/76cd4991_3d1364ea PS3, Line 282: ctx->neigh_key_present = false;
I didn't notice you are setting this already to false in here, so then there's no need to set it to […]
Ah, ok, thought that it would make sense for a second, but yes, lets remove the ctx->neigh_key_present = false; lines again.