osmo-pcu.git branch max/gsmtap2 updated. 0.2-747-g1abca6c

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.org
Mon Feb 22 10:57:46 UTC 2016


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, max/gsmtap2 has been updated
  discards  a43fe8ba5c3324050f8bbf987f43da08bae5532f (commit)
  discards  c5276a57f99a377583936876010592a21a92f533 (commit)
       via  1abca6c33d95c0bf360d4dfc1f0bb15b195c957a (commit)
       via  12079db43965269e7ce73a61503a79111b42747a (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 (a43fe8ba5c3324050f8bbf987f43da08bae5532f)
            \
             N -- N -- N (1abca6c33d95c0bf360d4dfc1f0bb15b195c957a)

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/osmo-pcu/commit/?id=1abca6c33d95c0bf360d4dfc1f0bb15b195c957a

commit 1abca6c33d95c0bf360d4dfc1f0bb15b195c957a
Author: Max <msuraev at sysmocom.de>
Date:   Mon Feb 22 11:42:33 2016 +0100

    Add gsmtap support to generic bts
    
    Instrument TX and RX functions dealing with regular BTS (without direct
    DSP access) to use GSMTAP. Previously only DSP-related functions were
    instrumented.

http://cgit.osmocom.org/osmo-pcu/commit/?id=12079db43965269e7ce73a61503a79111b42747a

commit 12079db43965269e7ce73a61503a79111b42747a
Author: Max <msuraev at sysmocom.de>
Date:   Mon Feb 22 11:39:30 2016 +0100

    Introduce --gsmtap-ip/-i option
    
    This option allows user to use custom IP address instead of default "localhost".
    Correspondingly gsmtap init moved from sysmoBTS-specific code up to "bts" struct
    level. This way it can be easier reused by other implementations. The
    lack of regressions was verified by checking following command on
    sysmoBTS: "./osmo-pcu -c osmo-pcu.cfg -r 1 -i 192.168.10.1" where
    192.168.10.1 is the host which was running wireshark and netcat:
    "nc -u -l 192.168.10.1 -p 4729" to accept gsmtap flow.

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list