This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 e1148dfa6c2dcfaeaae3fc068d3de645f0e34182 (commit) discards f8d8c91a69b45b6451aff9e68f091a6357aad710 (commit) discards d4000accf9bd7097cd188150706fe70d78e7cb58 (commit) discards a7cfcabd3b8276e86796d5f3c1236c9a14e8e34c (commit) via 7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 (commit) via e466355b67cbace5953b48213aff8336c6c64de9 (commit) via 37fe7ae5f2ca1379e82689d6a6893256000b061c (commit) via 2a1c1fe7b416b8db61ee952ce1178f638dd08c54 (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 (e1148dfa6c2dcfaeaae3fc068d3de645f0e34182) \ N -- N -- N (7ec9baa3ecb21fe01c23427fcee35f27e1bd2380) 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=7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 commit 7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 Author: Neels Hofmeyr <nhofmeyr at 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=e466355b67cbace5953b48213aff8336c6c64de9 commit e466355b67cbace5953b48213aff8336c6c64de9 Author: Neels Hofmeyr <nhofmeyr at 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=37fe7ae5f2ca1379e82689d6a6893256000b061c commit 37fe7ae5f2ca1379e82689d6a6893256000b061c Author: Neels Hofmeyr <nhofmeyr at 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=2a1c1fe7b416b8db61ee952ce1178f638dd08c54 commit 2a1c1fe7b416b8db61ee952ce1178f638dd08c54 Author: Neels Hofmeyr <nhofmeyr at 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 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libmgcp/mgcp_common.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)