Attention is currently required from: laforge, pespin.

lynxis lazus uploaded patch set #5 to this change.

View Change

The following approvals got outdated and were removed: Code-Review+1 by pespin

iu_client: refactor LAC/RAC handling

The iu client ignored the PLMN which might ran into duplicate
RACs. Replace all lac/rac handling by the "new" osmo_routing_area_id
struct which has improved handling.
Further it allows to use the embedded lac when CS paging is only required.
The old gprs_ra_id is still used to contain api stability.
RAC with 0xff will be rejected (which should be invalid already, because
the SIM is using this value for an invalid entry).
Internally RAC = 0xff will be used to differentiate between LAI and RAI.

Change-Id: Ie38fa3751cfce1c981d8d0bed1b8ff891593a638
---
M src/iu_client.c
1 file changed, 58 insertions(+), 21 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/45/38945/5

To view, visit change 38945. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Ie38fa3751cfce1c981d8d0bed1b8ff891593a638
Gerrit-Change-Number: 38945
Gerrit-PatchSet: 5
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-CC: daniel <dwillmann@sysmocom.de>
Gerrit-CC: laforge <laforge@osmocom.org>
Gerrit-CC: neels <nhofmeyr@sysmocom.de>
Gerrit-Attention: laforge <laforge@osmocom.org>
Gerrit-Attention: pespin <pespin@sysmocom.de>