openbsc.git branch laforge/pending created. 0.15.0-249-gfd10f4b

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 Apr 25 17:17:37 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, laforge/pending has been created
        at  fd10f4bc364f95bed05015e040efb2026b89b6f4 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=fd10f4bc364f95bed05015e040efb2026b89b6f4

commit fd10f4bc364f95bed05015e040efb2026b89b6f4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 19:07:34 2016 +0200

    Move osmo_gsup_messages.[ch] to libosmocore
    
    This requires the corresponding commit in libosmocore.

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

commit ac3d74ad124f700a3012de025e96d12bd73b5b16
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 19:01:26 2016 +0200

    move utils.h functions to libosmocore
    
    This needs the corresponding commit in libosmocore which imports
    the related functions

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

commit 9ef78ba04efff555929fc63682900c4a865259bf
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 16:01:15 2016 +0200

    osmo_gsup_messge.[ch] documentation update (doxygen)

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

commit 356cd62d7814860fd3229f05469b5ffadaf3f583
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 15:36:08 2016 +0200

    gsup_messages: Add UMTS AKA related encoding/decoding support

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

commit acde4c4f12c854b3b9a78a262bbb3f87a4975599
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 15:20:51 2016 +0200

    move osmo_shift_* / osmo_match_shift_* to libosmogsm

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

commit 50f1554e4401eacd12aa26cae9b22158b5d117a0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 15:14:01 2016 +0200

    rename gprs_shift_*() to osmo_shift_*()
    
    This rename is the first step of moving the associated functions into
    libosmocore.
    
    Also, rename gprs_match_* to osmo_match_shift_* to indicate that it is
    not just matching the TLV, but also shifting the data portion.

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

commit 7e20f031902c1cd505f5517476c9ca83442c5f22
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 25 14:53:43 2016 +0200

    Rename gprs_gsup_* to osmo_gsup_*
    
    This is a preparation to move the related code to libosmocore, whilst
    at the same time generalizing it from GPRS Subscriber Update Protocol
    to the Osmocom Generic Subscriber Update Protoco.

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

commit 9c25d51a8b094f800a2b155c32bae2b1b4694cd6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 17:50:17 2016 +0200

    use new libosmocore gsm_23_003.h for IMEI/IMSI length
    
    ... rather than our private definitions everwhere.  As an added benefit,
    gprs_gsup_messages.h is now free of any header dependencies within
    openbsc.

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

commit 357193be69281963eb7ca659ae8a3674ce4a4da9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 17:11:43 2016 +0200

    move gsm_04_08_gprs.h to libosmocore
    
    This requres the corresponding commit in libosmocore.

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

commit 30533b9897b68308b99cbee4ba2a4182b3c1bde1
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 20 13:13:19 2016 +0200

    Start to use struct osmo_auth_vector from gsm_auth_tuple
    
    Rather than having a 'private' structure for kc, sres and rand, we
    now finally (with 4 years delay) use osmo_auth_vector from libosmogsm,
    which encapsulates authentication vectors that can be either GSM
    triplets or UMTS quintuples or a combination of both.
    
    gsm_auth_tuple becomes a wrapper around osmo_auth_vector, adding
    use_count and key_seq to it.
    
    key_seq is no longer initialized inside gprs_gsup_messages.c, as there
    is no CKSN / key_seq inside the message anyway.  If a usre of the code
    needs key_seq, they need to manage it themselves.

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


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



More information about the osmocom-commitlog mailing list