Attention is currently required from: lynxis lazus.
pespin has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-iuh/+/38945?usp=email )
Change subject: iu_client: refactor LAC/RAC handling ......................................................................
Patch Set 3:
(2 comments)
File src/iu_client.c:
https://gerrit.osmocom.org/c/osmo-iuh/+/38945/comment/d392c853_f913a511?usp=... : PS3, Line 254: static bool iu_rnc_lac_rac_find_legacy(struct ranap_iu_rnc **rnc, struct iu_lac_rac_entry **lre,
because we want to keep the old broken codepath of paging.
Done
https://gerrit.osmocom.org/c/osmo-iuh/+/38945/comment/37ad8427_99a15745?usp=... : PS3, Line 819: iu_rnc_lac_rac_find_legacy(&rnc, NULL, lac, rac);
take a look on iu_page_cs which calls this function.
Done