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 30f534f887c3b16043362c5aa4a0e21fdbc71e71 (commit)
via a872421e43da37f1c3a364c5c87d722f474cde35 (commit)
via df63de2e37af890f3abb11d4de2334c2b49ae13c (commit)
via 30e08f5b8e9ed4dbc12983d61eb1f1661eb91dd0 (commit)
via 2f1b1189da3e720e46e7c411c042997710ef3c5d (commit)
via ba03c430a65b9b9f410db03bfc9262a809770a5c (commit)
via 347f8ef21809ea0f69352a2df8c9e10ab4e1a3a8 (commit)
via 83457922813ace30efa355ed00b8967e64218aee (commit)
via c636cab20fe5a7a63cfca4a108640d42cd5c36de (commit)
via e7d6476825e640d62f78fc6955d46d1589c98870 (commit)
via 52c6ae25be2d551ff5f484c70e130eec62ca3720 (commit)
via 6648fe8f1ebcf7d082ad3d957f14565cfbb3a142 (commit)
from 1a0bb5108c5c84cb3dfdca0b848e2fa4c7b03f05 (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=30f534f887c3b16043362c5aa4a0e21…
commit 30f534f887c3b16043362c5aa4a0e21fdbc71e71
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 14:01:51 2016 +0200
jenkins.sh: enable make distcheck
Change-Id: I967d4de9682cb2a45210f689ec076ef457841179
http://cgit.osmocom.org/osmo-iuh/commit/?id=a872421e43da37f1c3a364c5c87d722…
commit a872421e43da37f1c3a364c5c87d722f474cde35
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:04:20 2016 +0200
build: parallel build: require ../libosmo-ranap.la from tests/
This rule is bad because it re-invokes $(MAKE), but it seems to fix the
parallel build. It should probably be done differently.
Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e
http://cgit.osmocom.org/osmo-iuh/commit/?id=df63de2e37af890f3abb11d4de2334c…
commit df63de2e37af890f3abb11d4de2334c2b49ae13c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:13:55 2016 +0200
build: move headers to include/osmocom/*
This came up while fixing 'make distcheck'; this is certainly not the easiest
way but it makes sense to have the headers in include/, like we do in openbsc.
The easy alternative might be to add -I$(top_srcdir)/src to src/Makefile.am.
Remove -I$(top_srcdir)/src from src/tests/Makefile.am, no longer needed.
Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234
http://cgit.osmocom.org/osmo-iuh/commit/?id=30e08f5b8e9ed4dbc12983d61eb1f16…
commit 30e08f5b8e9ed4dbc12983d61eb1f1661eb91dd0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:03:44 2016 +0200
build: cosmetic: hnbap: undup asn1 src path
Change-Id: I0507277995302261c87db1b0c48105065cf13ae4
http://cgit.osmocom.org/osmo-iuh/commit/?id=2f1b1189da3e720e46e7c411c042997…
commit 2f1b1189da3e720e46e7c411c042997710ef3c5d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:13:55 2016 +0200
build: distcheck: add missing bits for testsuite distcheck
Got some errors during 'make distcheck', copying the way openbsc.git does these
things.
Change-Id: I13d76cd56dfb8fe4eb02d6fcada78a9e3311b51b
http://cgit.osmocom.org/osmo-iuh/commit/?id=ba03c430a65b9b9f410db03bfc9262a…
commit ba03c430a65b9b9f410db03bfc9262a809770a5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:11:26 2016 +0200
build: distcheck: look for asn1 in top_srcdir, not top_builddir
Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
http://cgit.osmocom.org/osmo-iuh/commit/?id=347f8ef21809ea0f69352a2df8c9e10…
commit 347f8ef21809ea0f69352a2df8c9e10ab4e1a3a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:00:26 2016 +0200
build: distcheck: add missing distclean files
Change-Id: I24d72b2b1bae52a1b2cf8a989396d2aac31d119e
http://cgit.osmocom.org/osmo-iuh/commit/?id=83457922813ace30efa355ed00b8967…
commit 83457922813ace30efa355ed00b8967e64218aee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:56:44 2016 +0200
build: fix ranap gen, use same for gen hnbap and rua gen
fix extraneous rebuild for each make invocation: touch the ranap.stamp file in
src/ as the make target suggests.
fix for 'make distcheck': ranap gen: move generated sources to builddir, not
srcdir. Thus we also -I the builddir include to pick up those headers.
hnbap and rua have the same situation as ranap (they generate numerous files
from a single make rule). Use the same makefile semantics for those two
(commit for ranap gen omitted the same changes for hnbap and rua).
The generated headers are thus moved to include/osmocom/*/, so adjust #include
statements accordingly (*_common.h, *_ies_defs.h).
Also move hnbap_common.h to include/osmocom/hnbap and rua_common.h to
include/osmocom/rua, since the *_ies_defs.h want to include them; and since
*_ies_defs.h are now in include/osmocom/*, we want a '<foo>' include now.
Also adjust gitignore.
Change-Id: I32213666fcdfc144008fa7d46497c0938d093e86
http://cgit.osmocom.org/osmo-iuh/commit/?id=c636cab20fe5a7a63cfca4a108640d4…
commit c636cab20fe5a7a63cfca4a108640d42cd5c36de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:41:46 2016 +0200
build: remove subdir-objects from configure.ac, it is broken
This is a known autoconf bug, it creates odd directories named literally
'$(top_srcdir)', potentially messing up dependency checking.
Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
http://cgit.osmocom.org/osmo-iuh/commit/?id=e7d6476825e640d62f78fc6955d46d1…
commit e7d6476825e640d62f78fc6955d46d1589c98870
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:57:04 2016 +0200
build: use tar-ustar to allow paths longer than 99
Needed to fix these errors:
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h: file name is too long (max 99); not dumped
tar: osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h: file name is too long (max 99); not dumped
Change-Id: Id41bca92810a81ac50697c0230a6caef490b0ffd
http://cgit.osmocom.org/osmo-iuh/commit/?id=52c6ae25be2d551ff5f484c70e130ee…
commit 52c6ae25be2d551ff5f484c70e130eec62ca3720
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 14:08:51 2016 +0200
tests: don't log filename nor color in unit tests
In experr, we had line numbers in log output, which might change. Also, for
make distcheck, the path of the source file might have some '../../' added in
the log output (to indicate the src dir as seen from the build dir).
Fix both by dropping source file and line.
Also drop color while at it.
Change-Id: Ie76384c4176ce0a7d89d093f2efb848fe3f19400
http://cgit.osmocom.org/osmo-iuh/commit/?id=6648fe8f1ebcf7d082ad3d957f14565…
commit 6648fe8f1ebcf7d082ad3d957f14565cfbb3a142
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 29 15:50:14 2016 +0200
jenkins.sh: don't build twice
Instead of building the same .c files twice, rather verify that the
'make regen' target produces identical .c files as are checked in.
Change-Id: I18e7677d8596f61b883e9db57b4bdd2a5c154ec3
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++
configure.ac | 5 ++-
contrib/jenkins.sh | 26 +++++++------
include/osmocom/hnbap/Makefile.am | 4 ++
{src => include/osmocom/hnbap}/hnbap_common.h | 0
include/osmocom/iuh/Makefile.am | 4 +-
{src => include/osmocom/iuh}/context_map.h | 0
{src => include/osmocom/iuh}/hnbgw.h | 0
{src => include/osmocom/iuh}/hnbgw_cn.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_hnbap.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_ranap.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_rua.h | 2 +-
{src => include/osmocom/iuh}/iu_common.h | 0
include/osmocom/ranap/Makefile.am | 7 +++-
include/osmocom/rua/Makefile.am | 4 ++
{src => include/osmocom/rua}/rua_common.h | 0
{src => include/osmocom/rua}/rua_msg_factory.h | 0
src/.gitignore | 3 --
src/Makefile.am | 53 ++++++++++++++++++++------
src/context_map.c | 4 +-
src/hnbap/Makefile.am | 4 +-
src/hnbap_common.c | 4 +-
src/hnbgw.c | 10 ++---
src/hnbgw_cn.c | 6 +--
src/hnbgw_hnbap.c | 6 +--
src/hnbgw_ranap.c | 4 +-
src/hnbgw_rua.c | 10 ++---
src/hnbgw_vty.c | 4 +-
src/ranap_common_cn.c | 2 +-
src/rua_common.c | 4 +-
src/rua_msg_factory.c | 8 ++--
src/tests/Makefile.am | 22 ++++++++++-
src/tests/dummy_cn_sua.c | 2 +-
src/tests/hnb-test-rua.c | 2 +-
src/tests/hnb-test.c | 6 +--
src/tests/test-helpers.err | 5 +--
src/tests/test-hnbap.c | 4 +-
src/tests/test-ranap.c | 2 +-
src/tests/test_common.c | 5 ++-
39 files changed, 153 insertions(+), 79 deletions(-)
rename {src => include/osmocom/hnbap}/hnbap_common.h (100%)
rename {src => include/osmocom/iuh}/context_map.h (100%)
rename {src => include/osmocom/iuh}/hnbgw.h (100%)
rename {src => include/osmocom/iuh}/hnbgw_cn.h (79%)
rename {src => include/osmocom/iuh}/hnbgw_hnbap.h (77%)
rename {src => include/osmocom/iuh}/hnbgw_ranap.h (77%)
rename {src => include/osmocom/iuh}/hnbgw_rua.h (93%)
rename {src => include/osmocom/iuh}/iu_common.h (100%)
rename {src => include/osmocom/rua}/rua_common.h (100%)
rename {src => include/osmocom/rua}/rua_msg_factory.h (100%)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 9bbe1600cc02e1b538380393edb1dcdabe9247a2 (commit)
from 16ddc90eabad423d247753f7d89639659e049d35 (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-pcu/commit/?id=9bbe1600cc02e1b538380393edb1dcd…
commit 9bbe1600cc02e1b538380393edb1dcdabe9247a2
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jul 18 12:50:18 2016 +0200
Fix Timing Advance handling
* initialize with invalid TA instead of making assumption that phone is
located within 550 meters (TA=0)
* only set valid TA
Change-Id: Idfc40ff0c11bdac13d9e28fbfa4e95dfc6b735b0
Related: OS#1526
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 3 +-
src/gprs_ms.cpp | 17 +++--
src/sba.cpp | 4 ++
src/tbf.cpp | 5 +-
src/tbf_dl.cpp | 2 +-
tests/tbf/TbfTest.cpp | 2 +
tests/tbf/TbfTest.err | 174 ++++++++++++++++++++++++++++----------------------
7 files changed, 121 insertions(+), 86 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 c69de3e25cb0fe651293e64a68ba35e936c50ff3 (commit)
from 6320934e6a740c824f99769700937ed0477c67b3 (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=c69de3e25cb0fe651293e64a68ba…
commit c69de3e25cb0fe651293e64a68ba35e936c50ff3
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 12 16:18:56 2016 +0200
Add Marker to ph_tch_param
Extend struct ph_tch_param with Marker bit from RTP header to indicate
speech onset in case of DTX.
Change-Id: Ic664902630b9d335ff9abc7a9ca7249eaf80e05f
Related: OS#1750
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 3 ++-
include/osmocom/gsm/l1sap.h | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 6320934e6a740c824f99769700937ed0477c67b3 (commit)
from 418ca58085d81f7c5fd7a625549399b3c03ee8e3 (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=6320934e6a740c824f9976970093…
commit 6320934e6a740c824f99769700937ed0477c67b3
Author: Anatoly Orlov <anatolix(a)yandex.ru>
Date: Wed Aug 31 08:07:16 2016 +0200
libosmocodec link fix on MacOSX
Fixes the following bug:
CCLD libosmocodec.la
Undefined symbols for architecture x86_64:
"_bitvec_get_bit_pos", referenced from:
_osmo_fr_check_sid in gsm610.o
"_bitvec_get_uint", referenced from:
_osmo_hr_check_sid in gsm620.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libosmocodec.la] Error 1
Change-Id: Id7358b94e274b529a8da38a0b2ef8c892b6dd7a5
-----------------------------------------------------------------------
Summary of changes:
src/codec/Makefile.am | 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 6dab90f39fc3d6eb7226e387e7f160c4ece84c0b (commit)
from c77c2a6aa13accbc558888ab788d1148eb9aeb1a (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-abis/commit/?id=6dab90f39fc3d6eb7226e387e7f…
commit 6dab90f39fc3d6eb7226e387e7f160c4ece84c0b
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 12 12:27:22 2016 +0200
Change API to convey marker bit
Previously RTP receive callback ignored Marker bit from RTP
headers. Extend API to include it explicitly.
Change-Id: I3c2b6365d8a51bf98805614e07344d2639875fde
Related: OS#1750
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/trau/osmo_ortp.h | 2 +-
src/trau/osmo_ortp.c | 6 ++++--
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface 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 1a0bb5108c5c84cb3dfdca0b848e2fa4c7b03f05 (commit)
from f6673b725758c1942835cb7241a3510bfec12c6a (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=1a0bb5108c5c84cb3dfdca0b848e2fa…
commit 1a0bb5108c5c84cb3dfdca0b848e2fa4c7b03f05
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 25 14:55:35 2016 +0200
UE Register with TMSI: reply with a Register Reject
When receiving a UE Register Request with TMSI and no IMSI, compose a
Register Reject with the same UE Identity and send.
The accepting function expects a ue_context argument and composes the
message from the IMSI found there. This new rejection message cannot rely
on a ue_context struct and hence uses the asn1 uE_Identity directly.
Change-Id: Ia47e398e50e316842cd260dc0d9a4e2d8a1c627c
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_hnbap.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 65 insertions(+), 1 deletion(-)
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via f6673b725758c1942835cb7241a3510bfec12c6a (commit)
from e75a6297da9337db95e94c4eb1cebc1e72fb9d41 (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=f6673b725758c1942835cb7241a3510…
commit f6673b725758c1942835cb7241a3510bfec12c6a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 8 15:39:18 2016 +0200
RAB Assign for voice: heed the x213 nsap flag
Add use_x213_nsap arg to ranap_new_msg_rab_assign_voice() and
new_transp_info_rtp(). Pass this to new_transp_layer_addr() to compose 32bit
addresses when use_x213_nsap == false.
This is analogous to ranap_new_msg_rab_assign_data().
Particularly, the ip.access nano3G does not accept x213 NSAP 56bit addresses,
so we want to send 32bit addresses there.
Change-Id: I0c3c95d709c8a2b1c48d7a187faca34102226329
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_msg_factory.h | 4 +++-
src/ranap_msg_factory.c | 12 ++++++++----
src/tests/test-ranap.c | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
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, master has been updated
via 418ca58085d81f7c5fd7a625549399b3c03ee8e3 (commit)
from e65315fb373602082b9289020ccc17f0c4b79935 (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=418ca58085d81f7c5fd7a6255493…
commit 418ca58085d81f7c5fd7a625549399b3c03ee8e3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 9 02:03:43 2016 +0200
fix error msg: msgb_put(): say "msgb_put", not "msgb_push"
Change-Id: I72f31ebad693f98eb088a99b83aeb10cf9acc29e
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/msgb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, neels/cscn has been updated
discards d1e2eaed4d1565c42fb4a28c16d4309ff0767ff4 (commit)
discards 03844c840c87eb722dcede7a21ca754f81757718 (commit)
discards b6780cf50d9f381939ad39de684e6f0fba0ca790 (commit)
discards 25a2896d13436371395e18a5db45ec9f1884ba5d (commit)
discards 322e28ceac3c94bb47a88a412f7b33ded8db9ff9 (commit)
discards 10922d4c98be605e23c512ec9387b058aa41373b (commit)
discards a4b274ae8c851f794e95e29c818f87b6eb22907d (commit)
discards acc3ef3a182c4c48c70296058d47fdb4f21a488f (commit)
discards 4ddafd77de373f3a70524fbf6160bd4ab7de951b (commit)
discards 571975bde8eebb160f2cfc3bee4ab9d98d24e189 (commit)
discards 44459de737dcbe686d6c25d6280ce15fda8ed2b4 (commit)
discards 9f0633d37adb83f670971aaf136b13a26808b124 (commit)
discards f7b6940a1f947246b03a571019c3da800cbf0da5 (commit)
discards 879a2347563d8caa41dd045088ab2ade4656706f (commit)
discards cb2e75bc25e01ab8c391770cc843ef21e9a8d89b (commit)
discards 8e6bb2b2b061034d5c9149cc4e081db85e308c82 (commit)
discards caac5431fb25fcadbab2a3fa012801a32b1bd17a (commit)
discards 22977c38c8737505e4f5e6154d1937012e8b8558 (commit)
discards 25bc0d985e41fdc2776a1862f06d321b58422d12 (commit)
discards d8de08464ecbad5c5459b5ea1a791f9c63bdaa20 (commit)
discards c4aacfbab9ea91d1c7354ff7aadaacc529113ed2 (commit)
discards c9ee684535e9f618182a3ab834c817a7e9ea59e5 (commit)
discards 26f4753514508dc3266b6f7596a52aceeed7c57a (commit)
discards 86f055b93124b1b94aa6c74cff30e7d983d026a4 (commit)
discards 380218e45332b353b58bd9e38bca577804212ea1 (commit)
discards bf30bcc4e2fc9ba082da05c208fb305225daa6c2 (commit)
discards a23c088381e7f3cd7de4d8247ec962d833e67171 (commit)
discards 0736093e06ecad5a9d4becc8cc129544d0a276cc (commit)
discards c481a944e953bf534b76c8f88a6544cdd30c1c47 (commit)
discards 289c73dbbb34ab6627136f2db569f15574850c8a (commit)
discards 486d42254baed89f6eaac291823f55480cedc8f6 (commit)
discards 5310c8ce80b71182af161ef28e8f7fa812b2b28e (commit)
discards 60d734d998d3db5900ecd4b4b2359022848a8e6a (commit)
discards 161c5837f06863ad91632f985b332caa537dfc0e (commit)
discards 9babdb662c26e8148b445997f0052ec92d2aaab8 (commit)
discards 56698e30653a739b26b7d24a0185fb43526f301f (commit)
discards 511cbee55a0372d3c04687498460e5677b9621b8 (commit)
discards dd5ce10a5b4d5ec49878cad3efbfa6ca39f1a5c7 (commit)
discards 9a6b5b98fcce6be3a64a7850771d1500b9b74bb8 (commit)
discards 41491432a1d2bf3e020b9c1894d879ffd308f949 (commit)
discards 08201de2b49982ccca9fc647c31fae0751cd2e35 (commit)
discards 4159c83fd07f048346f8ee265c8573f6f19ed9aa (commit)
discards d52262b76e801e139b262cbfd0aad85f3be16a7d (commit)
discards d4092f870b658d9017b21d1f9b67b53110d684c4 (commit)
discards dcab6f797c47f504bfe5de2c35fbd6fd99ff4e9c (commit)
discards e8347bdfa0b683df7b517acebd931b7ec977d07c (commit)
discards 6c6cf1c58518bbcb6be11329e7d25769461b06b4 (commit)
discards 6c3a24f1037114dd58235a26ac5fbd1ae529cfb2 (commit)
discards 0616284138bd3137516bde2cc8a9fff75a0bf548 (commit)
discards 3f66e2a4baa1d02a39690b7a0517477ec03c49d0 (commit)
discards 82372f4f559118802c6454f1c7bf50d685985616 (commit)
discards fb86b84faeeeb1b50254be56167fdcc2b1eeee00 (commit)
discards ea720444f6a0b118c49f43be5acc902ceab9b690 (commit)
discards a22cf828dfd891e59c4eaad25373e759cd2b65f8 (commit)
discards 4bcfed9eebc63f1d2b796c0de7407738c98a76e5 (commit)
discards d9935fc4e539142c248a57957e876dbf780b7dc4 (commit)
discards 8c613c989e3460a564e0385b6f4fa8dc3927e984 (commit)
discards a54f2701814e70607302cf0134448d469088ae23 (commit)
discards 78612711799d20021b007b73b1170fd42993c01f (commit)
discards 40a3eae1cc034a54030056fb277401f288a701ba (commit)
discards b7d9741517c8c7f701cd541dce3e2b8b2869f661 (commit)
discards dd144c834737b3414538edaba89e2ad587584d0b (commit)
discards a0da58e3d347c3f5db2ce91af81cdededa1f145d (commit)
discards e1bca27df49a94c376bd756d13dfe570ffe98636 (commit)
discards 43ac3cfe0fcda2444b88bfa0a756b78619a4a317 (commit)
discards 4f97be6260eb45f56aebce64aca61542ab086a7a (commit)
discards 8752357959d4a3d0f994e0342f0adfff3ee61829 (commit)
discards 4ad6694f50a2fa4651468f0df0d6c8207278abc5 (commit)
discards e1a26752ad0c53d88d93014bd7092c479f1c4671 (commit)
discards 8007823368027e29948ed0ee5a27895686c30ddc (commit)
discards 4d7719dd2f1695ea70940976baff145e3d15bb16 (commit)
discards 3500e41f23d61c05cbe5a15e2e5d742a36580954 (commit)
discards 5ee05151412ae49bf720f51ddfd4cea3f402a643 (commit)
discards 9acb503926e4ab30376e5a2ec2e948678b51626e (commit)
discards dd07760c7fd752980c702bdece93bbdd95443dbe (commit)
discards 206d36a1db24ebd2d766be4e30d17857db440ead (commit)
discards 2db8277e89ea2b002a243055c2ea5406ded8c0a7 (commit)
discards 652f89e1d3fa11a4f7c6f2f26f38d36c602cdce8 (commit)
discards 122b5cd932260fa79647846a1d6e51644e45a70c (commit)
discards e6a0047baea25b2dee614dd105304fd2cf0947fc (commit)
discards a8acd94cfc711e656e880e716f0e07e3e71e45e1 (commit)
discards 00335195d36620d2370cf22acf40ac85b5a10d0e (commit)
discards 3a50649d05038732353a77b4a13cb7d5e53c0582 (commit)
discards 9f4c1359e22feeba731137450b126258b43408a5 (commit)
discards 3c9cf9bc4ae6280f69a3e85e7ebf8555e12845cf (commit)
discards 61b68a013ef5642d87f717798128d307a68d6bfc (commit)
discards 9a28f6e78ad15705f580faba9b42191365496a1a (commit)
discards c13a1970c1b8bb1724534952bac74137cdb4499f (commit)
discards 526f814088a501338aa44069bcff5ee8dc23eb67 (commit)
discards 53d4cb52d01ae63c269d88e32c0857f7365a5413 (commit)
discards 79ef65ef6181a7fcf834ba0c017f2d1039308132 (commit)
discards 9b381256a991d32252cb61619ba80e7879aae864 (commit)
discards fa4619b14e29cd8ce7e9cdcf17cabe357da0d020 (commit)
discards 6f3d8b0699aea6c93243a1456f923d5043ee8bf1 (commit)
discards ad1f377000bb0ef1b1ce487ed6b07da1a17f08a5 (commit)
discards f34478b401ce65858f2edd5725992ff676dabc19 (commit)
discards da0971a46bf381cfbc7d57c7e65b0cc20275c5d9 (commit)
discards 41bb4c3489741027c32d02335bd9305f0492e0c1 (commit)
discards 3d45b5eb7adae9bc4b9287bad8a5dab19c09383f (commit)
via 06fe8e0aa2f334c6de72eaf703611a8a288ff687 (commit)
via 03cd9523212c0329b17560b19268e125891d567c (commit)
via e58804195780513a9ab384e04a8bababc9bf569c (commit)
via ddbd517a302e1c613ed49424919cbde900c1e066 (commit)
via 06cb4f911a95259f56b86a16264f32531493e26d (commit)
via 5001a9e32cc69fed7988508f89f7ba23bdd589a8 (commit)
via 32e20d2319773dd5e406cc2a5150e4e9cb46dfbd (commit)
via 4a6cc47ee11cda7115f6c9160c0e90a712a8e6a3 (commit)
via 8f0cc03977da65c8e2dc44b8a715976b40a2a356 (commit)
via 14600f6e106432967e041d9d0bd3a8a4f5696a7a (commit)
via af3eb865111624dbffbbf785ac22e12b06bd5c10 (commit)
via 65f53d36ab29a3ecb17a5fe68458fb87df7e011a (commit)
via 3f1da8bbbc0ad4f160058ae7091dd2379d767f30 (commit)
via bd79c21072e574a994659da508201714ad33303d (commit)
via 3dca609169adc6d344b2a0944676fefc950fa3f4 (commit)
via ed9189dc35bc83ba54a77ff506dbf9d33baa1258 (commit)
via 0b1d63b409f2673b8d938cabbed2883bf7e3283d (commit)
via ce257e531ac1cd38dafa7cd32404b36f0ed1cd2d (commit)
via 0ea28b774911cf5890a7ceaa0b3511b27c2b2aae (commit)
via 7971839738d04edad0cf99a6990c0365194d379e (commit)
via 22ecfda844b9e59db83d4aa10e2ccd745de55e59 (commit)
via db00d930d2c81f6166a9a038b315ef362ed30806 (commit)
via 97f79a3a771b1c407ab8b41ce54af08acb67c0de (commit)
via 919ba7641688020d4c54e8669c6a45fc63533660 (commit)
via 0a23b452149b923d86ac8bb777d95542269521a8 (commit)
via 401a7b7fd5422a76987948158e428e49db675dc8 (commit)
via 99b321805b2d201fc9c8cd29141bfaabdeb0db43 (commit)
via 25b00718a5efca657c147c068cb0de1f62eabfaf (commit)
via f06a6814bfa03b49994c58e3b68933d471a8308a (commit)
via c05e75cbb159e9ae06a809d2ca0c5f618a5e595c (commit)
via 46d7e8ca70b7f2ae9e0d204b2ca0375a9bac1cde (commit)
via f51daf66f9a6a7fabbc18a059d52fc55b53ed9f4 (commit)
via 8d038068e065bbd49247047d63f4d05b1f784089 (commit)
via 00771aa4f00b12914d35ab06140300f3ef54f582 (commit)
via f3366fcf1c9dbeb33a8155d4abed6ccc2d6db7fd (commit)
via 5f6ae2e46f54b442a3f7e9aa9354f403f5d2ada8 (commit)
via 10c5bee663c69d322fbe3d91c2c7736e51058812 (commit)
via 43a0e5122e77037dc712a7aec9f2735713040a5c (commit)
via 1a8f09eac010c86220a21a78d285d66c2ad60e89 (commit)
via 4e52cde1270b9d4159078448f0b06605cb6dffda (commit)
via b1506b585c7e0bcffe18b3778bd4b2ac1d910205 (commit)
via 7575d2ea096c730af1cb2e948517aa1fdb20139c (commit)
via d1780bc55b1e83e85bc30cd043d4c3e42727101c (commit)
via d484cbe8c9df8379d2632ea783be6abc89c9907e (commit)
via 629a7a3cadc84ef85a689c95c9b4da27fa760fb6 (commit)
via ae6db628ed405768a161be725b02a9690ad64673 (commit)
via 3a112f69cb833ac78b6aecd31022d39f7f63b64a (commit)
via 6e422a46054dc5710890b70c6e35be024a90dd12 (commit)
via ade513d2824c88581165d3b1048040f46c222be3 (commit)
via 2659b27437ec3fa325ecb772218f4c489590ea5f (commit)
via 63e139382fbffdd7fa104b26bc57178819e7a065 (commit)
via 1f53f16537787160287272d243e056f1fa27fc6d (commit)
via 36032a14a3325f92079f49215eeefee44944f60e (commit)
via 14a48c84ae82d6ff4bdaed9995f2d50059173df4 (commit)
via b801369fe27a074282ca9515f60e2770838af111 (commit)
via 38cacef28d8bdf0e9f45fd2c883d8337da78745e (commit)
via 33e791c16623ff26722d2e63476ca0c73a8228ab (commit)
via 1ed03529dc647289ff7ecbec4ff96b1283fe670f (commit)
via 1181da829cfe5423f317d4fd55cb179582ac2b2f (commit)
via 0e2d96b4e5969ce81f5328f88ba1cdff392b0738 (commit)
via f8737da8cc637cf92a6bda7a706942c06ac33363 (commit)
via dc48b064c9b7789926dbe75c24f8ceec32be811f (commit)
via 889f02844855376b98cae8cd52107892ea6a5be7 (commit)
via 022028bc6493693cbf9a06f84f9d175188661aa0 (commit)
via 468ebbfbd5402b7147d67ece66973bfaa6abc8b2 (commit)
via 4d032e322b3ccc6425c4eb2c62a925879d2be4d0 (commit)
via 29999aa9ccce3f47ea6f65aa07df53257c1683e9 (commit)
via f690fcce60940b6daf1fb27240b0743abcc6cdfd (commit)
via 3590c3ec54b432f7e204d4e97323d2a918b81914 (commit)
via 35754665340fd045d3a77a3510381f46b1820870 (commit)
via e00f8df04e8d43513c12fcb14fec1395a8db1455 (commit)
via 16ce4ea03f4ce86a26a74e3322dc1e5ded1bad73 (commit)
via 4f0abeacb1f02aa3d711ea1b546553cd3b7868fe (commit)
via 1784dec79567ef18e2ee2c0d2493b2d0b1a85561 (commit)
via 3bdc476963d505a44e57cf48bbbf69b421cf29ac (commit)
via 3de19c6a6d3b6e0918caa470b0359803774f546d (commit)
via 7ed6fa2759b0059cec19ae8d90170a74e039c103 (commit)
via 90874cbd9d7b368b54c1d64e83d21ed2579458f0 (commit)
via 3c45a004444c3c30355cda8240085fab7d9e5a1e (commit)
via 4ea7a6ed13558d098caa0a91d44c69c65acb2b3a (commit)
via 13c8b2930279ed57088c4e3eecd0fd92e66c3bad (commit)
via 04c4dbf71766297ae47669d9a130a97847917766 (commit)
via 3ceb5e86cfd594cfa48e84cac2103988731d3f90 (commit)
via dbf7b08ed1b6f7eea2bd1bfc2245d46dec58655c (commit)
via c2c7c75e92231c0ac20d6956e201fdbb1d67d52a (commit)
via 67296ead94e2b065440fde6f2234fc7e73093e70 (commit)
via fcfa5660fec3cadcb653b64dff8a680286a8c05e (commit)
via 792d6629dcf9bf2e1bfda080befbcd850163b80c (commit)
via c9e9fe9d1932d4f4a4c8bc6dbf80c50ac32e075e (commit)
via 7c95499b4f41c9f99bb952ffdb532861e53f91e6 (commit)
via 569d3a4f9ed221d0f5e9e4ba9e03d163eac712b3 (commit)
via 7ab177c8e285e30b9ca93adc6b1001f01e58585e (commit)
via d4341411d5dca0f99e683c68e262c4839e4fff7f (commit)
via b9f4dad75544d02bc0384afc7528e8ccf250a8f6 (commit)
via 9eca639b1382ab5b5068616f2c979dc3d7d8035c (commit)
via 77ad5609106776edaac1f24bc2cbfb272ecd47fe (commit)
via 12cd9c3af15ffc10cb89dc4a15ed683cce25f369 (commit)
via d6a784456eea60befddf86ba54797a712ee85865 (commit)
via d5dc7f4cc3a4b48d3c31f5a15b7f2f59bf24443e (commit)
via 04f55f8cf8bf2163ad16b377f24dce596f5ac06a (commit)
via 0d5682b7a59ff9f56c73e5637d76846692bb63f3 (commit)
via 58f446ca087406855c036e4259b088dfb253e824 (commit)
via a173566b356d1ea108cc2ebc29caa89e7baa3c4c (commit)
via 21b269f81454919a379d22b9c2be74bb680be500 (commit)
via c17cdb40b545a5006e9b97e76559d7a4b46e030d (commit)
via fac9758820d6b792a15da0aea002e1c29cb96916 (commit)
via 5b2363ebb281f0e3428ed1949d7ab1ee533d7e19 (commit)
via af241727a9f03f9259529e1e374329adf4ca0626 (commit)
via 1dee2b6e96dfce363a31097da97ef4ac14470245 (commit)
via 3ecfbbba6f9df1fa57032fcdcba0a83d702be6f5 (commit)
via 770f3e32e00f70c668e9981e1b17c1f6c4d4ac06 (commit)
via 7bc6986f6babdaf5f2436dae2f603ae5823aa7b4 (commit)
via 6b7b319d543ad4fb34154725c05fa5976dc2ed6a (commit)
via 61329d45b8560c2575ed51074fa59958ccb1deed (commit)
via 6292c8d44d0c5b053518cbdf20b2384090aa03a3 (commit)
via 9bc42ec47b292ce2b51dc1967458e228eb0bf221 (commit)
via 7e82ad20fa110b6b121ab82367f2e7c8995231b7 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (d1e2eaed4d1565c42fb4a28c16d4309ff0767ff4)
\
N -- N -- N (06fe8e0aa2f334c6de72eaf703611a8a288ff687)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=06fe8e0aa2f334c6de72eaf703611a8a…
commit 06fe8e0aa2f334c6de72eaf703611a8a288ff687
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Sep 9 01:26:03 2016 +0200
mad mgcp hack
Change-Id: I6353840d2f84c5f590021c1fc227c0a64a9ce10f
http://cgit.osmocom.org/openbsc/commit/?id=03cd9523212c0329b17560b19268e125…
commit 03cd9523212c0329b17560b19268e125891d567c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 8 18:30:47 2016 +0200
mad hack to make a call to no-one
Change-Id: I4bba3ee5d2521f3c2028fcf57508ccb7484a76fc
http://cgit.osmocom.org/openbsc/commit/?id=e58804195780513a9ab384e04a8babab…
commit e58804195780513a9ab384e04a8bababc9bf569c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 8 15:48:48 2016 +0200
wip
Change-Id: Ieae2bbb092afaaddbd36245037683cfbe30e6cbb
http://cgit.osmocom.org/openbsc/commit/?id=ddbd517a302e1c613ed49424919cbde9…
commit ddbd517a302e1c613ed49424919cbde900c1e066
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 8 15:48:35 2016 +0200
fix after change in osmo-iuh: new arg for ranap_new_msg_rab_assign_voice()
Change-Id: I3f967b21c4f8a9314ef6839083453c37b1bb756e
http://cgit.osmocom.org/openbsc/commit/?id=06cb4f911a95259f56b86a16264f3253…
commit 06cb4f911a95259f56b86a16264f32531493e26d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 25 15:40:54 2016 +0200
RAB parameters: use shorter 32 bit IP address format
This is needed for the ip.access nano3G femto cell.
http://cgit.osmocom.org/openbsc/commit/?id=5001a9e32cc69fed7988508f89f7ba23…
commit 5001a9e32cc69fed7988508f89f7ba23bdd589a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:48 2016 +0200
wip
Change-Id: Ieed4985ed03416013332cbb9c5768bbce24336e1
http://cgit.osmocom.org/openbsc/commit/?id=32e20d2319773dd5e406cc2a5150e4e9…
commit 32e20d2319773dd5e406cc2a5150e4e9cb46dfbd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:32 2016 +0200
ranap CommonID
Change-Id: I576ddd5bbabfc989149debd2f8a9743db6d26043
http://cgit.osmocom.org/openbsc/commit/?id=4a6cc47ee11cda7115f6c9160c0e90a7…
commit 4a6cc47ee11cda7115f6c9160c0e90a712a8e6a3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 15:13:53 2016 +0200
rtp_ip_port_hack
Change-Id: I2f04805669c2fa3ca0514843999d5300582f911f
http://cgit.osmocom.org/openbsc/commit/?id=8f0cc03977da65c8e2dc44b8a715976b…
commit 8f0cc03977da65c8e2dc44b8a715976b40a2a356
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
IuCS RAB Act
Change-Id: Iaae51d1fbbfc28fad1c0b85e161d53d80a420a19
http://cgit.osmocom.org/openbsc/commit/?id=14600f6e106432967e041d9d0bd3a8a4…
commit 14600f6e106432967e041d9d0bd3a8a4f5696a7a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:12:56 2016 +0200
bssmap create assignment request
Change-Id: I63f9ff6bd81a849d805134a387070365f649160a
http://cgit.osmocom.org/openbsc/commit/?id=af3eb865111624dbffbbf785ac22e12b…
commit af3eb865111624dbffbbf785ac22e12b06bd5c10
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:12:39 2016 +0200
msc_call_assignment
Change-Id: I0695e233d57d13658793b0e63bb7c3ff224909a0
http://cgit.osmocom.org/openbsc/commit/?id=65f53d36ab29a3ecb17a5fe68458fb87…
commit 65f53d36ab29a3ecb17a5fe68458fb87df7e011a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:09:17 2016 +0200
bssmap assignment request
Change-Id: Ic8173d83d1a18616a162c156af2c78eeae985478
http://cgit.osmocom.org/openbsc/commit/?id=3f1da8bbbc0ad4f160058ae7091dd237…
commit 3f1da8bbbc0ad4f160058ae7091dd2379d767f30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:08:58 2016 +0200
cc_proc_and_assign
Change-Id: I6e079b7a35414e7209e2ed3a0054b80dc6d0da43
http://cgit.osmocom.org/openbsc/commit/?id=bd79c21072e574a994659da508201714…
commit bd79c21072e574a994659da508201714ad33303d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:07:40 2016 +0200
markers
Change-Id: Ib63e4fa153e76f14ca530ce8aafe5d38ffc78be4
http://cgit.osmocom.org/openbsc/commit/?id=3dca609169adc6d344b2a0944676fefc…
commit 3dca609169adc6d344b2a0944676fefc950fa3f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 31 15:40:18 2016 +0200
cosmetic: msc_handler, bsc_handler: drop extra whitespace
The extra ws made me not find these lines when grepping for 'dtap ='.
Change-Id: I45e5c9e7df4704546872aab15adf407298943435
http://cgit.osmocom.org/openbsc/commit/?id=ed9189dc35bc83ba54a77ff506dbf9d3…
commit ed9189dc35bc83ba54a77ff506dbf9d33baa1258
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
http://cgit.osmocom.org/openbsc/commit/?id=0b1d63b409f2673b8d938cabbed2883b…
commit 0b1d63b409f2673b8d938cabbed2883bf7e3283d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Aug 18 01:06:18 2016 +0200
cscn: add cmdline error message
Change-Id: I30c13a604160268756b7413f1733f92300eb241b
http://cgit.osmocom.org/openbsc/commit/?id=ce257e531ac1cd38dafa7cd32404b36f…
commit ce257e531ac1cd38dafa7cd32404b36f0ed1cd2d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:21:55 2016 +0200
cosmetic: remove legacy comment from gsm0408_loc_upd_rej()
http://cgit.osmocom.org/openbsc/commit/?id=0ea28b774911cf5890a7ceaa0b3511b2…
commit 0ea28b774911cf5890a7ceaa0b3511b27c2b2aae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:20:54 2016 +0200
cosmetic: make gsm0408_loc_upd_rej() static
http://cgit.osmocom.org/openbsc/commit/?id=7971839738d04edad0cf99a6990c0365…
commit 7971839738d04edad0cf99a6990c0365194d379e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:18:03 2016 +0200
LU counters: count completion and failure, not messages sent
From a human admin viewpoint it doesn't make sense to count the messages sent:
When we use TMSIs, we first send a LU Accept with a new TMSI, and then expect
the MS to respond with a TMSI Realloc Complete message. When that fails to come
through, the LU actually ends in failure, even though a LU Accept was sent.
In 3G, if a UE sends an Iu Release during LU (e.g. user enables flight mode),
we cancel the LU without sending any reply at all, so nothing would be counted.
Instead, count Location Updating results, i.e. completion and failures.
http://cgit.osmocom.org/openbsc/commit/?id=22ecfda844b9e59db83d4aa10e2ccd74…
commit 22ecfda844b9e59db83d4aa10e2ccd745de55e59
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=db00d930d2c81f6166a9a038b315ef36…
commit db00d930d2c81f6166a9a038b315ef362ed30806
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=97f79a3a771b1c407ab8b41ce54af08a…
commit 97f79a3a771b1c407ab8b41ce54af08acb67c0de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=919ba7641688020d4c54e8669c6a45fc…
commit 919ba7641688020d4c54e8669c6a45fc63533660
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=0a23b452149b923d86ac8bb777d95542…
commit 0a23b452149b923d86ac8bb777d95542269521a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=401a7b7fd5422a76987948158e428e49…
commit 401a7b7fd5422a76987948158e428e49db675dc8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment on mscsplit, indent comment
http://cgit.osmocom.org/openbsc/commit/?id=99b321805b2d201fc9c8cd29141bfaab…
commit 99b321805b2d201fc9c8cd29141bfaabdeb0db43
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=25b00718a5efca657c147c068cb0de1f…
commit 25b00718a5efca657c147c068cb0de1f62eabfaf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=f06a6814bfa03b49994c58e3b68933d4…
commit f06a6814bfa03b49994c58e3b68933d471a8308a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=c05e75cbb159e9ae06a809d2ca0c5f61…
commit c05e75cbb159e9ae06a809d2ca0c5f618a5e595c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=46d7e8ca70b7f2ae9e0d204b2ca0375a…
commit 46d7e8ca70b7f2ae9e0d204b2ca0375a9bac1cde
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=f51daf66f9a6a7fabbc18a059d52fc55…
commit f51daf66f9a6a7fabbc18a059d52fc55b53ed9f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=8d038068e065bbd49247047d63f4d05b…
commit 8d038068e065bbd49247047d63f4d05b1f784089
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
complete IuCS paging implementation
Add paging timeout to struct gsm_subscriber. Previously, paging timeout was
implemented only on BSC level, where each request has its own timeout value.
The MSC will still send individual requests to BSC or RNC level, where they
timeout individually. However, the MSC must also have an own timeout to be sure
to discard stale pagings that the BSC or RNC never replied for.
Add handle_paging_resp(), copying the few libmsc relevant parts of
gsm48_handle_paging_resp().
http://cgit.osmocom.org/openbsc/commit/?id=00771aa4f00b12914d35ab06140300f3…
commit 00771aa4f00b12914d35ab06140300f3ef54f582
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=f3366fcf1c9dbeb33a8155d4abed6ccc…
commit f3366fcf1c9dbeb33a8155d4abed6ccc2d6db7fd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:57:53 2016 +0200
paging: actually verify subscriber authorization
Before this, any paging response would be accepted by the CN, without
checking the database whether the subscriber is in fact authorized.
The probability that a subscriber would be able to take unauthorized action
is slim, nevertheless checking authorization status with the database should
happen before we accept a connection.
http://cgit.osmocom.org/openbsc/commit/?id=5f6ae2e46f54b442a3f7e9aa9354f403…
commit 5f6ae2e46f54b442a3f7e9aa9354f403f5d2ada8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:55:22 2016 +0200
paging: change subscr_paging_cb() into subscr_rx_paging_response()
Remove one layer of callback indirection in paging. When a paging response
arrives, we always want to first secure the connection, thus a fixed
subscr_rx_paging_response() function is more appropriate and avoids having
to store a cbfn. The actual actions to be taken upon successful paging are
of course still in callback functions stored with each subscriber.
Remove paging_request_stop() call from subscr_paging_dispatch(), which stops
paging on all BTSs, which is not the responsibility of libmsc.
Change-Id: Ic2c785c9cc48b2c2c6557cbe1060d25afa89e38d
http://cgit.osmocom.org/openbsc/commit/?id=10c5bee663c69d322fbe3d91c2c7736e…
commit 10c5bee663c69d322fbe3d91c2c7736e51058812
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
move subscr auth check to gsm_subscriber.c
add subscr_authorized(), subscr_authorized_imsi()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=43a0e5122e77037dc712a7aec9f27357…
commit 43a0e5122e77037dc712a7aec9f2735713040a5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:11:25 2016 +0200
auth log
Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef
http://cgit.osmocom.org/openbsc/commit/?id=1a8f09eac010c86220a21a78d285d66c…
commit 1a8f09eac010c86220a21a78d285d66c2ad60e89
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:09:46 2016 +0200
iu auth wip
Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03
http://cgit.osmocom.org/openbsc/commit/?id=4e52cde1270b9d4159078448f0b06605…
commit 4e52cde1270b9d4159078448f0b06605cb6dffda
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:03:09 2016 +0200
Iu auth wip
Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14
http://cgit.osmocom.org/openbsc/commit/?id=b1506b585c7e0bcffe18b3778bd4b2ac…
commit b1506b585c7e0bcffe18b3778bd4b2ac1d910205
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:21:32 2016 +0200
cosmetic prep: change int -> bool authorize_subscriber()
Upcoming function subscr_authorized() will flip this to bool, so separate
this change cosmetically.
Change-Id: Iba0184a71afa01141ef06c474cb554e79ad8f5d5
http://cgit.osmocom.org/openbsc/commit/?id=7575d2ea096c730af1cb2e948517aa1f…
commit 7575d2ea096c730af1cb2e948517aa1fdb20139c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=d1780bc55b1e83e85bc30cd043d4c3e4…
commit d1780bc55b1e83e85bc30cd043d4c3e42727101c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=d484cbe8c9df8379d2632ea783be6abc…
commit d484cbe8c9df8379d2632ea783be6abc89c9907e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=629a7a3cadc84ef85a689c95c9b4da27…
commit 629a7a3cadc84ef85a689c95c9b4da27fa760fb6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=ae6db628ed405768a161be725b02a969…
commit ae6db628ed405768a161be725b02a9690ad64673
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
remove unneccessary linking from some tests
The recent shifts and cuts have made some library linking for bsc, channel and
db tests unnecessary.
http://cgit.osmocom.org/openbsc/commit/?id=3a112f69cb833ac78b6aecd31022d39f…
commit 3a112f69cb833ac78b6aecd31022d39f7f63b64a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
gsm0808_clear() is all about clearing lchans. To be able to link libmsc without
libbsc, don't call it directly.
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=6e422a46054dc5710890b70c6e35be02…
commit 6e422a46054dc5710890b70c6e35be024a90dd12
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
cut off libbsc paging, pending paging in libmsc
Temporarily disable all paging to be able to link libmsc without libbsc.
Skip the paging part of channel_test because the paging is now disabled.
In osmo-nitb, paging is done on BSC level and MSC level "at the same time".
When the new CSCN is fully operational, paging will be controlled separately on
the MSC level, and the BSC (RNC) level will be instructed over an IuCS or
A-interface to negotiate paging with the MS (UE). This MSC level paging does
not yet exist and will be added in subsequent commits.
Change-Id: I8b6920ddc54fc3f2876a59664e6722666d8a8a4a
http://cgit.osmocom.org/openbsc/commit/?id=ade513d2824c88581165d3b1048040f4…
commit ade513d2824c88581165d3b1048040f46c222be3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Also add a comment relatd to msc_gsm0808_tx_cipher_mode() in two places.
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=2659b27437ec3fa325ecb772218f4c48…
commit 2659b27437ec3fa325ecb772218f4c489590ea5f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=63e139382fbffdd7fa104b26bc571788…
commit 63e139382fbffdd7fa104b26bc57178819e7a065
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
add libiudummy, to avoid linking Iu deps in tests
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=1f53f16537787160287272d243e056f1…
commit 1f53f16537787160287272d243e056f1fa27fc6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead?
Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec
http://cgit.osmocom.org/openbsc/commit/?id=36032a14a3325f92079f49215eeefee4…
commit 36032a14a3325f92079f49215eeefee44944f60e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=14a48c84ae82d6ff4bdaed9995f2d500…
commit 14a48c84ae82d6ff4bdaed9995f2d50059173df4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn vty, remove nitb vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=b801369fe27a074282ca9515f60e2770…
commit b801369fe27a074282ca9515f60e2770838af111
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=38cacef28d8bdf0e9f45fd2c883d8337…
commit 38cacef28d8bdf0e9f45fd2c883d8337da78745e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=33e791c16623ff26722d2e63476ca0c7…
commit 33e791c16623ff26722d2e63476ca0c73a8228ab
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
gsm0408_loc_upd_rej(): remove bts use (used only for debug log)
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=1ed03529dc647289ff7ecbec4ff96b12…
commit 1ed03529dc647289ff7ecbec4ff96b1283fe670f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
gsm_04_08, gsm_subscriber: decouple lac from bts
The idea is to not have a direct pointer to a bts struct (into BSC land), but a
LAC to resolve the BSC or RNC depending on the appropriate A or IuCS interface.
subscr_update(): remove bts arg, add lac arg.
Pass conn->lac to gsm48_generate_lai() instead of bts->location_area_code.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=1181da829cfe5423f317d4fd55cb1795…
commit 1181da829cfe5423f317d4fd55cb179582ac2b2f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=0e2d96b4e5969ce81f5328f88ba1cdff…
commit 0e2d96b4e5969ce81f5328f88ba1cdff392b0738
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu)
Set the T3212 default value in struct gsm_network and take that value when
creating a BTS.
Adjust VTY accordingly.
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=f8737da8cc637cf92a6bda7a706942c0…
commit f8737da8cc637cf92a6bda7a706942c06ac33363
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=dc48b064c9b7789926dbe75c24f8ceec…
commit dc48b064c9b7789926dbe75c24f8ceec32be811f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (see comment).
Add via_iface marker to gsm_subscriber_connection with enum values IFACE_A and
IFACE_IU so far.
Add Iu specific fields in a sub-struct: the UE connection pointer and an
indicator for the Integrity Protection status on Iu (to be fully implemented in
later commits).
Add lac member to gsm_subscriber_connection, to allow decoupling from
bts->location_area_code. The conn->lac will actually be set in iu.c in an
upcoming commit ("add iucs.[hc]").
Change-Id: Idf8020a30562426e8f939706bf5c2188d5a09798
http://cgit.osmocom.org/openbsc/commit/?id=889f02844855376b98cae8cd52107892…
commit 889f02844855376b98cae8cd52107892ea6a5be7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=022028bc6493693cbf9a06f84f9d1751…
commit 022028bc6493693cbf9a06f84f9d175188661aa0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
gsm_04_08.c: Don't set msg->lchan nor msg->dst
the BSC-side of the API behind gsm0808_submit_dtap() is doing
this resolving again anyway. So let's avoid doing it twice, and avoid
having more dependency of the MSC down into the lchan details.
Conflicts:
openbsc/src/libmsc/gsm_04_08.c
Change-Id: I14254be68ee1a48e9f1ce968233414d86c6ba9d5
http://cgit.osmocom.org/openbsc/commit/?id=468ebbfbd5402b7147d67ece66973bfa…
commit 468ebbfbd5402b7147d67ece66973bfaa6abc8b2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=4d032e322b3ccc6425c4eb2c62a92587…
commit 4d032e322b3ccc6425c4eb2c62a925879d2be4d0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=29999aa9ccce3f47ea6f65aa07df5325…
commit 29999aa9ccce3f47ea6f65aa07df53257c1683e9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=f690fcce60940b6daf1fb27240b0743a…
commit f690fcce60940b6daf1fb27240b0743abcc6cdfd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=3590c3ec54b432f7e204d4e97323d2a9…
commit 3590c3ec54b432f7e204d4e97323d2a918b81914
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=35754665340fd045d3a77a3510381f46…
commit 35754665340fd045d3a77a3510381f46b1820870
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=e00f8df04e8d43513c12fcb14fec1395…
commit e00f8df04e8d43513c12fcb14fec1395a8db1455
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=16ce4ea03f4ce86a26a74e3322dc1e5d…
commit 16ce4ea03f4ce86a26a74e3322dc1e5ded1bad73
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=4f0abeacb1f02aa3d711ea1b546553cd…
commit 4f0abeacb1f02aa3d711ea1b546553cd3b7868fe
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=1784dec79567ef18e2ee2c0d2493b2d0…
commit 1784dec79567ef18e2ee2c0d2493b2d0b1a85561
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=3bdc476963d505a44e57cf48bbbf69b4…
commit 3bdc476963d505a44e57cf48bbbf69b421cf29ac
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=3de19c6a6d3b6e0918caa470b0359803…
commit 3de19c6a6d3b6e0918caa470b0359803774f546d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=7ed6fa2759b0059cec19ae8d90170a74…
commit 7ed6fa2759b0059cec19ae8d90170a74e039c103
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=90874cbd9d7b368b54c1d64e83d21ed2…
commit 90874cbd9d7b368b54c1d64e83d21ed2579458f0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=3c45a004444c3c30355cda8240085fab…
commit 3c45a004444c3c30355cda8240085fab7d9e5a1e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=4ea7a6ed13558d098caa0a91d44c69c6…
commit 4ea7a6ed13558d098caa0a91d44c69c65acb2b3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=13c8b2930279ed57088c4e3eecd0fd92…
commit 13c8b2930279ed57088c4e3eecd0fd92e66c3bad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no such callers exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=04c4dbf71766297ae47669d9a130a978…
commit 04c4dbf71766297ae47669d9a130a97847917766
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=3ceb5e86cfd594cfa48e84cac2103988…
commit 3ceb5e86cfd594cfa48e84cac2103988731d3f90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libxsc: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libxsc, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=dbf7b08ed1b6f7eea2bd1bfc2245d46d…
commit dbf7b08ed1b6f7eea2bd1bfc2245d46dec58655c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:28:25 2016 +0200
define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in xsc.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include xsc.h (future knowledge). Since I will
need to use mncc_recv_cb_t in xsc.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in xsc.h to
begin with.
Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c
http://cgit.osmocom.org/openbsc/commit/?id=c2c7c75e92231c0ac20d6956e201fdbb…
commit c2c7c75e92231c0ac20d6956e201fdbb1d67d52a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=67296ead94e2b065440fde6f2234fc7e…
commit 67296ead94e2b065440fde6f2234fc7e73093e70
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:07:43 2016 +0200
cosmetic: various comment, whitespace tweaks
http://cgit.osmocom.org/openbsc/commit/?id=fcfa5660fec3cadcb653b64dff8a6802…
commit fcfa5660fec3cadcb653b64dff8a680286a8c05e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:59:29 2016 +0200
utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
http://cgit.osmocom.org/openbsc/commit/?id=792d6629dcf9bf2e1bfda080befbcd85…
commit 792d6629dcf9bf2e1bfda080befbcd850163b80c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
http://cgit.osmocom.org/openbsc/commit/?id=c9e9fe9d1932d4f4a4c8bc6dbf80c50a…
commit c9e9fe9d1932d4f4a4c8bc6dbf80c50ac32e075e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:48:53 2016 +0200
debug log for sms: fix/add
One logged the wrong function name. Add others.
http://cgit.osmocom.org/openbsc/commit/?id=7c95499b4f41c9f99bb952ffdb532861…
commit 7c95499b4f41c9f99bb952ffdb532861e53f91e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:38:51 2016 +0200
Sanity fixes for gsm0408_dispatch(): rc, assertions
gsm0408_dispatch() is the main entry point for receiving data from the BSC/RNC
level, so make sure callers pass valid pointers before using them all the way
down the code path (related to CID#93769, a fix before this was refactored).
For unknown/unimplemented packet discriminators, make sure to return error
codes.
http://cgit.osmocom.org/openbsc/commit/?id=569d3a4f9ed221d0f5e9e4ba9e03d163…
commit 569d3a4f9ed221d0f5e9e4ba9e03d163eac712b3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
http://cgit.osmocom.org/openbsc/commit/?id=7ab177c8e285e30b9ca93adc6b1001f0…
commit 7ab177c8e285e30b9ca93adc6b1001f01e58585e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, also tweak use of local variables for less code.
http://cgit.osmocom.org/openbsc/commit/?id=d4341411d5dca0f99e683c68e262c483…
commit d4341411d5dca0f99e683c68e262c4839e4fff7f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
add gsm_network backpointer to gsm_subscriber_connection
For the upcoming MSCSPLIT, we want a network backpointer without having to
go through a gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
http://cgit.osmocom.org/openbsc/commit/?id=b9f4dad75544d02bc0384afc7528e8cc…
commit b9f4dad75544d02bc0384afc7528e8ccf250a8f6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:40:19 2016 +0200
bsc_vty_init(): decouple from global bsc_gsmnet
Add an explicit gsm_network pointer instead of using the bsc_gsmnet global, to
pass full control to respective main() contexts.
http://cgit.osmocom.org/openbsc/commit/?id=9eca639b1382ab5b5068616f2c979dc3…
commit 9eca639b1382ab5b5068616f2c979dc3d7d8035c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:53:47 2016 +0200
talloc_ctx_init(): decouple from global tall_bsc_ctx
Decouple the talloc context allocations from global tall_bsc_ctx pointer.
Future: it appears that talloc_ctx_init() was intended for general use, but is
in fact only used by osmo-nitb. It will be used by the upcoming osmo-cscn as
well.
http://cgit.osmocom.org/openbsc/commit/?id=77ad5609106776edaac1f24bc2cbfb27…
commit 77ad5609106776edaac1f24bc2cbfb272ecd47fe
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
gsm_network_init(): add explicit root talloc ctx
Decouple the root talloc context from libbsc's global talloc_bsc_ctx.
Future: we'll use this for the upcoming MSCSPLIT.
http://cgit.osmocom.org/openbsc/commit/?id=12cd9c3af15ffc10cb89dc4a15ed683c…
commit 12cd9c3af15ffc10cb89dc4a15ed683cce25f369
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:39:33 2016 +0200
bsc_init: don't pass telnet dummy conn
gsmnet_from_vty() used to expect vty->priv to point to a gsm_network struct,
but that is not actually the case anymore. The dummy conn to forward the
gsm_network is not needed.
http://cgit.osmocom.org/openbsc/commit/?id=d6a784456eea60befddf86ba54797a71…
commit d6a784456eea60befddf86ba54797a712ee85865
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
doc: rename nitb graph to bsc, add msc graph
In the light of upcoming split of MSC from BSC (MSCSPLIT), name the realms
'libmsc' and 'libbsc'. Hence the nitb graph becomes the BSC graph, and add a
libmsc graph.
http://cgit.osmocom.org/openbsc/commit/?id=d5dc7f4cc3a4b48d3c31f5a15b7f2f59…
commit d5dc7f4cc3a4b48d3c31f5a15b7f2f59bf24443e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:50:44 2016 +0200
remove unused bsc_copyright from bsc_vty.c
Change-Id: I281791c0f57ca75ffe14431a3030811b2d224f0b
http://cgit.osmocom.org/openbsc/commit/?id=04f55f8cf8bf2163ad16b377f24dce59…
commit 04f55f8cf8bf2163ad16b377f24dce596f5ac06a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:03:12 2016 +0200
move subscriber conns list into struct gsm_network
Replace the global sub_connections llist with gsm_network.subscr_conns.
Initialize and apply where applicable.
Remove bsc_api_sub_connections(), callers now access gsm_network->subscr_conns
directly.
http://cgit.osmocom.org/openbsc/commit/?id=0d5682b7a59ff9f56c73e5637d768466…
commit 0d5682b7a59ff9f56c73e5637d76846692bb63f3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 22:32:51 2016 +0200
properly #include <openbsc/gsm_data.h> from gsm_subscriber.h
Don't use quoted, local include, use <> style include.
Cosmetic: also move stdbool.h include to the top to keep osmocom and openbsc
includes grouped.
Change-Id: Iaa3dc36768f96f6b8c91010a2ba389fdc37f1503
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 6 ++
openbsc/include/openbsc/iu.h | 1 +
openbsc/include/openbsc/msc_ifaces.h | 3 +
openbsc/src/gprs/gprs_gmm.c | 11 ++-
openbsc/src/gprs/gprs_llc.c | 3 +-
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 2 +
openbsc/src/libiu/iu.c | 19 ++++++
openbsc/src/libiu/iu_vty.c | 10 +--
openbsc/src/libmsc/Makefile.am | 3 +
openbsc/src/libmsc/gsm_04_08.c | 73 ++++++++++++++++++--
openbsc/src/libmsc/mncc_builtin.c | 14 +++-
openbsc/src/libmsc/msc_ifaces.c | 120 ++++++++++++++++++++++++++++++++
openbsc/src/libmsc/osmo_msc.c | 2 +-
openbsc/src/libmsc/transaction.c | 1 +
openbsc/src/osmo-bsc/osmo_bsc_api.c | 2 +-
openbsc/src/osmo-cscn/cscn_main.c | 128 +++++++++++++++++++++++++++++++++++
openbsc/tests/libiudummy/iudummy.c | 21 ++++++
18 files changed, 402 insertions(+), 19 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 "UNNAMED PROJECT".
The branch, nrw/litecell15-merge-and-rebase has been updated
via 61755b93983ee4cc7a98d0419c60c30bc3ad884a (commit)
via dd377586892fd79ee4d2e94c83abb2ab22f2ae6c (commit)
via b85ae72f0c00af40488586c172426d8153934e2b (commit)
from 379649cfcdd8ff449cd97be895431ea45ed32383 (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-pcu/commit/?id=61755b93983ee4cc7a98d0419c60c30…
commit 61755b93983ee4cc7a98d0419c60c30bc3ad884a
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 8 11:34:54 2016 -0400
Implementation of unknown NSVC alarm.
The alarm cause ID is defined by NuRAN Wireless.
Change-Id: I48ee1c23cd299b5208487472d802d339c55c99e6
http://cgit.osmocom.org/osmo-pcu/commit/?id=dd377586892fd79ee4d2e94c83abb2a…
commit dd377586892fd79ee4d2e94c83abb2ab22f2ae6c
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 8 11:11:28 2016 -0400
Implementation of unknown BVCI alarm.
The alarms ID is manufacture-defined by NuRAN Wireless
Change-Id: Iab6d4938f5ab2bc1cc637da54e92931519f95cbb
http://cgit.osmocom.org/osmo-pcu/commit/?id=b85ae72f0c00af40488586c172426d8…
commit b85ae72f0c00af40488586c172426d8153934e2b
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 8 09:58:42 2016 -0400
Implementation of PTP BVC failure alarm
The alarm cause ID is manufacture-defined by NuRAN Wireless
Change-Id: I29b8aa4f247d5676a26e7e7f3fb862276136fad3
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 8 ++++++++
src/pcu_l1_if.cpp | 47 ++++++++++++++++++++++++++++++++++++++++-------
src/pcuif_proto.h | 3 +++
3 files changed, 51 insertions(+), 7 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT