openbsc.git branch laforge/pending updated. 0.15.0-256-g5d547a4

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 Apr 29 11:10:51 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 updated
  discards  5aa9e5bf2ade1f007b753ebc51e60555bc50c679 (commit)
  discards  b7767eaf1b0cc7038a47d1a25e88028c275a1112 (commit)
  discards  75754afbbe0cdbe36628d0320f8c16ea1ad2fd6b (commit)
  discards  e95cab8501e57173aebafd2407c4b179839f43bd (commit)
  discards  f6552c5b7fea97287645c265f9692d0d2cbae324 (commit)
  discards  e263955bb145a391787eeda78e59e9118c96c9d4 (commit)
  discards  9ef78ba04efff555929fc63682900c4a865259bf (commit)
  discards  356cd62d7814860fd3229f05469b5ffadaf3f583 (commit)
  discards  acde4c4f12c854b3b9a78a262bbb3f87a4975599 (commit)
  discards  50f1554e4401eacd12aa26cae9b22158b5d117a0 (commit)
  discards  7e20f031902c1cd505f5517476c9ca83442c5f22 (commit)
  discards  9c25d51a8b094f800a2b155c32bae2b1b4694cd6 (commit)
  discards  357193be69281963eb7ca659ae8a3674ce4a4da9 (commit)
  discards  30533b9897b68308b99cbee4ba2a4182b3c1bde1 (commit)
       via  5d547a4358edbd18744d1996d6ecb40328f09061 (commit)
       via  d8aa412c46638abea05488ebb2e9d70ca7fd628a (commit)
       via  564c06525b9acb3f4b90d4c92970e7d9cc5b1d8e (commit)
       via  31760a1f6089fb59475ba79faa3eb97e4cf00f68 (commit)
       via  23d77d56ea47bbb971bf2fc5d93d6ae2d7d30f03 (commit)
       via  50f1c0af567423b6ade9a84aaa5197ecf6237819 (commit)
       via  eff215a8bb766e62a02bcc0f4334470a53475001 (commit)
       via  7ca035decaaed460e66286868b1f14ccd3e00013 (commit)
       via  85234a32db7ab91f9361d4a54bea9523e2c7a5b9 (commit)
       via  842674b8b3d245a2eecb352eb89609ed44cb0832 (commit)
       via  28903a99eae60cee616901fd3863960b1321ff54 (commit)
       via  d3fa84dbba3b67cdbe2d8c789b2833b5ddf42068 (commit)
       via  53373bca8f9fe79ca981f9fc1ef644586bd5c3b2 (commit)
       via  121e9a4164e65dfb68b2bf09297a8537a2f659c5 (commit)
       via  3ffce19cb4929c907460753d302e4720558cc6d2 (commit)
       via  35697b9a109f08791c00dbb1a8dfaaaff29a8a80 (commit)
       via  299a9994656e97defea85689467e61ba34e8577e (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 (5aa9e5bf2ade1f007b753ebc51e60555bc50c679)
            \
             N -- N -- N (5d547a4358edbd18744d1996d6ecb40328f09061)

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=5d547a4358edbd18744d1996d6ecb40328f09061

commit 5d547a4358edbd18744d1996d6ecb40328f09061
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 27 18:21:16 2016 +0200

    osmo_oap_decode(): Use common argument ordering
    
    In general, if a function generates output data like a msgb (or in this
    case filling an osmo_oap_message structure), the output argument
    precedes the source.  This is what we use all over libosmo*, and it is
    modelled after memcpy(), where dst is the first argument, before src.
    
    Let's align osmo_oap_decode().  Intestingly, osmo_oap_encode was already
    correct, so the encode/decode functions used different conventions
    before.

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

commit d8aa412c46638abea05488ebb2e9d70ca7fd628a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 27 18:17:26 2016 +0200

    OAP: Various coding style fixes
    
    * we always declare stack variables at the top of the function / block
    * 'switch' is not a function, so there's space ahead of the opening (

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

commit 564c06525b9acb3f4b90d4c92970e7d9cc5b1d8e
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 27 18:14:14 2016 +0200

    OAP: use osmo_oap_ prefix for OAP, rather than plain oap_
    
    this is in preparation of moving related code to libosmocore.

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

commit 31760a1f6089fb59475ba79faa3eb97e4cf00f68
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Apr 27 15:17:14 2016 +0200

    oap_message.h: Remove dependency to openbsc include
    
    This is a first step to moving oap_messages.h to libosmocore

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

commit 23d77d56ea47bbb971bf2fc5d93d6ae2d7d30f03
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=50f1c0af567423b6ade9a84aaa5197ecf6237819

commit 50f1c0af567423b6ade9a84aaa5197ecf6237819
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=eff215a8bb766e62a02bcc0f4334470a53475001

commit eff215a8bb766e62a02bcc0f4334470a53475001
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=7ca035decaaed460e66286868b1f14ccd3e00013

commit 7ca035decaaed460e66286868b1f14ccd3e00013
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=85234a32db7ab91f9361d4a54bea9523e2c7a5b9

commit 85234a32db7ab91f9361d4a54bea9523e2c7a5b9
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=842674b8b3d245a2eecb352eb89609ed44cb0832

commit 842674b8b3d245a2eecb352eb89609ed44cb0832
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=28903a99eae60cee616901fd3863960b1321ff54

commit 28903a99eae60cee616901fd3863960b1321ff54
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=d3fa84dbba3b67cdbe2d8c789b2833b5ddf42068

commit d3fa84dbba3b67cdbe2d8c789b2833b5ddf42068
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=53373bca8f9fe79ca981f9fc1ef644586bd5c3b2

commit 53373bca8f9fe79ca981f9fc1ef644586bd5c3b2
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=121e9a4164e65dfb68b2bf09297a8537a2f659c5

commit 121e9a4164e65dfb68b2bf09297a8537a2f659c5
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.

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

Summary of changes:
 openbsc/src/libbsc/bsc_vty.c            | 11 ++++----
 openbsc/src/libbsc/system_information.c |  2 +-
 openbsc/src/libmsc/gsm_04_08.c          | 46 ++++++++++++++++++++++++++++++++-
 3 files changed, 52 insertions(+), 7 deletions(-)


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



More information about the osmocom-commitlog mailing list