This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Osmocom code for Iuh interface".
The branch, master has been updated via 69888c86edfbdf83ee0092bed9bdcf44f3ba433d (commit) from accb78000b6161d5f76eae24e625c01533001b89 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/osmo-iuh/commit/?id=69888c86edfbdf83ee0092bed9bdcf44...
commit 69888c86edfbdf83ee0092bed9bdcf44f3ba433d Author: Neels Hofmeyr neels@hofmeyr.de Date: Fri Dec 15 02:54:45 2017 +0100
iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNC
Introduce a list of LAC+RAC entries for each RNC, hence allow serving more than one LAC per OsmoHNBGW.
iu_client is used by OsmoMSC and OsmoSGSN, both will be able to page successfully in a setup with multiple LACs (read: multiple hNodeB) connected to an OsmoHNBGW.
Ensure that each LAC,RAC is registered with at most one RNC Id. If a LAC,RAC shows up on a different RNC Id than before, move it over to the new RNC Id.
Future patches should probably add:
* timeouts of RNC Id / LAC,RAC validity, to remove unused entries. * VTY/CTRL commands to introspect which RNCs and LAC,RACs are listed. * VTY/CTRL commands to remove RNC Id / LAC,RAC entries.
Change-Id: I189f8e2663353276b1c615d2f78455dafe568045
-----------------------------------------------------------------------
Summary of changes: src/iu_client.c | 217 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 131 insertions(+), 86 deletions(-)
hooks/post-receive