openbsc.git branch neels/cscn updated. 0.15.0-319-g33a3438

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
Fri Mar 4 14:00:20 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, neels/cscn has been updated
  discards  ccd919852e8038931ead12edac5ce443bfe7e675 (commit)
  discards  7b8116eaba79a47eacad9db9f977bae79b209988 (commit)
  discards  6e4351aa384a2ad703c4d903212c2e8644ff21fa (commit)
  discards  04461f4850616122350caa3694577d1bc17505b7 (commit)
  discards  9550ca24deaf17e6b261aed923b7f9d5b37217d7 (commit)
  discards  38991a4941407e32e64890c27cc0be8256c989bd (commit)
  discards  987fa06930d0f5d9ea51e7c6625cc16006acc6cb (commit)
       via  33a343858df3d2bc5d0784d7ad7c826d7526845f (commit)
       via  15b1fce69cbc6ccd6eb83daab7ab5cd91ef0ea81 (commit)
       via  2f8117d2147b711669518bbacd24df6dd2a76124 (commit)
       via  8927bb46d523904e982bc85e3e4f29317b241715 (commit)
       via  d52b1c4342e2e404cb568b05ff7527141c43e9ab (commit)
       via  5d9004bc9b6f486fff032aaa2a6cc10fca180de3 (commit)
       via  a4198d192234a8180a89be8b91e867a1cbc1f512 (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 (ccd919852e8038931ead12edac5ce443bfe7e675)
            \
             N -- N -- N (33a343858df3d2bc5d0784d7ad7c826d7526845f)

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=33a343858df3d2bc5d0784d7ad7c826d7526845f

commit 33a343858df3d2bc5d0784d7ad7c826d7526845f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:15:12 2016 +0100

    move sms_next_rp_msg_ref() to libxsc, for gsm0408test
    
    Also change the signature to avoid using gsm_subscriber_connection, which
    has different members in libbsc and libmsc.

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

commit 15b1fce69cbc6ccd6eb83daab7ab5cd91ef0ea81
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 13:36:12 2016 +0100

    rename nitb vty config to cscn, move to cscn_vty.c

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

commit 2f8117d2147b711669518bbacd24df6dd2a76124
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:56:26 2016 +0100

    disable code trying to reach across BSC/MSC bounds, make build pass
    
    Disable ipacc_rtp_direct, Osmo SMPP TLVs, Ctrl interface and channel_test.
    These need to be reimplemented with proper separation of libs.
    
    Add some tall_* pointers the linker requires for osmo-cscn.

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

commit 8927bb46d523904e982bc85e3e4f29317b241715
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:49:12 2016 +0100

    libmsc: stubify paging (A-/Iu-interfaces need to reimplement this)

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

commit d52b1c4342e2e404cb568b05ff7527141c43e9ab
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:46:42 2016 +0100

    add libmsc/a_iface.c for A-interface stubs (so far only mock)

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

commit 5d9004bc9b6f486fff032aaa2a6cc10fca180de3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:39:22 2016 +0100

    gsm_subscriber_connection: further split between BSC and MSC
    
    Move some Iu/A members into the MSC #ifdef.
    
    Have separate allocate and free functions for the two scopes.

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

commit a4198d192234a8180a89be8b91e867a1cbc1f512
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Mar 4 14:37:31 2016 +0100

    create libxsc and move some code, never link libbsc and libmsc
    
    libbsc and libmsc have conflicting definitions of gsm_subscriber_connection
    and do no longer belong together anyway.
    
    Create libxsc, meaning 'lib[bm]sc', to hold all code used by both libmsc
    and libbsc, and make sure gsm_subscriber_connection isn't used there.
    
    In various binaries and tests, do not link libbsc and libmsc.
    
    (Note: this commit was reshaped out of a large wip chunk, it may not
    compile properly without the subsequent commits)

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

Summary of changes:
 openbsc/configure.ac                              |   1 +
 openbsc/include/openbsc/gsm_04_11.h               |   2 +-
 openbsc/include/openbsc/vty.h                     |   2 +
 openbsc/src/Makefile.am                           |   2 +-
 openbsc/src/ipaccess/Makefile.am                  |  10 +-
 openbsc/src/libbsc/bsc_vty.c                      |  52 +++--
 openbsc/src/libcommon/Makefile.am                 |   3 +-
 openbsc/src/libmsc/gsm_04_11.c                    |   2 +-
 openbsc/src/libmsc/gsm_04_11_helper.c             |  37 ----
 openbsc/src/libmsc/gsm_subscriber.c               |   1 -
 openbsc/src/libxsc/Makefile.am                    |   7 +
 openbsc/src/libxsc/xsc.c                          | 221 ++++++++++++++++++++++
 openbsc/src/{libcommon/xsc.c => libxsc/xsc_vty.c} | 195 +------------------
 openbsc/src/osmo-bsc/Makefile.am                  |   4 +-
 openbsc/src/osmo-cscn/Makefile.am                 |   1 +
 openbsc/src/utils/Makefile.am                     |   5 +-
 openbsc/tests/bsc/Makefile.am                     |   2 +-
 openbsc/tests/channel/Makefile.am                 |   4 +-
 openbsc/tests/channel/channel_test.c              |   1 -
 openbsc/tests/db/Makefile.am                      |   5 +-
 openbsc/tests/gsm0408/Makefile.am                 |   3 +-
 openbsc/tests/gsm0408/gsm0408_test.c              |   6 +-
 openbsc/tests/subscr/Makefile.am                  |   3 +-
 openbsc/tests/trau/Makefile.am                    |   3 +-
 24 files changed, 286 insertions(+), 286 deletions(-)
 delete mode 100644 openbsc/src/libmsc/gsm_04_11_helper.c
 create mode 100644 openbsc/src/libxsc/Makefile.am
 create mode 100644 openbsc/src/libxsc/xsc.c
 rename openbsc/src/{libcommon/xsc.c => libxsc/xsc_vty.c} (74%)


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



More information about the osmocom-commitlog mailing list