osmo-pcu.git branch master updated. 0.2-747-g528ff39

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 13:51:31 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, master has been updated
       via  528ff3910f6f4455c6aee9794e05bd7d54bcc01f (commit)
       via  2efdf69734dc8d7f0953caad1563552f53c47b06 (commit)
       via  9d5580b6dd8069dbb5cdfa00b65f73978f580bcc (commit)
      from  4f8438a6cd0f34bb22493b13154e382983bbda01 (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=528ff3910f6f4455c6aee9794e05bd7d54bcc01f

commit 528ff3910f6f4455c6aee9794e05bd7d54bcc01f
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=2efdf69734dc8d7f0953caad1563552f53c47b06

commit 2efdf69734dc8d7f0953caad1563552f53c47b06
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.

http://cgit.osmocom.org/osmo-pcu/commit/?id=9d5580b6dd8069dbb5cdfa00b65f73978f580bcc

commit 9d5580b6dd8069dbb5cdfa00b65f73978f580bcc
Author: Max <msuraev at sysmocom.de>
Date:   Mon Feb 22 11:26:10 2016 +0100

    Ignore files generated by cscope tool
    
    Signed-off-by: Max <msuraev at sysmocom.de>

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

Summary of changes:
 .gitignore        |  1 +
 src/bts.h         |  2 ++
 src/pcu_l1_if.cpp | 43 ++++++++++++++++++++++++++++++-------------
 src/pcu_main.cpp  | 17 ++++++++++++++++-
 src/sysmo_l1_if.c |  6 ++----
 5 files changed, 51 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list