This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)". The branch, sysmocom/iu has been updated via edafdc14f3cf0b9714932bce3faf2751f370663d (commit) via 54fc3a13183e4d5956c8c17b74caf7ef21febe0a (commit) via baefda5d64f1b11f13ae187a283c0322a12afeec (commit) via 8dfe9690c51c13d71cca6e9c3e7dfddb7d03a8de (commit) from fafb0742683fb069ea88355c513290c6bb4373b4 (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/openbsc/commit/?id=edafdc14f3cf0b9714932bce3faf2751f370663d commit edafdc14f3cf0b9714932bce3faf2751f370663d Author: Neels Hofmeyr <nhofmeyr at sysmocom.de> Date: Tue Mar 22 19:25:58 2016 +0100 cscn: record and use LAC on incoming InitialUE msg Add lac argument to gsm0408_rcvmsg_iucs(), to record the LAC in newly allocated gsm_subscriber_connections. In effect, fix the LAC sent to UE during Location Updating Accept message. Before, 0 was stored as LAC and sent to the UE, regardless of the actual LAC in use. ----------------------------------------------------------------------- Summary of changes: openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg | 36 ++++++++++++++++++++++++++++ openbsc/include/openbsc/iu_cs.h | 7 ++---- openbsc/src/libiu/iu.c | 10 ++++++-- openbsc/src/libmsc/iu_cs.c | 36 +++++++++++++++++++++++----- openbsc/src/osmo-cscn/cscn_main.c | 2 +- 5 files changed, 77 insertions(+), 14 deletions(-) create mode 100644 openbsc/doc/examples/osmo-cscn/osmo-cscn.cfg hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)