Attention is currently required from: laforge.
1 comment:
File src/osmo-bsc/assignment_fsm.c:
Patch Set #1, Line 375: const struct ipacc_supp_feat *feat =
might be prudent to add an OSMO_ASSERT on the correct BTS type here. […]
I can add an assert, but this is a static function that is currently used only once, and even if someone calls it for a non-ipaccess BTS nothing bad will happen: it will return `true` early because `!feat->present` will be `true` (because Supported Features IE was never received).
To view, visit change 42590. To unsubscribe, or for help writing mail filters, visit settings.