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 network interface library".
The branch, master has been updated
via 5fe77a4656f3590c343861ea96bcec18e370e437 (commit)
from db9808e883b3048c0383e71985e02fcb377b0d56 (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-netif/commit/?id=5fe77a4656f3590c343861ea96…
commit 5fe77a4656f3590c343861ea96bcec18e370e437
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Jan 6 16:41:44 2016 +0100
stream.c: Handle SCTP in osmo_stream_srv_recv()
Change-Id: If0875cfa3eba9ef36acc0c4bfd0d168a45c380b9
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network 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 A-bis protcol interface library".
The branch, master has been updated
via c42bf19cc5ebb7b675fc14b57a8e3946cbeb5e60 (commit)
from 1e04d4b7a2c845589da20d891cc5e3c471cfe983 (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=c42bf19cc5ebb7b675fc14b57a8…
commit c42bf19cc5ebb7b675fc14b57a8e3946cbeb5e60
Author: Pau Espin Pedrol <pespin.shar(a)gmail.com>
Date: Fri Mar 24 17:26:49 2017 +0100
configure: Fix compilation with new libortp
Commit 0c8d9ddaea8c1afdc0e9b8c37a31c9d158e57efd in ortp broke old API:
function ortp_set_log_level_mask requires one new parameter 'domain'.
This commit fixes compilation in my Archlinux box using ortp 1.0.1.
Change-Id: I46e565f1873c7baf3c3b0aafe73951d20ce083b4
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 ++++++++++
src/trau/osmo_ortp.c | 14 +++++++++++---
2 files changed, 21 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via e16b59357411ffa4903ac110ac4ce46d343e878d (commit)
from 957843959d4d9046b4eb5beb42cc41dd7bb56bed (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-bts/commit/?id=e16b59357411ffa4903ac110ac4ce46…
commit e16b59357411ffa4903ac110ac4ce46d343e878d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 23 12:44:33 2017 +0100
vty: reduce code duplication
Use libosmocore's osmo_str2lower() instead of local equivalent.
Change-Id: I7faced2eaf0f6f87f06081235eea9d4c3ba71a7e
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 38 ++++++--------------------------------
1 file changed, 6 insertions(+), 32 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 e6d26ec09c2bcd2126416a58cb23af27318ec67e (commit)
via 5382e0fc1f5c30532b5b2b322601c9d4a8d4f982 (commit)
via dd1700a397379e9383b9577fca09738b3251fc7c (commit)
via 7783964bb92af9ef6a1d1d12a6b804aab48945b0 (commit)
from 0a8fae8d141c2cfa4387ffe9b35402d5b8cc85cd (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=e6d26ec09c2bcd2126416a58cb23af2…
commit e6d26ec09c2bcd2126416a58cb23af27318ec67e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 27 00:13:14 2017 +0200
bitcomp test: use expected rc instead of 'verify' flag
The 'verify' flag is useless, we always want to verify everything. Replace
'verify' with 'expect_rc', expecting a specific decoding result per test set.
When an error code was returned, cut short the loop and skip printing expected
vs. decoded bits.
This uncovers the fact that the first test marked as "invalid inputs" does not
seem to be invalid after all, or at least does not produce an error to be
returned. For now, only uncover this fact, the fix shall be submitted later.
Change-Id: Icf815a8f1acb0e275463408450171df046879847
http://cgit.osmocom.org/osmo-pcu/commit/?id=5382e0fc1f5c30532b5b2b322601c9d…
commit 5382e0fc1f5c30532b5b2b322601c9d4a8d4f982
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Mar 26 23:39:44 2017 +0200
bitcomp test: fix: also verify bits after decoded data
Before this, the expected data had seemingly random bits set after the end of
the expected decoding result. Make the test expect these extra bits as zero,
matching with the buffer initialization to zero.
In result_matches(), compare the full length of bytes instead of masking the
bits after the end of the decoded data (which caused us to not catch the wrong
expectation until now).
This fixes the underlying issues found in
http://lists.osmocom.org/pipermail/osmocom-net-gprs/2017-March/000876.html
[osmo-pcu 0.2.896-0a8f] testsuite: 4 failed
from: Arnaud ZANETTI
on: Fri Mar 24 09:53:53 UTC 2017
Change-Id: I2501208e2f8b4f709efbcadbd1057c086472c9e6
http://cgit.osmocom.org/osmo-pcu/commit/?id=dd1700a397379e9383b9577fca09738…
commit dd1700a397379e9383b9577fca09738b3251fc7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Mar 26 23:21:16 2017 +0200
bitcomp test: fix: only one hexdump per log; use printf
The test wants to write multiline results, so it should use printf instead of
the logging system.
Split logs to only one hexdump per printf(). One cannot use osmo_hexdump twice
in one printf(); before this, one of the two hexdumps won, both dumps would
show as the same. Very bad for a regression test!
This uncovers a discrepancy between expected and produced results, proving that
the expected stderr output was not capable of uncovering test failures. The
test's check_result() function *has* always verified the decoded data, but only
up to the last decoded bit. Our expected data contains seemingly random bits
after the end of the decoded bits, but check_result() never compares those,
hence we don't catch that error. The extra bits should definitely be zero,
because the destination buffer is pre-initialized to zero -- fixed in a
subsequent patch.
This should cosmetically fix the build failure found in:
http://lists.osmocom.org/pipermail/osmocom-net-gprs/2017-March/000876.html
[osmo-pcu 0.2.896-0a8f] testsuite: 4 failed
from: Arnaud ZANETTI
on: Fri Mar 24 09:53:53 UTC 2017
The real fix will follow.
Change-Id: I24fc32eb55baaf22f9c6fdda917bfb8395d02b1c
http://cgit.osmocom.org/osmo-pcu/commit/?id=7783964bb92af9ef6a1d1d12a6b804a…
commit 7783964bb92af9ef6a1d1d12a6b804aab48945b0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Mar 26 23:12:26 2017 +0200
cosmetic: BitcompTest: make readable
In order to understand what the bitcomp test is logging, cosmetically rearrange
the code:
- memset bits_data before assigning to destination bitvec.
- use macro CEIL_DIV_8 to clarify what (x+7)/8 does.
- rename check_result() to result_matches() and return a bool,
also constify result_matches() args and pass a bitvec reference instead of
copying the bitvec struct.
- rearrange logging lines to make readable what is going on there.
- drop unused 'init_flag'
There are obviously errors like double hexdumps per log line, multiple newlines
in a LOGP statement and so forth: these shall be fixed by subsequent patches.
Change-Id: Id0da9d9b67f4713d3a67e3532ed44b8cb1bd1d08
-----------------------------------------------------------------------
Summary of changes:
tests/bitcomp/BitcompTest.cpp | 132 ++++++++++++++++++++++--------------------
tests/bitcomp/BitcompTest.err | 33 +++++------
2 files changed, 85 insertions(+), 80 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, vlr_3G has been updated
discards 17593acad7739cf1ca604b5745f7d8958627c616 (commit)
discards b09c5809a43856f3fe57f49dde7a866c616237df (commit)
discards 3698441139ad5c18b16020a4bc9c61aa5e483149 (commit)
discards 6c89dc54cdfdaf1b407b6eb6bb9083dde8188915 (commit)
discards 8c1ed1c6b7a698f4a844a0097f7dd732ebf5a443 (commit)
discards 74571722871746c8566ca3a985e56bf9a67aaf1b (commit)
discards b4c96e0e1ffcae1d91c5ef6e20205a6485b4b97b (commit)
discards b449eecaa88dc5f93fa707dfe9c894d9642431a5 (commit)
discards 0ee06dda3f989b90671d8b02add866af80a10de9 (commit)
discards 2ab3405105b04db82447f89e5079c9e8e2f79a84 (commit)
discards e8936c3a8cbe6319ad8d30ec57217b10432fef19 (commit)
discards 6a0213de0b8e715c8ff76988d51134505e76e419 (commit)
discards 865bc8650b294c04de84a3b0dab31591b7a87a50 (commit)
discards 0a065e92e14ecdfcbcdff0b6922c3cb697da9de5 (commit)
via ed868ec1e68de7a359ae5c1bd8147e2524f0bb11 (commit)
via 33f428ed51165a2e3da2d6ed95ddd2ae47787a30 (commit)
via ef86d12d62695148154b6099812867464806a66c (commit)
via b42b32736912acf7a178dec6a00efebdbd6feaad (commit)
via 6985d8ff1f7107caa4cb945042434f03aaa21d18 (commit)
via c44ff753946e7e20254444370589c0a11fb7a416 (commit)
via f2482b841edd106c4053cf1608431e1b94627106 (commit)
via 34a8239a63675022f8f7f5a74c5ad5b8c1be5e49 (commit)
via ba286d4de6ea9d1c46916a5de85072432431ba25 (commit)
via 833974899c13345a32583fc3cfc693956b4bd1b2 (commit)
via 4e66a5f958e73e58afbda8564ef8504c3e8e985c (commit)
via 82855a2d1c3a78817a22460fffb4f1ca0b827ce2 (commit)
via 690637f3f86446eafc8f51dbccc119033f1ee0c2 (commit)
via 797983507205685a211762692e41e4985ac97570 (commit)
via f3e3d5676ccd49cb1211012b5cdad123cb78058d (commit)
via 9ae6c816579ed4f7a222468dddee39871748670b (commit)
via b1e6b3749389ec5b3f33d5ac0fcc7f43df3f4641 (commit)
via 9311881bb127180be74a36d716e06283931ebe00 (commit)
via 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (commit)
via baaf3e242ecfedf43511ec9d11336d9f2f04ed2e (commit)
via f7e9a349efde8987a7da48fb5e331199ba3bb21f (commit)
via 3521af7f3aacc373f48450d06cabf795f6a4a5b1 (commit)
via ce49258a12019d2c7cb53d07e3c9b4ffbc20f561 (commit)
via dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1 (commit)
via ca2778cd22e1cd2cac6b3dcda57933601187f01e (commit)
via 476c4bb7d13b0c092f78da76e858f882a4bacf76 (commit)
via ca06e040cc115689fb10394cc566052576a638fc (commit)
via ac27a99021d404f9a15b952fbbc03789926b7ecc (commit)
via 88d4fc70d57ffb091f60f4af01457d3943b63903 (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 (17593acad7739cf1ca604b5745f7d8958627c616)
\
N -- N -- N (ed868ec1e68de7a359ae5c1bd8147e2524f0bb11)
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=ed868ec1e68de7a359ae5c1bd8147e25…
commit ed868ec1e68de7a359ae5c1bd8147e2524f0bb11
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=33f428ed51165a2e3da2d6ed95ddd2ae…
commit 33f428ed51165a2e3da2d6ed95ddd2ae47787a30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Mar 10 02:15:20 2017 +0100
log protocol discriminators and message types by name
Depends: libosmocore change-id I0fca8e95ed5c2148b1a7440eff3fc9c7583898df
Change-Id: If1c49faf6e1757cb16b383dd2db87b48bc94eee6
http://cgit.osmocom.org/openbsc/commit/?id=ef86d12d62695148154b609981286746…
commit ef86d12d62695148154b6099812867464806a66c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Mar 16 16:14:34 2017 +0100
mgcp: hack RAB success from nano3G: patch first RTP payload
The ip.access nano3G needs the first RTP payload's first two bytes to read hex
'e400', or it will reject the RAB assignment. Add flag
patched_first_rtp_payload to mgcp_rtp_state to detect the first RTP payload on
a stream, and overwrite its first bytes with e400. This should probably be
configurable, but seems to not harm other femto cells (as long as we patch only
the first RTP payload in each stream). Only do this when sending to the BTS
side.
Change-Id: I31a4475f42d59fd5704d52ee6e473e270db6d779
http://cgit.osmocom.org/openbsc/commit/?id=b42b32736912acf7a178dec6a00efebd…
commit b42b32736912acf7a178dec6a00efebdbd6feaad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
Implement IuCS (large refactoring and addition)
osmo-nitb becomes osmo-msc
add DIUCS debug log constant
add iucs.[hc]
add msc vty, remove nitb vty
add libiudummy, to avoid linking Iu deps in tests
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
libmgcp: add mgcpgw client API
bridge calls via mgcpgw
mgcp: hack RAB success from nano3G: patch first RTP payload
The ip.access nano3G needs the first RTP payload's first two bytes to read hex
'e400', or it will reject the RAB assignment. Add flag
patched_first_rtp_payload to mgcp_rtp_state to detect the first RTP payload on
a stream, and overwrite its first bytes with e400. This should probably be
configurable, but seems to not harm other femto cells (as long as we patch only
the first RTP payload in each stream). Only do this when sending to the BTS
side.
Change-Id: Ie13ff348117e892d41b8355ab6c24915301eaeaf
http://cgit.osmocom.org/openbsc/commit/?id=6985d8ff1f7107caa4cb945042434f03…
commit 6985d8ff1f7107caa4cb945042434f03aaa21d18
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
mscsplit: various preparations to separate MSC from BSC
Disable large parts of the code that depend on BSC presence.
Don't set msg->lchan nor msg->dst.
Don't use lchan in libmsc.
Decouple lac from bts.
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 fairly soon, the a_tx() is going to be
just a dummy for some time (see comment).
Add Iu specific fields in gsm_subscriber_connection: 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]").
move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi().
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 related to msc_gsm0808_tx_cipher_mode() in two places.
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 MSC 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.
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
add gsm_encr to subscr_conn
move subscr_request to gsm_subscriber.h
subscr_request_channel() -> subscr_request_conn()
move to libmsc: osmo_stats_vty_add_cmds()
gsm_04_08: remove apply_codec_restrictions()
gsm0408_test: use NULL for root ctx
move to libbsc: gsm_bts_neighbor()
move to libbsc: lchan_next_meas_rep()
move vty config for t3212 to network level (periodic lu)
remove unneccessary linking from some tests
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=c44ff753946e7e20254444370589c0a1…
commit c44ff753946e7e20254444370589c0a11fb7a416
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
IuPS adjustments
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
sgsn_ranap_iu_event: handle some events without valid MM context
sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +
openbsc/contrib/soap.py | 188 ++++++++++++++++++++++++++++++
openbsc/contrib/twisted_ipa.py | 57 +++++----
openbsc/include/openbsc/abis_rsl.h | 6 +-
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/gprs/gprs_subscriber.c | 2 +-
openbsc/src/libbsc/abis_nm.c | 120 ++++++++++++++-----
openbsc/src/libbsc/abis_om2000.c | 22 +++-
openbsc/src/libbsc/abis_om2000_vty.c | 27 +++++
openbsc/src/libbsc/abis_rsl.c | 39 ++++++-
openbsc/src/libbsc/bsc_api.c | 2 +-
openbsc/src/libbsc/bsc_init.c | 20 ++--
openbsc/src/libbsc/bsc_subscriber.c | 2 +-
openbsc/src/osmo-msc/msc_main.c | 2 +-
openbsc/tests/ctrl_test_runner.py | 3 +-
openbsc/tests/smpp_test_runner.py | 3 +-
openbsc/tests/vty_test_runner.py | 7 +-
17 files changed, 428 insertions(+), 75 deletions(-)
create mode 100755 openbsc/contrib/soap.py
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, vlr_2G has been updated
discards b4c96e0e1ffcae1d91c5ef6e20205a6485b4b97b (commit)
discards b449eecaa88dc5f93fa707dfe9c894d9642431a5 (commit)
discards 0ee06dda3f989b90671d8b02add866af80a10de9 (commit)
discards 2ab3405105b04db82447f89e5079c9e8e2f79a84 (commit)
discards e8936c3a8cbe6319ad8d30ec57217b10432fef19 (commit)
discards 6a0213de0b8e715c8ff76988d51134505e76e419 (commit)
discards 865bc8650b294c04de84a3b0dab31591b7a87a50 (commit)
discards 0a065e92e14ecdfcbcdff0b6922c3cb697da9de5 (commit)
via f2482b841edd106c4053cf1608431e1b94627106 (commit)
via 34a8239a63675022f8f7f5a74c5ad5b8c1be5e49 (commit)
via ba286d4de6ea9d1c46916a5de85072432431ba25 (commit)
via 833974899c13345a32583fc3cfc693956b4bd1b2 (commit)
via 4e66a5f958e73e58afbda8564ef8504c3e8e985c (commit)
via 82855a2d1c3a78817a22460fffb4f1ca0b827ce2 (commit)
via 690637f3f86446eafc8f51dbccc119033f1ee0c2 (commit)
via 797983507205685a211762692e41e4985ac97570 (commit)
via f3e3d5676ccd49cb1211012b5cdad123cb78058d (commit)
via 9ae6c816579ed4f7a222468dddee39871748670b (commit)
via b1e6b3749389ec5b3f33d5ac0fcc7f43df3f4641 (commit)
via 9311881bb127180be74a36d716e06283931ebe00 (commit)
via 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (commit)
via baaf3e242ecfedf43511ec9d11336d9f2f04ed2e (commit)
via f7e9a349efde8987a7da48fb5e331199ba3bb21f (commit)
via 3521af7f3aacc373f48450d06cabf795f6a4a5b1 (commit)
via ce49258a12019d2c7cb53d07e3c9b4ffbc20f561 (commit)
via dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1 (commit)
via ca2778cd22e1cd2cac6b3dcda57933601187f01e (commit)
via 476c4bb7d13b0c092f78da76e858f882a4bacf76 (commit)
via ca06e040cc115689fb10394cc566052576a638fc (commit)
via ac27a99021d404f9a15b952fbbc03789926b7ecc (commit)
via 88d4fc70d57ffb091f60f4af01457d3943b63903 (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 (b4c96e0e1ffcae1d91c5ef6e20205a6485b4b97b)
\
N -- N -- N (f2482b841edd106c4053cf1608431e1b94627106)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +
openbsc/contrib/soap.py | 188 ++++++++++++++++++++++++++++++
openbsc/contrib/twisted_ipa.py | 57 +++++----
openbsc/include/openbsc/abis_rsl.h | 6 +-
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/gprs/gprs_subscriber.c | 2 +-
openbsc/src/libbsc/abis_nm.c | 120 ++++++++++++++-----
openbsc/src/libbsc/abis_om2000.c | 22 +++-
openbsc/src/libbsc/abis_om2000_vty.c | 27 +++++
openbsc/src/libbsc/abis_rsl.c | 39 ++++++-
openbsc/src/libbsc/bsc_api.c | 2 +-
openbsc/src/libbsc/bsc_init.c | 20 ++--
openbsc/src/libbsc/bsc_subscriber.c | 2 +-
openbsc/src/osmo-nitb/bsc_hack.c | 4 +-
openbsc/tests/ctrl_test_runner.py | 3 +-
openbsc/tests/smpp_test_runner.py | 3 +-
openbsc/tests/vty_test_runner.py | 7 +-
17 files changed, 429 insertions(+), 76 deletions(-)
create mode 100755 openbsc/contrib/soap.py
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 "Osmocom network interface library".
The branch, master has been updated
via db9808e883b3048c0383e71985e02fcb377b0d56 (commit)
from 3a060c59bec7a4a5b22849938b8b4c7b7ecb4c01 (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-netif/commit/?id=db9808e883b3048c0383e71985…
commit db9808e883b3048c0383e71985e02fcb377b0d56
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Mar 19 19:12:12 2017 +0100
stream client: Ensure client is notified on reconnection
without setting the BSC_FD_* flags prior to reconnection, the re-connect
would happen silently and the client program would not be notified via the
connect_cb().
Change-Id: Iaf8ec8662cf83476eee1b76fa41dc57f063f0ad3
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Osmocom network 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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been updated
discards 37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4 (commit)
discards 0b8a36e0949e992961ba6aec1e553e470a901986 (commit)
discards d4b4e7d8ca1c5ebe067cb803dfbd8d02ec8fe1e4 (commit)
discards 5a549d7122f7a483e1a5d355bcb2a1d76c5e2e5f (commit)
discards 96ceed58c2f513166e4cec398716eae35acc746b (commit)
via 237372f9cf4f58e563e30e9c0a9ededb9cc600b3 (commit)
via 10474cb4bd961fef4f788752f0db4a59611cb3db (commit)
via 74ac24a49516d95914d90444e62dd9eac1edd408 (commit)
via 04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba (commit)
via 22281de99bcafbdb67471214db7afaf7c7949bfc (commit)
via 58e8088ddd1c4821c70b5632c859fc2fe7340d3d (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 (37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4)
\
N -- N -- N (237372f9cf4f58e563e30e9c0a9ededb9cc600b3)
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/libosmocore/commit/?id=237372f9cf4f58e563e30e9c0a9e…
commit 237372f9cf4f58e563e30e9c0a9ededb9cc600b3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 29 11:35:50 2017 +0200
gsm0808: Add utils for Cell Identifier List
The planned support for true A over IP requires the encoding of
the a Cell Identifier List element (see also BSS_MAP_MSG_PAGING).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=10474cb4bd961fef4f788752f0db…
commit 10474cb4bd961fef4f788752f0db4a59611cb3db
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 18:36:52 2017 +0200
gsm0808: Add utils for Encryption Information
The planned support for true A over IP requires the encoding of
the an Encryption Information element (see also BSS_MAP_MSG_CIPHER_MODE_CMD).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=74ac24a49516d95914d90444e62d…
commit 74ac24a49516d95914d90444e62dd9eac1edd408
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 17:05:40 2017 +0200
gsm0808: Add utils for Channel Type
The planned support for true A over IP requires the encoding of
the a Channel Type element (see also ASSIGNMENT REQUEST).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=04dd1d71fe5dc41d050b5b9e935f…
commit 04dd1d71fe5dc41d050b5b9e935faefc5f6b45ba
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 27 16:55:32 2017 +0200
gsm0808: Add AoIP specific elements to gsm0808_create_... functions
the classic A implementation in libosmocore lacks support for AoIP
message elements. This patch adds support for AoIP by adding a set
of new gsm0808_create_..., which support the missing AoIP message
elements
http://cgit.osmocom.org/libosmocore/commit/?id=22281de99bcafbdb67471214db7a…
commit 22281de99bcafbdb67471214db7afaf7c7949bfc
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 18:03:17 2017 +0100
gsm0808: Add utils for Speech Codec List and Speech Codec
The planned support for true A over IP requires the encoding and
decoding of a so called "Speech Codec Element" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=58e8088ddd1c4821c70b5632c859…
commit 58e8088ddd1c4821c70b5632c859fc2fe7340d3d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 17:59:26 2017 +0100
gsm0808: Add utils for AoIP Transport Layer Address
The planned support for true A over IP requires the encoding and
decoding of a so called "AoIP Transport Layer Address" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 11 ++++
include/osmocom/gsm/protocol/gsm_08_08.h | 14 +++++
src/gsm/gsm0808_utils.c | 102 +++++++++++++++++++++++++++++--
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 100 ++++++++++++++++++++++++++++--
5 files changed, 218 insertions(+), 11 deletions(-)
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, pmaier/aoip has been updated
discards a140348151526bb42f388407ba9b49719265b410 (commit)
discards d0d253381ff19472898734e2426637e9be6b4596 (commit)
discards 757f0c992345d1ec431f242824e62975f97b8299 (commit)
discards 34e4c075334b21d75a2c4cbee7f9509880f06529 (commit)
discards b325f2f31402f64ca20fd9a24d319431e6ffe781 (commit)
via 37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4 (commit)
via 0b8a36e0949e992961ba6aec1e553e470a901986 (commit)
via d4b4e7d8ca1c5ebe067cb803dfbd8d02ec8fe1e4 (commit)
via 5a549d7122f7a483e1a5d355bcb2a1d76c5e2e5f (commit)
via 96ceed58c2f513166e4cec398716eae35acc746b (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 (a140348151526bb42f388407ba9b49719265b410)
\
N -- N -- N (37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4)
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/libosmocore/commit/?id=37b7eadbcf3d4f33e24f2f0a45b6…
commit 37b7eadbcf3d4f33e24f2f0a45b6d383e6c9beb4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 18:36:52 2017 +0200
gsm0808: Add utils for Encryption Information
The planned support for true A over IP requires the encoding of
the n Encryption Information element (see also BSS_MAP_MSG_CIPHER_MODE_CMD).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=0b8a36e0949e992961ba6aec1e55…
commit 0b8a36e0949e992961ba6aec1e553e470a901986
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 17:05:40 2017 +0200
gsm0808: Add utils for Channel Type
The planned support for true A over IP requires the encoding of
the a Channel Type element (see also ASSIGNMENT REQUEST).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=d4b4e7d8ca1c5ebe067cb803dfbd…
commit d4b4e7d8ca1c5ebe067cb803dfbd8d02ec8fe1e4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 27 16:55:32 2017 +0200
gsm0808: Add AoIP specific elements to gsm0808_create_... functions
the classic A implementation in libosmocore lacks support for AoIP
message elements. This patch adds support for AoIP by adding a set
of new gsm0808_create_..., which support the missing AoIP message
elements
http://cgit.osmocom.org/libosmocore/commit/?id=5a549d7122f7a483e1a5d355bcb2…
commit 5a549d7122f7a483e1a5d355bcb2a1d76c5e2e5f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 18:03:17 2017 +0100
gsm0808: Add utils for Speech Codec List and Speech Codec
The planned support for true A over IP requires the encoding and
decoding of a so called "Speech Codec Element" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=96ceed58c2f513166e4cec398716…
commit 96ceed58c2f513166e4cec398716eae35acc746b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 17:59:26 2017 +0100
gsm0808: Add utils for AoIP Transport Layer Address
The planned support for true A over IP requires the encoding and
decoding of a so called "AoIP Transport Layer Address" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm0808_utils.c | 7 +++++--
tests/gsm0808/gsm0808_test.c | 11 +++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications