openbsc.git branch master updated. 0.15.0-405-g4ac3aee

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
Sat Aug 27 04:46:11 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  4ac3aee711ae88280c35c996b75bfff1f2415e87 (commit)
       via  3ec03d5048772c24a337b67cc7605cd7b7225a8c (commit)
       via  a536fc644bc6f8ced40f7d40dbbc32f34c295721 (commit)
      from  d5d39ae2b680c64c2dc616d6ca3886dac9092066 (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/openbsc/commit/?id=4ac3aee711ae88280c35c996b75bfff1f2415e87

commit 4ac3aee711ae88280c35c996b75bfff1f2415e87
Author: Philipp <pmaier at sysmocom.de>
Date:   Wed Aug 10 12:24:09 2016 +0200

    Adding LLC-XID related modifications in LLC
    
    With this commit the already existing XID mechanism has been
    modified to suit the needs for the upcomming SNDCP-XID patches.
    
    This commit should not break anything since it does not alter
    the current behaviour (incoming XID is still just echoed, on
    GMM-Reset a basic XID message is still echoed)
    
    Change-Id: I65b9d625e72d3d61c99abdc7041773701d694d52

http://cgit.osmocom.org/openbsc/commit/?id=3ec03d5048772c24a337b67cc7605cd7b7225a8c

commit 3ec03d5048772c24a337b67cc7605cd7b7225a8c
Author: Philipp <pmaier at sysmocom.de>
Date:   Wed Aug 10 12:12:43 2016 +0200

    Moving grs_sndcp.h header file to include
    
    For some reason gprs_sndcp.h is located in src/gprs. This commit moves
    gprs_sndcp.h to include/openbsc and fixes the include path in
    gprs_sndcp.c and gprs_sndcp_vty.c
    
    Change-Id: If4e4f1252c81d7907c1b4d738c982bb172b128c9

http://cgit.osmocom.org/openbsc/commit/?id=a536fc644bc6f8ced40f7d40dbbc32f34c295721

commit a536fc644bc6f8ced40f7d40dbbc32f34c295721
Author: Philipp <pmaier at sysmocom.de>
Date:   Wed Aug 10 12:14:57 2016 +0200

    Adding LLC-XID encoder / decoder and unit test
    
    The lle-xid encoder/decoder is needed to encode and decode llc
    xid parameter messages. We need this to exchange sndcp-parameters
    (SNDCP-XID) and also simple parameters such as encryption IOVs
    
    Change-Id: Ia06e4cb08bf9b48c2a4682606d1b1a91d19a9d37

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

Summary of changes:
 openbsc/.gitignore                                 |   1 +
 openbsc/configure.ac                               |   1 +
 openbsc/include/openbsc/Makefile.am                |   2 +-
 openbsc/include/openbsc/gprs_llc.h                 |  12 +
 openbsc/include/openbsc/gprs_llc_xid.h             |  57 ++++
 openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h |   0
 openbsc/src/gprs/Makefile.am                       |   4 +-
 openbsc/src/gprs/gprs_llc.c                        | 359 +++++++++++++++++----
 openbsc/src/gprs/gprs_llc_xid.c                    | 262 +++++++++++++++
 openbsc/src/gprs/gprs_sndcp.c                      |   3 +-
 openbsc/src/gprs/gprs_sndcp_vty.c                  |   3 +-
 openbsc/tests/Makefile.am                          |   2 +-
 openbsc/tests/sgsn/Makefile.am                     |   1 +
 openbsc/tests/testsuite.at                         |   5 +
 openbsc/tests/xid/Makefile.am                      |  21 ++
 openbsc/tests/xid/xid_test.c                       | 164 ++++++++++
 openbsc/tests/xid/xid_test.ok                      |  12 +
 17 files changed, 843 insertions(+), 66 deletions(-)
 create mode 100644 openbsc/include/openbsc/gprs_llc_xid.h
 rename openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h (100%)
 create mode 100644 openbsc/src/gprs/gprs_llc_xid.c
 create mode 100644 openbsc/tests/xid/Makefile.am
 create mode 100644 openbsc/tests/xid/xid_test.c
 create mode 100644 openbsc/tests/xid/xid_test.ok


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list