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, master has been updated via 3911880b68ddd92c9dd89d6ac20c26807e33f905 (commit) via cdd4302c6dde84693a16b33362a75061480333cd (commit) via 27cb4d57e049b173fb4cacc78b947f70c691c111 (commit) via 94ef1c0da9a80869256e6a5966d1f1571955c813 (commit) via 41108680293f703da976efe64ea8388ef7a2cd7e (commit) from 0d8ac0eac0a919cb2620d94e661d60b2a96501d3 (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=3911880b68ddd92c9dd89d6ac20c26807...
commit 3911880b68ddd92c9dd89d6ac20c26807e33f905 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Fri Nov 7 14:07:48 2014 +0100
bsc: Move gsm_subscriber_base.c to libcommon
Since it is planned to use struct gsm_subscriber to manage subscriber data in the SGSN, this file which contains the generic subscriber related methods is moved to libcommon.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=cdd4302c6dde84693a16b33362a750614...
commit cdd4302c6dde84693a16b33362a75061480333cd Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Mon Nov 10 11:21:32 2014 +0100
bsc: Move gsm_network_init function to libbsc
Currently libcommon depends on libbsc, because gsm_network_init (libcommon/gsm_data.c) directly calls gsm_net_update_ctype (libbsc/gsm_04_08_utils.c).
This patch moves gsm_network_init to a new file libbsc/net_init.c.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=27cb4d57e049b173fb4cacc78b947f70c...
commit 27cb4d57e049b173fb4cacc78b947f70c691c111 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Wed Oct 29 12:11:58 2014 +0100
sgsn/test: Add test_gmm_attach
This test checks the attach procedure until the Attach Complete is received.
Note that authorization and GMM state updates are not working properly yet.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=94ef1c0da9a80869256e6a5966d1f1571...
commit 94ef1c0da9a80869256e6a5966d1f1571955c813 Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Wed Oct 29 10:31:18 2014 +0100
sgsn/test: Move message sending to send_0408_message
This replaces serveral occurences of duplicated code for message creation and sending (passing to gsm0408_gprs_rcvmsg) into a single function. In addition, the sgsn_tx_counter is always reset within send_0408_message to simplify the code that checks for the number of messages sent.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=41108680293f703da976efe64ea8388ef...
commit 41108680293f703da976efe64ea8388ef7a2cd7e Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Fri Oct 31 10:47:29 2014 +0100
gbproxy: Honour the BSS TLLI type when creating an SGSN TLLI
Currently gbproxy_make_sgsn_tlli always returns a foreign TLLI when it uses the (SGSN) P-TMSI to generate one.
This patch changes the implementation to return a SGSN TLLI of the same type like the BSS TLLI in that case.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes: openbsc/src/gprs/gb_proxy.c | 7 +- openbsc/src/libbsc/Makefile.am | 4 +- openbsc/src/libbsc/net_init.c | 102 ++++++++++++ openbsc/src/libcommon/Makefile.am | 4 +- openbsc/src/libcommon/gsm_data.c | 80 ---------- .../{libbsc => libcommon}/gsm_subscriber_base.c | 0 openbsc/src/osmo-bsc_nat/Makefile.am | 3 +- openbsc/src/utils/Makefile.am | 4 +- openbsc/tests/channel/Makefile.am | 8 +- openbsc/tests/sgsn/sgsn_test.c | 176 +++++++++++++++++---- openbsc/tests/sgsn/sgsn_test.ok | 1 + 11 files changed, 269 insertions(+), 120 deletions(-) create mode 100644 openbsc/src/libbsc/net_init.c rename openbsc/src/{libbsc => libcommon}/gsm_subscriber_base.c (100%)
hooks/post-receive