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 59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5 (commit)
via 5fa7e36bbc100c5cec4542280ca717ae4800b316 (commit)
via f3f3505f493f63e9e79c72e407907783913b9c9c (commit)
from c9ac20ea43e0107c293b5d3f5c90076963e95059 (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=59a1bf3dae0d0a9e914d3c615c6aa7fc…
commit 59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 15 16:04:46 2016 +0200
Add basic SI2quater support
* support for sending arbitrary static SI2quater.
* vty interface for neightbor EARFCNs specific to SI2quater.
* dynamic generation of SI2quater messages.
* unit test for SI2quater messages.
Fixes: OS#1630
http://cgit.osmocom.org/openbsc/commit/?id=5fa7e36bbc100c5cec4542280ca717ae…
commit 5fa7e36bbc100c5cec4542280ca717ae4800b316
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 15 16:04:45 2016 +0200
Refactor SI-related code
Move define to header file.
Use inline functions where appropriate.
Change int variables which are used as boolean into actual bool to make
code easier to follow.
http://cgit.osmocom.org/openbsc/commit/?id=f3f3505f493f63e9e79c72e407907783…
commit f3f3505f493f63e9e79c72e407907783913b9c9c
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 15 16:04:44 2016 +0200
Add SI2quater support to SI3
Advertise SI2 quater presence and location (if available) using SI3
according to 3GPP TS 44.018 § 10.5.2.34
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 1 +
openbsc/include/openbsc/gsm_data_shared.h | 5 +
openbsc/include/openbsc/rest_octets.h | 8 +-
openbsc/src/libbsc/abis_rsl.c | 2 -
openbsc/src/libbsc/bsc_init.c | 7 +-
openbsc/src/libbsc/bsc_vty.c | 71 ++++++++++
openbsc/src/libbsc/rest_octets.c | 209 ++++++++++++++++++++++++++++++
openbsc/src/libbsc/system_information.c | 68 +++++++---
openbsc/src/libcommon/gsm_data.c | 5 +
openbsc/tests/gsm0408/Makefile.am | 3 +-
openbsc/tests/gsm0408/gsm0408_test.c | 69 ++++++++++
openbsc/tests/gsm0408/gsm0408_test.ok | 8 ++
12 files changed, 430 insertions(+), 26 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via fbb8bfa514284f9744809afba51dec716590090c (commit)
from da1b20cd4f7b13121434d32817886d7803fd6052 (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/libosmocore/commit/?id=fbb8bfa514284f9744809afba51d…
commit fbb8bfa514284f9744809afba51dec716590090c
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 15 16:04:04 2016 +0200
Add function to get osmo_earfcn bit size
This function returns the number of bits necessary to pack osmo_earfcn
into Repeated E-UTRAN Neighbour Cells IE (3GPP TS 44.018 Table
10.5.2.33b.1).
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/sysinfo.h | 1 +
src/gsm/libosmogsm.map | 1 +
src/gsm/sysinfo.c | 24 ++++++++++++++++++++++++
3 files changed, 26 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 c9ac20ea43e0107c293b5d3f5c90076963e95059 (commit)
via a6e81a09861645dc9e8a6aa44a6a1d43bd70dcb7 (commit)
via 312bf6ce8bc56f88e49e8118f519494e71a4289a (commit)
from 8bb6204d50373ad99b769f8cf42850ae30551c08 (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=c9ac20ea43e0107c293b5d3f5c900769…
commit c9ac20ea43e0107c293b5d3f5c90076963e95059
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Apr 14 15:21:33 2016 +0200
gbproxy_test: assert msg allocation (CID #57873)
http://cgit.osmocom.org/openbsc/commit/?id=a6e81a09861645dc9e8a6aa44a6a1d43…
commit a6e81a09861645dc9e8a6aa44a6a1d43bd70dcb7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Apr 14 15:21:32 2016 +0200
bsc_nat: forward_sccp_to_msc(): assert con presence (CID #57872)
http://cgit.osmocom.org/openbsc/commit/?id=312bf6ce8bc56f88e49e8118f519494e…
commit 312bf6ce8bc56f88e49e8118f519494e71a4289a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Apr 14 15:21:31 2016 +0200
gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present (CID #57687)
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gtphub.c | 10 ++++++----
openbsc/src/osmo-bsc_nat/bsc_nat.c | 1 +
openbsc/tests/gbproxy/gbproxy_test.c | 1 +
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via da1b20cd4f7b13121434d32817886d7803fd6052 (commit)
from 700297528cb0894524b8d188ebd3377af27c488d (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/libosmocore/commit/?id=da1b20cd4f7b13121434d3281788…
commit da1b20cd4f7b13121434d32817886d7803fd6052
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Apr 14 15:12:16 2016 +0200
logging.c: assert category_token allocation (CID #57871)
-----------------------------------------------------------------------
Summary of changes:
src/logging.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "SCCP Library".
The branch, master has been updated
via 6420ad0e62962f98abd25b779f9b901533970961 (commit)
from a5b2fed35b194fef215cc22cf499d9e0341d5b3c (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/libosmo-sccp/commit/?id=6420ad0e62962f98abd25b779f9…
commit 6420ad0e62962f98abd25b779f9b901533970961
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 18:01:22 2016 +0200
sua_test_common.c: use global RANAP SSN definition
The test 'hardcoded' a local define for RANAP SSN as 142, instead use the
proper OSMO_SCCP_SSN_RANAP define from sccp_sap.h
-----------------------------------------------------------------------
Summary of changes:
tests/sigtran/sua_test_common.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
SCCP Library
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 "SCCP Library".
The branch, master has been updated
via a5b2fed35b194fef215cc22cf499d9e0341d5b3c (commit)
from 752b39e7638192a24cda990f2400b7f2fc690625 (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/libosmo-sccp/commit/?id=a5b2fed35b194fef215cc22cf49…
commit a5b2fed35b194fef215cc22cf499d9e0341d5b3c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 16 13:27:50 2016 +0200
Add more OSMO_SCCP_SSN_ defines
hopefully we should now know all that we ever expect to need.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
hooks/post-receive
--
SCCP Library
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 "SCCP Library".
The branch, master has been updated
via 752b39e7638192a24cda990f2400b7f2fc690625 (commit)
from 37d5a3afcddc251aa2e23066ebf7a14ab0fbe688 (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/libosmo-sccp/commit/?id=752b39e7638192a24cda990f240…
commit 752b39e7638192a24cda990f2400b7f2fc690625
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 17:45:25 2016 +0200
Fix RANAP SSN: it's 142, not 143
143 is actually the SSN for RNSAP. Wireshark displayed a RNSAP message type
and malformed packet warning until I fixed this to 142. Now I get the proper
RANAP and id-Paging reported.
There has been a reallocation for RANAP and RNSAP SSNs, though the old SSN for
RANAP is apparently 32 (seen in a pcap from a real 3G network). When I send 32
instead of 142, wireshark also decodes the message as valid RANAP.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SCCP Library
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 37017f5df819fc13418826caa203afe5d3b8148a (commit)
from 04861ef1ed4da11b6118df445631d8121e643954 (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=37017f5df819fc13418826caa203afe…
commit 37017f5df819fc13418826caa203afe5d3b8148a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 15 22:47:21 2016 +0200
hnbgw_cn.c: add #include for inet_ntoa()
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "An utility library for Open Source Mobile Communications".
The branch, max/si2qe has been created
at 5814459a9f39c007d6c9dfaecdd32d201970b59d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=5814459a9f39c007d6c9dfaecdd3…
commit 5814459a9f39c007d6c9dfaecdd32d201970b59d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Apr 15 16:01:50 2016 +0200
Add function to get osmo_earfcn bit size
This function returns the number of bits necessary to pack osmo_earfcn
into Repeated E-UTRAN Neighbour Cells IE (3GPP TS 44.018 Table
10.5.2.33b.1).
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, max/si2qe has been created
at 11c6888d4765078724097e2a4eaff657bd6c51ad (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=11c6888d4765078724097e2a4eaff657…
commit 11c6888d4765078724097e2a4eaff657bd6c51ad
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
Add basic SI2quater support
* support for sending arbitrary static SI2quater.
* vty interface for neightbor EARFCNs specific to SI2quater.
* dynamic generation of SI2quater messages.
* unit test for SI2quater messages.
Fixes: OS#1630
http://cgit.osmocom.org/openbsc/commit/?id=840d6ffb1ca5037c933dabafc74d06f4…
commit 840d6ffb1ca5037c933dabafc74d06f4a814c138
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 15:01:50 2016 +0100
Refactor SI-related code
Move define to header file.
Use inline functions where appropriate.
Change int variables which are used as boolean into actual bool to make
code easier to follow.
http://cgit.osmocom.org/openbsc/commit/?id=2eb4f31717599f8e7c3b43437705d1e3…
commit 2eb4f31717599f8e7c3b43437705d1e322224270
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 14:40:33 2016 +0100
Add SI2quater support to SI3
Advertise SI2 quater presence and location (if available) using SI3
according to 3GPP TS 44.018 § 10.5.2.34
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)