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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, laforge/gbproxy-multi-ns has been created
at 7c9052398e95a84ea905cbfde4763aa039dde47b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=7c9052398e95a84ea905cbfde4763aa0…
commit 7c9052398e95a84ea905cbfde4763aa039dde47b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:43:50 2016 +0100
gb_proxy: Don't use bssgp_nsi variable, but cfg->{bss,sgsn}_nsi
The global variable bssgp_nsi should disappear soon to make the gb_proxy
work with different NS instances on the SGSN and the BSS side. Let's
remove any code that explicitly references bssgp_nsi during message
processing.
Change-Id: Iac6c5d318fde41fb6edab3cb11b4773c62bb4ef6
http://cgit.osmocom.org/openbsc/commit/?id=450710501b092986024c1348697477fd…
commit 450710501b092986024c1348697477fdcfbf80ce
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:34:31 2016 +0100
gb_proxy: differentiate between SGSN-facing and BSS-facing NS Instance
We start to differentiate between the two different NS Instances inside
struct gbproxy_config. However, both elements are still initialized to
the same (single) NS instance.
Change-Id: I08c28bbc4cdf6ecfaa1ad62e547b45b58c967abb
http://cgit.osmocom.org/openbsc/commit/?id=1af212ab902f384462101e37a1b11012…
commit 1af212ab902f384462101e37a1b11012e04519ed
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 7 21:30:23 2016 +0100
Change to build against libosmogb change
libosmogb VTY code has been modified to allow the use fo multiple NS
instances in Change-Id I483e9984f046e0e698c65b59034b3a6141e7ca73. This
commit simply makes osmo-sgsn and osmo-gbproxy build (and work) again,
still with only one NS instance.
Change-Id: I9f3453bab23258f6dad352e8e3aeb20792cb5c9a
http://cgit.osmocom.org/openbsc/commit/?id=cd3bfbaa0e1e0e1285a460b8335f78c8…
commit cd3bfbaa0e1e0e1285a460b8335f78c801490bf2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 1 03:32:50 2016 +0100
SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP
The GTP protocol specification requires us to include the MSISDN IE in
all non-secondary PDP context activations. However, when no real HLR is
used (e.g. via GSUP), we do not have the MSISDN information available
and so far simply sent a zero-length MSISDN IE in GTP. The latter is a
violation of the spec.
So to resolve this, we now send a 15-digit all-zero dummy MSISDN IE, as
described in TS 23.003.
Change-Id: I8d0a5d52d6cd2a00b5dda060bd41d45056dfa84d
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)